Skip to content

Commit 9207cc9

Browse files
committed
[nll] librustc_allocator: enable feature(nll) for bootstrap
1 parent ed55520 commit 9207cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_allocator/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(rustc_private)]
1213

1314
#[macro_use] extern crate log;

0 commit comments

Comments
 (0)