We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo fix
cargo clippy --fix
warning: `zero2prod` (bin "zero2prod") generated 1 warning (run `cargo fix --bin "zero2prod"` to apply 1 suggestion)
This is misleading, as cargo fix points to the binary fixing warnings reported by rustc.
rustc 1.67.0-nightly (c97b539e4 2022-11-30) binary: rustc commit-hash: c97b539e408ea353f4fde2f9251d598291fec421 commit-date: 2022-11-30 host: x86_64-unknown-linux-gnu release: 1.67.0-nightly LLVM version: 15.0.4
No response
The text was updated successfully, but these errors were encountered:
You're on a fairly old nightly there, this was fixed before the feature was enabled on stable - rust-lang/cargo#11399
Sorry, something went wrong.
No branches or pull requests
Description
This is misleading, as
cargo fix
points to the binary fixing warnings reported by rustc.Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: