Skip to content

Commit 9d28dfe

Browse files
authored
Rollup merge of #71191 - GuillaumeGomez:cleanup-e0520, r=Dylan-DPC
Clean up E0520 explanation r? @Dylan-DPC
2 parents 294f9f3 + 6b83d08 commit 9d28dfe

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)