stabilize feature(trait_upcasting)
This commit is contained in:
@@ -634,9 +634,6 @@ declare_features! (
|
||||
(unstable, thread_local, "1.0.0", Some(29594)),
|
||||
/// Allows defining `trait X = A + B;` alias items.
|
||||
(unstable, trait_alias, "1.24.0", Some(41517)),
|
||||
/// Allows dyn upcasting trait objects via supertraits.
|
||||
/// Dyn upcasting is casting, e.g., `dyn Foo -> dyn Bar` where `Foo: Bar`.
|
||||
(unstable, trait_upcasting, "1.56.0", Some(65991)),
|
||||
/// Allows for transmuting between arrays with sizes that contain generic consts.
|
||||
(unstable, transmute_generic_consts, "1.70.0", Some(109929)),
|
||||
/// Allows #[repr(transparent)] on unions (RFC 2645).
|
||||
|
||||
Reference in New Issue
Block a user