We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 141ce5f + 6e5cb37 commit bf1b998Copy full SHA for bf1b998
src/librustc_error_codes/error_codes/E0600.md
@@ -1,6 +1,6 @@
1
An unary operator was used on a type which doesn't implement it.
2
3
-Example of erroneous code:
+Erroneous code example:
4
5
```compile_fail,E0600
6
enum Question {
0 commit comments