diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-05-22 13:24:34 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-05-22 13:24:34 +0200 |
| commit | 6e5cb37b668db4d5ae1a8b01830bd0a88ac6a406 (patch) | |
| tree | b35914b5b5a05056b251590a4a7f96223707a5df | |
| parent | 97f3eeec8216d7155c24674b9be55e7c672bcae3 (diff) | |
| download | rust-6e5cb37b668db4d5ae1a8b01830bd0a88ac6a406.tar.gz rust-6e5cb37b668db4d5ae1a8b01830bd0a88ac6a406.zip | |
Clean up E0600 explanation
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0600.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0600.md b/src/librustc_error_codes/error_codes/E0600.md index 172e2a346c5..356006c72f3 100644 --- a/src/librustc_error_codes/error_codes/E0600.md +++ b/src/librustc_error_codes/error_codes/E0600.md @@ -1,6 +1,6 @@ An unary operator was used on a type which doesn't implement it. -Example of erroneous code: +Erroneous code example: ```compile_fail,E0600 enum Question { |
