]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/lib.rs
Rollup merge of #35663 - CryZe:no-stdlib, r=Manishearth
[rust.git] / src / libcore / lib.rs
index 4949e66de54c90759db48806b3cca107595e29b3..2a9678203e17805004d88aa07e4b1773810bda01 100644 (file)
@@ -93,6 +93,9 @@
 #![feature(unboxed_closures)]
 #![feature(question_mark)]
 
+// NOTE: remove the cfg_attr next snapshot
+#![cfg_attr(not(stage0), feature(never_type))]
+
 #[macro_use]
 mod macros;