Stabilize const_panic
This commit is contained in:
parent
e737694a4d
commit
bce8621983
51 changed files with 100 additions and 229 deletions
|
@ -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