We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 436f2ec + c06fa0b commit 6f1db99Copy full SHA for 6f1db99
src/librustc_error_codes/error_codes/E0393.md
@@ -1,5 +1,6 @@
1
A type parameter which references `Self` in its default value was not specified.
2
-Example of erroneous code:
+
3
+Erroneous code example:
4
5
```compile_fail,E0393
6
trait A<T=Self> {}
0 commit comments