Stabilize const_fn_transmute
This commit is contained in:
parent
fd853c00e2
commit
36f02f3523
12 changed files with 15 additions and 47 deletions
|
@ -565,9 +565,6 @@ declare_features! (
|
|||
/// Lazily evaluate constants. This allows constants to depend on type parameters.
|
||||
(incomplete, lazy_normalization_consts, "1.46.0", Some(72219), None),
|
||||
|
||||
/// Allows calling `transmute` in const fn
|
||||
(active, const_fn_transmute, "1.46.0", Some(53605), None),
|
||||
|
||||
/// Allows `if let` guard in match arms.
|
||||
(incomplete, if_let_guard, "1.47.0", Some(51114), None),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue