Skip to content

Commit

Permalink
Rollup merge of rust-lang#72461 - GuillaumeGomez:cleanup-e0600, r=Dyl…
Browse files Browse the repository at this point in the history
…an-DPC

Clean up E0600 explanation

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC committed May 22, 2020
2 parents 141ce5f + 6e5cb37 commit bf1b998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0600.md
Original file line number Diff line number Diff line change
@@ -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 bf1b998

Please sign in to comment.