Skip to content

Commit

Permalink
Clean up E0600 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 22, 2020
1 parent 97f3eee commit 6e5cb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 {
Expand Down

0 comments on commit 6e5cb37

Please sign in to comment.