mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
fixed broken error made by newline char in cargo install .
error message
This commit is contained in:
parent
bf9006d9c4
commit
c5836e97ba
@ -329,8 +329,8 @@ fn missing_current_working_directory() {
|
||||
.with_stderr(
|
||||
"\
|
||||
error: To install the binaries for the package in current working \
|
||||
directory use `cargo install --path .`. Use `cargo build` if you \
|
||||
want to simply build the package.
|
||||
directory use `cargo install --path .`. \n\
|
||||
Use `cargo build` if you want to simply build the package.
|
||||
",
|
||||
)
|
||||
.run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user