Skip to content

Commit 4b42a21

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

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_codegen_utils

1 file changed

+1
-0
lines changed

src/librustc_codegen_utils/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#![feature(box_patterns)]
2020
#![feature(box_syntax)]
2121
#![feature(custom_attribute)]
22+
#![cfg_attr(not(stage0), feature(nll))]
2223
#![allow(unused_attributes)]
2324
#![feature(quote)]
2425
#![feature(rustc_diagnostic_macros)]

0 commit comments

Comments
 (0)