We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test --name
This command fails to produce any output:
cargo test --name <test_name>
However, this command runs the given test
cargo test <test_name>