Update RELEASES.md

Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
This commit is contained in:
XAMPPRocky 2021-07-23 13:06:43 +02:00 committed by GitHub
parent af0b8553fe
commit 6e59a9d112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
-----------------------