Skip to content

Commit 5d6ca8e

Browse files
committed
[nll] librustc_mir: enable feature(nll) for bootstrap
1 parent e8d95a5 commit 5d6ca8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
1414
1515
*/
1616

17+
#![cfg_attr(not(stage0), feature(nll))]
1718
#![feature(infer_outlives_requirements)]
1819
#![feature(in_band_lifetimes)]
1920
#![feature(slice_patterns)]

0 commit comments

Comments
 (0)