We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d95a5 commit 5d6ca8eCopy full SHA for 5d6ca8e
src/librustc_mir/lib.rs
@@ -14,6 +14,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
14
15
*/
16
17
+#![cfg_attr(not(stage0), feature(nll))]
18
#![feature(infer_outlives_requirements)]
19
#![feature(in_band_lifetimes)]
20
#![feature(slice_patterns)]
0 commit comments