mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 10:24:16 +00:00
rustc_allow_const_fn_unstable is not used in proc_macro
This commit is contained in:
parent
4ce2116aef
commit
9182aa0bf7
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user