Skip to content

Commit 6e5cb37

Browse files
Clean up E0600 explanation
1 parent 97f3eee commit 6e5cb37

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)