Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/librustc_error_codes/error_codes/E0602.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
An unknown lint was used on the command line.

Erroneous example:
Erroneous code example:

```sh
rustc -D bogus omse_file.rs
rustc -D bogus rust_file.rs
```

Maybe you just misspelled the lint name or the lint doesn't exist anymore.
Expand Down