]> git.lizzy.rs Git - rust.git/commitdiff
Update compatibility note for 1.28.0 to be correct
authorRyan Scheel <Ryan.havvy@gmail.com>
Wed, 1 Aug 2018 01:31:15 +0000 (18:31 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 01:31:15 +0000 (18:31 -0700)
RELEASES.md

index b983851f881987a11089e8409ca0c5666e378c5f..511e7a0ac02c02f35b80dc5cb23c5ccb5db0e184 100644 (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 {}