mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Update tests/testsuite/cargo_alias_config.rs
This commit is contained in:
parent
9f768bbcd8
commit
2ead2d9e3d
@ -101,7 +101,7 @@ fn default_args_alias() {
|
|||||||
.env("PATH", &path)
|
.env("PATH", &path)
|
||||||
.with_status(101)
|
.with_status(101)
|
||||||
.with_stderr("\
|
.with_stderr("\
|
||||||
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]`
|
||||||
error: alias echo has unresolvable recursive definition: echo -> echo
|
error: alias echo has unresolvable recursive definition: echo -> echo
|
||||||
",
|
",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user