Skip to content

Commit 6b83d08

Browse files
Clean up E0520 explanation
1 parent 167510f commit 6b83d08

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

src/librustc_error_codes/error_codes/E0520.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
A non-default implementation was already made on this type so it cannot be
2-
specialized further. Erroneous code example:
2+
specialized further.
3+
4+
Erroneous code example:
35

46
```compile_fail,E0520
57
#![feature(specialization)]

0 commit comments

Comments
 (0)