]> git.lizzy.rs Git - rust.git/commitdiff
fixup windows std_misc
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 20:39:19 +0000 (02:09 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 20:39:19 +0000 (02:09 +0530)
src/test/run-pass/issue-13259-windows-tcb-trash.rs
src/test/run-pass/x86stdcall2.rs

index 34960b264567db037ec4a02c1da52efbba6d4bd3..9ebbddf5141b7209dc0b9852ba7101e6221ba977 100644 (file)
@@ -10,7 +10,7 @@
 
 // pretty-expanded FIXME #23616
 
-#![feature(libc)]
+#![feature(libc, std_misc)]
 
 extern crate libc;
 
index 7b15531dacc33f45c5f6cb5d56ddda2d372c93aa..62da9c9d14be220c8cb5f49cde38ecc62716dbc0 100644 (file)
@@ -10,6 +10,8 @@
 
 // pretty-expanded FIXME #23616
 
+#![feature(std_misc)]
+
 pub type HANDLE = u32;
 pub type DWORD = u32;
 pub type SIZE_T = u32;