Skip to content

Commit

Permalink
Rollup merge of #69820 - GuillaumeGomez:cleanup-e0392, r=Dylan-DPC
Browse files Browse the repository at this point in the history
clean up E0392 explanation

r? @Dylan-DPC
  • Loading branch information
Centril authored Mar 8, 2020
2 parents 40b405f + 2676afe commit c934c94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/librustc_error_codes/error_codes/E0392.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
This error indicates that a type or lifetime parameter has been declared
but not actually used. Here is an example that demonstrates the error:
A type or lifetime parameter has been declared but is not actually used.

Erroneous code example:

```compile_fail,E0392
enum Foo<T> {
Expand Down

0 comments on commit c934c94

Please sign in to comment.