also stabilize const_refs_to_cell
This commit is contained in:
parent
544a6a7df3
commit
49316f871c
38 changed files with 130 additions and 324 deletions
|
@ -405,8 +405,6 @@ declare_features! (
|
|||
(unstable, const_for, "1.56.0", Some(87575)),
|
||||
/// Be more precise when looking for live drops in a const context.
|
||||
(unstable, const_precise_live_drops, "1.46.0", Some(73255)),
|
||||
/// Allows references to types with interior mutability within constants
|
||||
(unstable, const_refs_to_cell, "1.51.0", Some(80384)),
|
||||
/// Allows creating pointers and references to `static` items in constants.
|
||||
(unstable, const_refs_to_static, "1.78.0", Some(119618)),
|
||||
/// Allows `impl const Trait for T` syntax.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue