You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clippy lints for Rust files aren't working for me. In the linter log, every lint produces a message like this:
offense is for another file {
"src": "file://d:\\Documents\\Creation\\Rust\\project\\src\\main.rs",
"uri": "file:///d%3A/Documents/Creation/Rust/project/src/main.rs"
}
or
offense is for another file {
"src": "file://d:\\Documents\\Creation\\Rust\\project\\src\\main.rs",
"uri": "file:///d%3A/Documents/Creation/Rust/project/src/app.rs"
}
This appears to happen for main.rs as well as all other files. Using Clippy 0.1.72 on Windows, VSCode version 1.84.0, extension version 0.0.19.
The text was updated successfully, but these errors were encountered:
OmegaJak
changed the title
Clippy lints fail because "offense is for another file"
Clippy lints fail because "offense is for another file" on Windows
Nov 2, 2023
Clippy lints for Rust files aren't working for me. In the
linter
log, every lint produces a message like this:or
This appears to happen for
main.rs
as well as all other files. Using Clippy 0.1.72 on Windows, VSCode version 1.84.0, extension version 0.0.19.The text was updated successfully, but these errors were encountered: