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 ec7efa7 commit 6eab980Copy full SHA for 6eab980
library/proc_macro/src/lib.rs
@@ -17,6 +17,9 @@
17
test(no_crate_inject, attr(deny(warnings))),
18
test(attr(allow(dead_code, deprecated, unused_variables, unused_mut)))
19
)]
20
+// This library is copied into rust-analyzer to allow loading rustc compiled proc macros.
21
+// Please avoid unstable features where possible to minimize the amount of changes necessary
22
+// to make it compile with rust-analyzer on stable.
23
#![feature(rustc_allow_const_fn_unstable)]
24
#![feature(nll)]
25
#![feature(staged_api)]
0 commit comments