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.
1 parent b3475e6 commit 657a24bCopy full SHA for 657a24b
src/cargo/ops/cargo_compile.rs
@@ -1140,7 +1140,7 @@ fn generate_targets(
1140
// else, silently skip target.
1141
}
1142
let mut units: Vec<_> = units.into_iter().collect();
1143
- unmatched_target_filters(&units, &filter, &mut ws.config().shell())?;
+ unmatched_target_filters(&units, filter, &mut ws.config().shell())?;
1144
1145
// Keep the roots in a consistent order, which helps with checking test output.
1146
units.sort_unstable();
0 commit comments