We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2dd5c commit 7251152Copy full SHA for 7251152
proc_macro/src/lib.rs
@@ -22,7 +22,6 @@
22
// This library is copied into rust-analyzer to allow loading rustc compiled proc macros.
23
// Please avoid unstable features where possible to minimize the amount of changes necessary
24
// to make it compile with rust-analyzer on stable.
25
-#![feature(rustc_allow_const_fn_unstable)]
26
#![feature(staged_api)]
27
#![feature(allow_internal_unstable)]
28
#![feature(decl_macro)]
0 commit comments