diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2021-07-23 13:06:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 13:06:43 +0200 |
| commit | 6e59a9d112cdf0f33968a2d6d1865a6494e04b1b (patch) | |
| tree | 1364df5bd685c98baa41797f11a87854a818242f | |
| parent | af0b8553fef18213e7d8f090028712430643e291 (diff) | |
| download | rust-6e59a9d112cdf0f33968a2d6d1865a6494e04b1b.tar.gz rust-6e59a9d112cdf0f33968a2d6d1865a6494e04b1b.zip | |
Update RELEASES.md
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ----------------------- |
