Skip to content

Commit 034a96a

Browse files
committed
[nll] librustc_tsan: enable feature(nll) for bootstrap
1 parent cb49252 commit 034a96a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_tsan/lib.rs

+1
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)