Rollup merge of #72461 - GuillaumeGomez:cleanup-e0600, r=Dylan-DPC

Clean up E0600 explanation

r? @Dylan-DPC
This commit is contained in:
Dylan DPC 2020-05-22 21:45:04 +02:00 committed by GitHub
commit bf1b998be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {