Stabilize RFC3324 dyn upcasting coercion
Aka trait_upcasting feature. And also adjust the `deref_into_dyn_supertrait` lint.
This commit is contained in:
@@ -562,9 +562,6 @@ declare_features! (
|
||||
(unstable, thread_local, "1.0.0", Some(29594), None),
|
||||
/// Allows defining `trait X = A + B;` alias items.
|
||||
(unstable, trait_alias, "1.24.0", Some(41517), None),
|
||||
/// 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), None),
|
||||
/// Allows for transmuting between arrays with sizes that contain generic consts.
|
||||
(unstable, transmute_generic_consts, "1.70.0", Some(109929), None),
|
||||
/// Allows #[repr(transparent)] on unions (RFC 2645).
|
||||
|
||||
Reference in New Issue
Block a user