We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167510f commit 6b83d08Copy full SHA for 6b83d08
src/librustc_error_codes/error_codes/E0520.md
@@ -1,5 +1,7 @@
1
A non-default implementation was already made on this type so it cannot be
2
-specialized further. Erroneous code example:
+specialized further.
3
+
4
+Erroneous code example:
5
6
```compile_fail,E0520
7
#![feature(specialization)]
0 commit comments