We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0b855 commit 6e59a9dCopy full SHA for 6e59a9d
RELEASES.md
@@ -22,7 +22,7 @@ Language
22
- [You can now use multiple generic lifetimes with `impl Trait` where the
23
lifetimes don't explicitly outlive another.][84701] In code this means
24
that you can now have `impl Trait<'a, 'b>` where as before you could
25
- only have `impl Trait<'a, 'b: 'a>`.
+ only have `impl Trait<'a, 'b> where 'b: 'a`.
26
27
Compiler
28
-----------------------
0 commit comments