Skip to content

Commit bb2ff59

Browse files
Clean up E0582 explanation
1 parent 97f3eee commit bb2ff59

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+2
-2
lines changed

src/librustc_error_codes/error_codes/E0582.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
A lifetime appears only in an associated-type binding,
2-
and not in the input types to the trait.
1+
A lifetime is only present in an associated-type binding, and not in the input
2+
types to the trait.
33

44
Erroneous code example:
55

0 commit comments

Comments
 (0)