diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-04-16 13:51:02 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-04-16 13:51:02 +0200 |
| commit | 6b83d0851f11acf9f9930a0aadb1e47c6ff3bad9 (patch) | |
| tree | 43f7d4c54171a5a75977b9fb8201626c1d802c2a | |
| parent | 167510f776891f2b0b18d1168ed42377a63493a7 (diff) | |
| download | rust-6b83d0851f11acf9f9930a0aadb1e47c6ff3bad9.tar.gz rust-6b83d0851f11acf9f9930a0aadb1e47c6ff3bad9.zip | |
Clean up E0520 explanation
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0520.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0520.md b/src/librustc_error_codes/error_codes/E0520.md index e8a2b4da080..f9d7e02e5c8 100644 --- a/src/librustc_error_codes/error_codes/E0520.md +++ b/src/librustc_error_codes/error_codes/E0520.md @@ -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)] |
