We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11d9a1 commit 6bb4050Copy full SHA for 6bb4050
tests/testsuite/tool_paths.rs
@@ -252,7 +252,7 @@ fn custom_runner_cfg_collision() {
252
.with_status(101)
253
.with_stderr(
254
"\
255
-[ERROR] several matching instances of `target.'cfg(..)'.runner` in `.cargo/config`
+[ERROR] several matching instances of `target.'cfg(..)'.runner` in configurations
256
first match `cfg(not(target_arch = \"avr\"))` located in [..]/foo/.cargo/config
257
second match `cfg(not(target_os = \"none\"))` located in [..]/foo/.cargo/config
258
",
0 commit comments