From 6e59a9d112cdf0f33968a2d6d1865a6494e04b1b Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Fri, 23 Jul 2021 13:06:43 +0200 Subject: [PATCH] Update RELEASES.md Co-authored-by: Mark Rousskov --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 8485dd5c023..f06a81c39c4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -22,7 +22,7 @@ Language - [You can now use multiple generic lifetimes with `impl Trait` where the lifetimes don't explicitly outlive another.][84701] In code this means that you can now have `impl Trait<'a, 'b>` where as before you could - only have `impl Trait<'a, 'b: 'a>`. + only have `impl Trait<'a, 'b> where 'b: 'a`. Compiler -----------------------