We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb49252 commit 034a96aCopy full SHA for 034a96a
src/librustc_tsan/lib.rs
@@ -10,6 +10,7 @@
10
11
#![sanitizer_runtime]
12
#![feature(alloc_system)]
13
+#![cfg_attr(not(stage0), feature(nll))]
14
#![feature(sanitizer_runtime)]
15
#![feature(staged_api)]
16
#![no_std]
0 commit comments