Skip to content

Commit

Permalink
clean up E0393 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 9, 2020
1 parent 823ff8c commit c06fa0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_error_codes/error_codes/E0393.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
A type parameter which references `Self` in its default value was not specified.
Example of erroneous code:

Erroneous code example:

```compile_fail,E0393
trait A<T=Self> {}
Expand Down

0 comments on commit c06fa0b

Please sign in to comment.