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 2ead2d9 commit 3a5bb75Copy full SHA for 3a5bb75
tests/testsuite/cargo_alias_config.rs
@@ -111,7 +111,7 @@ error: alias echo has unresolvable recursive definition: echo -> echo
111
.env("PATH", &path)
112
.with_status(101)
113
.with_stderr("\
114
-warning: user-defined alias `echo` is shadowing an external subcommand found at: `[ROOT]/cargo-echo/target/debug/cargo-echo`
+warning: user-defined alias `echo` is shadowing an external subcommand found at: `[ROOT]/cargo-echo/target/debug/cargo-echo[EXE]`
115
error: alias test-1 has unresolvable recursive definition: test-1 -> echo -> echo
116
",
117
)
0 commit comments