Skip to content

Commit 6e59a9d

Browse files
Update RELEASES.md
Co-authored-by: Mark Rousskov <[email protected]>
1 parent af0b855 commit 6e59a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Language
2222
- [You can now use multiple generic lifetimes with `impl Trait` where the
2323
lifetimes don't explicitly outlive another.][84701] In code this means
2424
that you can now have `impl Trait<'a, 'b>` where as before you could
25-
only have `impl Trait<'a, 'b: 'a>`.
25+
only have `impl Trait<'a, 'b> where 'b: 'a`.
2626

2727
Compiler
2828
-----------------------

0 commit comments

Comments
 (0)