Function cargo::ops::cargo_test::display_no_run_information
source ยท fn display_no_run_information(
ws: &Workspace<'_>,
test_args: &[&str],
compilation: &Compilation<'_>,
exec_type: &str,
) -> CargoResult<()>
Expand description
Displays human-readable descriptions of the test executables.
This is used when cargo test --no-run
is used.