From bcab7e28b412fa0608c32254ab0727f9480176d2 Mon Sep 17 00:00:00 2001 From: Ryan Scheel Date: Tue, 31 Jul 2018 18:31:15 -0700 Subject: [PATCH] Update compatibility note for 1.28.0 to be correct --- RELEASES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index b983851f88198..511e7a0ac02c0 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 {}