Update RELEASES.md
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
This commit is contained in:
parent
af0b8553fe
commit
6e59a9d112
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Language
|
||||||
- [You can now use multiple generic lifetimes with `impl Trait` where the
|
- [You can now use multiple generic lifetimes with `impl Trait` where the
|
||||||
lifetimes don't explicitly outlive another.][84701] In code this means
|
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
|
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
|
Compiler
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue