]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_borrowck/lib.rs
Stabilize match_default_bindings
[rust.git] / src / librustc_borrowck / lib.rs
index 2bdee3198f22a3e725bab9a6c7f745ff9e8ebdf6..d54654c60868c26d586907659b1b6a3d3ec1ecff 100644 (file)
@@ -16,7 +16,7 @@
 #![allow(non_camel_case_types)]
 
 #![feature(from_ref)]
-#![feature(match_default_bindings)]
+#![cfg_attr(stage0, feature(match_default_bindings))]
 #![feature(quote)]
 
 #[macro_use] extern crate log;