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 ce40690 commit f11d9a1Copy full SHA for f11d9a1
src/cargo/core/compiler/compilation.rs
@@ -409,7 +409,7 @@ fn target_runner(
409
let matching_runner = cfgs.next();
410
if let Some((key, runner)) = cfgs.next() {
411
anyhow::bail!(
412
- "several matching instances of `target.'cfg(..)'.runner` in `.cargo/config`\n\
+ "several matching instances of `target.'cfg(..)'.runner` in configurations\n\
413
first match `{}` located in {}\n\
414
second match `{}` located in {}",
415
matching_runner.unwrap().0,
0 commit comments