cargo check

Check a local package and all of its dependencies for errors. More information: https://doc.rust-lang.org/cargo/commands/cargo-check.html.

cargo check

cargo check --tests

cargo check --test integration_test1

cargo check --features feature1,feature2

cargo check --no-default-features