diff options
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 43ab3869806..c592a5eb1e0 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -27,8 +27,7 @@ #![feature(unsize)] #![feature(specialization)] #![feature(optin_builtin_traits)] -#![cfg_attr(stage0, feature(macro_vis_matcher))] -#![cfg_attr(not(stage0), feature(nll))] +#![feature(nll)] #![feature(allow_internal_unstable)] #![feature(vec_resize_with)] |
