cargo check

检查本地软件包及其所有依赖包是否有错误。 更多信息:https://doc.rust-lang.org/cargo/commands/cargo-check.html.

cargo {{[c|check]}}

cargo {{[c|check]}} --tests

cargo {{[c|check]}} --test {{integration_test1}}

cargo {{[c|check]}} {{[-F|--features]}} {{feature1,feature2}}

cargo {{[c|check]}} --no-default-features