about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-11-30 10:35:09 +0100
committerRalf Jung <post@ralfj.de>2024-11-30 11:55:58 +0100
commit9182aa0bf7296fa3d024fbf1ac5257ef09dae262 (patch)
treed2d84571a8a10eb1d59bc4d1fbb44573bd026135
parent4ce2116aef0677c6f59890d9bd3acea890fa5cbb (diff)
downloadrust-9182aa0bf7296fa3d024fbf1ac5257ef09dae262.tar.gz
rust-9182aa0bf7296fa3d024fbf1ac5257ef09dae262.zip
rustc_allow_const_fn_unstable is not used in proc_macro
-rw-r--r--library/proc_macro/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/proc_macro/src/lib.rs b/library/proc_macro/src/lib.rs
index 15770248b31..4aa47ce4e4f 100644
--- a/library/proc_macro/src/lib.rs
+++ b/library/proc_macro/src/lib.rs
@@ -22,7 +22,6 @@
 // This library is copied into rust-analyzer to allow loading rustc compiled proc macros.
 // Please avoid unstable features where possible to minimize the amount of changes necessary
 // to make it compile with rust-analyzer on stable.
-#![feature(rustc_allow_const_fn_unstable)]
 #![feature(staged_api)]
 #![feature(allow_internal_unstable)]
 #![feature(decl_macro)]