]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/lib.rs
Stabilize match_default_bindings
[rust.git] / src / libsyntax / lib.rs
index 74f1ee373ec635afca4369065565c2b115eb58e8..dc349c1a3e6a12f51b728a4b16111d085a12b9d0 100644 (file)
@@ -22,9 +22,9 @@
 
 #![feature(unicode)]
 #![feature(rustc_diagnostic_macros)]
-#![feature(match_default_bindings)]
+#![cfg_attr(stage0, feature(match_default_bindings))]
 #![feature(non_exhaustive)]
-#![feature(i128_type)]
+#![cfg_attr(stage0, feature(i128_type))]
 #![feature(const_atomic_usize_new)]
 #![feature(rustc_attrs)]