We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6ca8e commit 46b818eCopy full SHA for 46b818e
src/librustc_codegen_llvm/lib.rs
@@ -26,6 +26,7 @@
26
#![feature(in_band_lifetimes)]
27
#![allow(unused_attributes)]
28
#![feature(libc)]
29
+#![cfg_attr(not(stage0), feature(nll))]
30
#![feature(quote)]
31
#![feature(range_contains)]
32
#![feature(rustc_diagnostic_macros)]
0 commit comments