Skip to content

Commit

Permalink
Deal with stabilization of feature(slice_patterns)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Jan 20, 2020
1 parent 12ff4d0 commit 0a6b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_resolve/lib.rs
Expand Up @@ -11,7 +11,7 @@
#![feature(crate_visibility_modifier)]
#![feature(label_break_value)]
#![feature(nll)]
#![feature(slice_patterns)]
#![cfg_attr(bootstrap, feature(slice_patterns))]
#![recursion_limit = "256"]

pub use rustc_hir::def::{Namespace, PerNS};
Expand Down

0 comments on commit 0a6b553

Please sign in to comment.