Build or test without defaults.
Section: Features
Disable default features
bash
bash
cargo test --no-default-featuresExplanation
Useful to verify optional code paths compile independently.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Features