Skip to content

Commit c06fa0b

Browse files
clean up E0393 explanation
1 parent 823ff8c commit c06fa0b

File tree

1 file changed

+2
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+2
-1
lines changed

src/librustc_error_codes/error_codes/E0393.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
A type parameter which references `Self` in its default value was not specified.
2-
Example of erroneous code:
2+
3+
Erroneous code example:
34

45
```compile_fail,E0393
56
trait A<T=Self> {}

0 commit comments

Comments
 (0)