Skip to content

Commit 8172485

Browse files
committed
[nll] librustc_llvm: enable feature(nll) for bootstrap
1 parent 4b42a21 commit 8172485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_llvm/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![cfg_attr(not(stage0), feature(nll))]
1112
#![feature(static_nobundle)]
1213

1314
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",

0 commit comments

Comments
 (0)