Clean up E0520 explanation

This commit is contained in:
Guillaume Gomez 2020-04-16 13:51:02 +02:00
parent 167510f776
commit 6b83d0851f

View File

@ -1,5 +1,7 @@
A non-default implementation was already made on this type so it cannot be
specialized further. Erroneous code example:
specialized further.
Erroneous code example:
```compile_fail,E0520
#![feature(specialization)]