]> git.lizzy.rs Git - rust.git/blob - src/librustc_error_codes/error_codes/E0602.md
Auto merge of #68154 - ssomers:btreemap_navigation_benches, r=Mark-Simulacrum
[rust.git] / src / librustc_error_codes / error_codes / E0602.md
1 An unknown lint was used on the command line.
2
3 Erroneous example:
4
5 ```sh
6 rustc -D bogus omse_file.rs
7 ```
8
9 Maybe you just misspelled the lint name or the lint doesn't exist anymore.
10 Either way, try to update/remove it in order to fix the error.