Skip to content

Commit 742a951

Browse files
committed
[nll] librustc_asan: enable feature(nll) for bootstrap
1 parent d2e0c78 commit 742a951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_asan/lib.rs

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

1111
#![sanitizer_runtime]
1212
#![feature(alloc_system)]
13+
#![cfg_attr(not(stage0), feature(nll))]
1314
#![feature(sanitizer_runtime)]
1415
#![feature(staged_api)]
1516
#![no_std]

0 commit comments

Comments
 (0)