Skip to content

Commit bf1b998

Browse files
authored
Rollup merge of rust-lang#72461 - GuillaumeGomez:cleanup-e0600, r=Dylan-DPC
Clean up E0600 explanation r? @Dylan-DPC
2 parents 141ce5f + 6e5cb37 commit bf1b998

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0600.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
An unary operator was used on a type which doesn't implement it.
22

3-
Example of erroneous code:
3+
Erroneous code example:
44

55
```compile_fail,E0600
66
enum Question {

0 commit comments

Comments
 (0)