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 03a5694 commit 9fcc6daCopy full SHA for 9fcc6da
src/librustc_save_analysis/lib.rs
@@ -12,6 +12,7 @@
12
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
13
html_root_url = "https://doc.rust-lang.org/nightly/")]
14
#![feature(custom_attribute)]
15
+#![cfg_attr(not(stage0), feature(nll))]
16
#![allow(unused_attributes)]
17
18
#![recursion_limit="256"]
0 commit comments