mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
530c69bbc2
When checking whether the current token is a function indentifier by inspecting the syntax, do not attempt to access past the end of the code buffer.
8 lines
324 B
Plaintext
8 lines
324 B
Plaintext
An unknown or invalid lint was used on the command line.
|
|
|
|
Erroneous code example:
|
|
|
|
rustc[2m[97m [0m[2m[97m-[0m[33mD[0m[2m[97m [0mbogus[2m[97m [0mrust_file[2m[97m.[0mrs
|
|
|
|
Maybe you just misspelled the lint name or the lint doesn't exist anymore. Either way, try to update/remove it in order to fix the error.
|