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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cargo check
For a project generated with cargo new --bin:
cargo new --bin
warning: function is never used: `main`, #[warn(dead_code)] on by default --> src/main.rs:1:1 | 1 | fn main() { | _^ starting here... 2 | | println!("Hello, world!"); 3 | | } | |_^ ...ending here
The text was updated successfully, but these errors were encountered:
I believe this is a dupe of rust-lang/rust#38273, but thanks for the report!
Sorry, something went wrong.
No branches or pull requests
For a project generated with
cargo new --bin
:The text was updated successfully, but these errors were encountered: