Check a local package and all of its dependencies for errors. More information: https://doc.rust-lang.org/cargo/commands/cargo-check.html.
cargo {{[c|check]}}
cargo {{[c|check]}} --tests
tests/integration_test1.rs
:cargo {{[c|check]}} --test {{integration_test1}}
feature1
and feature2
:cargo {{[c|check]}} {{[-F|--features]}} {{feature1,feature2}}
cargo {{[c|check]}} --no-default-features