Skip to content

Commit

Permalink
[nll] librustc_mir: enable feature(nll) for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryruins committed Aug 10, 2018
1 parent e8d95a5 commit 5d6ca8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_mir/lib.rs
Expand Up @@ -14,6 +14,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
*/

#![cfg_attr(not(stage0), feature(nll))]
#![feature(infer_outlives_requirements)]
#![feature(in_band_lifetimes)]
#![feature(slice_patterns)]
Expand Down

0 comments on commit 5d6ca8e

Please sign in to comment.