Skip to content

Commit

Permalink
Rollup merge of #72169 - GuillaumeGomez:cleanup-e0582, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0582 explanation

r? @Dylan-DPC
  • Loading branch information
RalfJung authored May 14, 2020
2 parents 71f460b + bb2ff59 commit 864eae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_error_codes/error_codes/E0582.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
A lifetime appears only in an associated-type binding,
and not in the input types to the trait.
A lifetime is only present in an associated-type binding, and not in the input
types to the trait.

Erroneous code example:

Expand Down

0 comments on commit 864eae7

Please sign in to comment.