]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/newtype-struct-with-dtor.rs
Imported Upstream version 1.0.0~beta
[rustc.git] / src / test / run-pass / newtype-struct-with-dtor.rs
index 8631755f37fd9a7895ab5678957c2cda5f509eec..d1ad5614e3f35f36e0855c971aa4aff1ab0e51af 100644 (file)
@@ -8,7 +8,10 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast doesn't like extern crate
+
+// pretty-expanded FIXME #23616
+
+#![feature(libc)]
 
 extern crate libc;
 use libc::c_int;