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 72ae246 commit f8367a3Copy full SHA for f8367a3
src/librustc_borrowck/lib.rs
@@ -14,6 +14,7 @@
14
15
#![allow(non_camel_case_types)]
16
17
+#![cfg_attr(not(stage0), feature(nll))]
18
#![feature(quote)]
19
20
#![recursion_limit="256"]
0 commit comments