clean up E0393 explanation
This commit is contained in:
parent
823ff8cf13
commit
c06fa0be82
@ -1,5 +1,6 @@
|
|||||||
A type parameter which references `Self` in its default value was not specified.
|
A type parameter which references `Self` in its default value was not specified.
|
||||||
Example of erroneous code:
|
|
||||||
|
Erroneous code example:
|
||||||
|
|
||||||
```compile_fail,E0393
|
```compile_fail,E0393
|
||||||
trait A<T=Self> {}
|
trait A<T=Self> {}
|
||||||
|
Loading…
Reference in New Issue
Block a user