Skip to content

Commit f331401

Browse files
committed
[nll] librustc_target: enable feature(nll) for bootstrap
1 parent a37360c commit f331401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_target/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#![feature(box_syntax)]
2525
#![feature(const_fn)]
26+
#![cfg_attr(not(stage0), feature(nll))]
2627
#![feature(slice_patterns)]
2728

2829
#[macro_use]

0 commit comments

Comments
 (0)