Skip to content

Commit 864eae7

Browse files
authored
Rollup merge of #72169 - GuillaumeGomez:cleanup-e0582, r=Dylan-DPC
Clean up E0582 explanation r? @Dylan-DPC
2 parents 71f460b + bb2ff59 commit 864eae7

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)