Files
rust/tests/ui/explain/explanation-code-rendering-edge-case-regression.stdout
T
Esteban Küber 530c69bbc2 Do not index past end of buffer when checking heuristic in error index syntax highlighter
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.
2026-05-13 17:52:04 +00:00

324 B

An unknown or invalid lint was used on the command line.
 
Erroneous code example:
 
rustc -D bogus rust_file.rs
 
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.