]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-make/no-duplicate-libs/bar.rs
Remove the in-tree `flate` crate
[rust.git] / src / test / run-make / no-duplicate-libs / bar.rs
index b82fdeb8f3696e7a2efa66825f5c80e6a24a85b8..cb1c88689a89d0e37c53fe9509cfb35ed37e7744 100644 (file)
@@ -8,11 +8,11 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(lang_items, libc, compiler_builtins_lib)]
+#![feature(lang_items, alloc_system, compiler_builtins_lib)]
 #![crate_type = "dylib"]
 #![no_std]
 
-extern crate libc;
+extern crate alloc_system;
 extern crate compiler_builtins;
 
 #[no_mangle]