Skip to content

Commit

Permalink
rustc_allow_const_fn_unstable is not used in proc_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 30, 2024
1 parent ee1db76 commit bdee285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/proc_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit bdee285

Please sign in to comment.