로컬 패키지와 모든 종속 항목에 오류가 있는지 확인. 더 많은 정보: https://doc.rust-lang.org/cargo/commands/cargo-check.html.
cargo check
cargo check --tests
tests/integration_test1.rs
에서 통합 테스트를 확인:cargo check --test {{통합_테스트1}}
feature1
및 feature2
기능이 포함된 현재 패키지를 확인:cargo check --features {{기능1,기능2}}
cargo check --no-default-features