We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94df4a commit bcab7e2Copy full SHA for bcab7e2
RELEASES.md
@@ -94,9 +94,9 @@ Misc
94
95
Compatibility Notes
96
-------------------
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.
+- [Rust will consider trait objects with duplicated constraints to be the same
+ type as without the duplicated constraint.][51276] For example the below code will
+ now fail to compile.
100
```rust
101
trait Trait {}
102
0 commit comments