about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Scheel <Ryan.havvy@gmail.com>2018-07-31 18:31:15 -0700
committerGitHub <noreply@github.com>2018-07-31 18:31:15 -0700
commitbcab7e28b412fa0608c32254ab0727f9480176d2 (patch)
tree3668940b437c03ee9df0a397b5cdeecec8e47b1d
parente94df4acb4c3f42fdc224a7164b63a99240add1e (diff)
downloadrust-bcab7e28b412fa0608c32254ab0727f9480176d2.tar.gz
rust-bcab7e28b412fa0608c32254ab0727f9480176d2.zip
Update compatibility note for 1.28.0 to be correct
-rw-r--r--RELEASES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b983851f881..511e7a0ac02 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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 {}