Skip to content

Commit d10d0b2

Browse files
Havvypietroalbini
authored andcommitted
Update compatibility note for 1.28.0 to be correct
1 parent 0a49228 commit d10d0b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ Misc
9494

9595
Compatibility Notes
9696
-------------------
97-
- [Rust will no longer consider trait objects with duplicated constraints to
98-
have implementations.][51276] For example the below code will now fail
99-
to compile.
97+
- [Rust will consider trait objects with duplicated constraints to be the same
98+
type as without the duplicated constraint.][51276] For example the below code will
99+
now fail to compile.
100100
```rust
101101
trait Trait {}
102102

0 commit comments

Comments
 (0)