mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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)
|
||||
.with_status(101)
|
||||
.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
|
||||
",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user