Skip to content

Commit a5d0988

Browse files
Update compiler/rustc_error_codes/src/error_codes/E0582.md
Co-authored-by: Felix S Klock II <[email protected]>
1 parent f3dcf65 commit a5d0988

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0582.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ where
4242
f: F
4343
}
4444
```
45-
This is as `Foo::Assoc<'a>` could be implemented by a type that does not use
45+
The latter scenario encounters this error because `Foo::Assoc<'a>` could be implemented by a type that does not use
4646
the `'a` parameter, so there is no guarentee that `X::Assoc<'a>` actually uses
4747
`'a`.
4848

0 commit comments

Comments
 (0)