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 9f768bb commit 2ead2d9Copy full SHA for 2ead2d9
tests/testsuite/cargo_alias_config.rs
@@ -101,7 +101,7 @@ fn default_args_alias() {
101
.env("PATH", &path)
102
.with_status(101)
103
.with_stderr("\
104
-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]`
105
error: alias echo has unresolvable recursive definition: echo -> echo
106
",
107
)
0 commit comments