about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2024-06-12 11:44:52 +0200
committerlcnr <rust@lcnr.de>2024-06-12 11:44:52 +0200
commitbbc55091bb05c11d6770de3e396d81b6221de8d0 (patch)
tree7787c76699bb3d81957d80bac149f7cee7468a1f
parentbdb1b7f5d9715cc96cb437134eff93fa229defd1 (diff)
downloadrust-bbc55091bb05c11d6770de3e396d81b6221de8d0.tar.gz
rust-bbc55091bb05c11d6770de3e396d81b6221de8d0.zip
fix RELEASES: we do not support upcasting to auto traits
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c1311ab14c5..2297924c7f3 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -147,7 +147,7 @@ Language
 - [Split `refining_impl_trait` lint into `_reachable`, `_internal` variants](https://github.com/rust-lang/rust/pull/121720/)
 - [Remove unnecessary type inference when using associated types inside of higher ranked `where`-bounds](https://github.com/rust-lang/rust/pull/119849)
 - [Weaken eager detection of cyclic types during type inference](https://github.com/rust-lang/rust/pull/119989)
-- [`trait Trait: Auto {}`: allow upcasting from `dyn Trait` to `dyn Auto`](https://github.com/rust-lang/rust/pull/119338)
+- [`trait Trait: Auto {}`: allow upcasting from `dyn Trait` to `dyn Trait + Auto`](https://github.com/rust-lang/rust/pull/119338)
 
 <a id="1.78.0-Compiler"></a>