Skip to content

Commit

Permalink
Update compiler/rustc_error_codes/src/error_codes/E0582.md
Browse files Browse the repository at this point in the history
Co-authored-by: Felix S Klock II <pnkfelix@pnkfx.org>
  • Loading branch information
OliverKillane and pnkfelix authored May 14, 2024
1 parent f3dcf65 commit a5d0988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_codes/src/error_codes/E0582.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ where
f: F
}
```
This is as `Foo::Assoc<'a>` could be implemented by a type that does not use
The latter scenario encounters this error because `Foo::Assoc<'a>` could be implemented by a type that does not use

Check failure on line 45 in compiler/rustc_error_codes/src/error_codes/E0582.md

View workflow job for this annotation

GitHub Actions / PR - mingw-check-tidy

line longer than 80 chars
the `'a` parameter, so there is no guarentee that `X::Assoc<'a>` actually uses
`'a`.

Expand Down

0 comments on commit a5d0988

Please sign in to comment.