1
Fork 0

Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"

This reverts commit 6d2b84b3ed, reversing
changes made to 73bc12199e.
This commit is contained in:
Oli Scherer 2024-01-22 12:23:50 +00:00
parent 366d112fa6
commit 9a20cf1697
71 changed files with 368 additions and 112 deletions

View file

@ -339,9 +339,6 @@ declare_features! (
/// Allows `#[track_caller]` to be used which provides
/// accurate caller location reporting during panic (RFC 2091).
(accepted, track_caller, "1.46.0", Some(47809)),
/// Allows dyn upcasting trait objects via supertraits.
/// Dyn upcasting is casting, e.g., `dyn Foo -> dyn Bar` where `Foo: Bar`.
(accepted, trait_upcasting, "1.76.0", Some(65991)),
/// Allows #[repr(transparent)] on univariant enums (RFC 2645).
(accepted, transparent_enums, "1.42.0", Some(60405)),
/// Allows indexing tuples.