Update compatibility note for 1.28.0 to be correct
This commit is contained in:
parent
e94df4acb4
commit
bcab7e28b4
1 changed files with 3 additions and 3 deletions
|
@ -94,9 +94,9 @@ Misc
|
|||
|
||||
Compatibility Notes
|
||||
-------------------
|
||||
- [Rust will no longer consider trait objects with duplicated constraints to
|
||||
have implementations.][51276] For example the below code will now fail
|
||||
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.
|
||||
```rust
|
||||
trait Trait {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue