We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5840735 commit ac9b7beCopy full SHA for ac9b7be
src/librustc_typeck/lib.rs
@@ -76,6 +76,7 @@ This API is completely unstable and subject to change.
76
#![feature(crate_visibility_modifier)]
77
#![feature(exhaustive_patterns)]
78
#![feature(iterator_find_map)]
79
+#![cfg_attr(not(stage0), feature(nll))]
80
#![feature(quote)]
81
#![feature(refcell_replace_swap)]
82
#![feature(rustc_diagnostic_macros)]
0 commit comments