Skip to content

Commit

Permalink
Update compatibility note for 1.28.0 to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Havvy committed Aug 1, 2018
1 parent e94df4a commit bcab7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}

Expand Down

0 comments on commit bcab7e2

Please sign in to comment.