cargo check

로컬 패키지와 모든 종속 항목에 오류가 있는지 확인. 더 많은 정보: https://doc.rust-lang.org/cargo/commands/cargo-check.html.

cargo {{[c|check]}}

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

cargo {{[c|check]}} --test {{통합_테스트1}}

cargo {{[c|check]}} {{[-F|--features]}} {{기능1,기능2}}

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