Skip to content

Commit ea73179

Browse files
committed
fixup windows std_misc
1 parent 53a609b commit ea73179

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/run-pass/issue-13259-windows-tcb-trash.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// pretty-expanded FIXME #23616
1212

13-
#![feature(libc)]
13+
#![feature(libc, std_misc)]
1414

1515
extern crate libc;
1616

src/test/run-pass/x86stdcall2.rs

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// pretty-expanded FIXME #23616
1212

13+
#![feature(std_misc)]
14+
1315
pub type HANDLE = u32;
1416
pub type DWORD = u32;
1517
pub type SIZE_T = u32;

0 commit comments

Comments
 (0)