Stabilize const_panic
This commit is contained in:
parent
e737694a4d
commit
bce8621983
51 changed files with 100 additions and 229 deletions
|
@ -297,6 +297,8 @@ declare_features! (
|
|||
(accepted, arbitrary_enum_discriminant, "1.56.0", Some(60553), None),
|
||||
/// Allows macro attributes to observe output of `#[derive]`.
|
||||
(accepted, macro_attributes_in_derive_output, "1.57.0", Some(81119), None),
|
||||
/// Allows panicking during const eval (producing compile-time errors).
|
||||
(accepted, const_panic, "1.57.0", Some(51999), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: accepted features
|
||||
|
|
|
@ -425,9 +425,6 @@ declare_features! (
|
|||
/// Allows using the `amdgpu-kernel` ABI.
|
||||
(active, abi_amdgpu_kernel, "1.29.0", Some(51575), None),
|
||||
|
||||
/// Allows panicking during const eval (producing compile-time errors).
|
||||
(active, const_panic, "1.30.0", Some(51999), None),
|
||||
|
||||
/// Allows `#[marker]` on certain traits allowing overlapping implementations.
|
||||
(active, marker_trait_attr, "1.30.0", Some(29864), None),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue