Update compatibility note for 1.28.0 to be correct

This commit is contained in:
Ryan Scheel 2018-07-31 18:31:15 -07:00 committed by GitHub
parent e94df4acb4
commit bcab7e28b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 {}