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.
cargo install .
1 parent db0d3f9 commit 1b7e256Copy full SHA for 1b7e256
tests/testsuite/install.rs
@@ -327,7 +327,7 @@ fn missing_current_working_directory() {
327
cargo_process("install .")
328
.with_status(101)
329
.with_stderr(
330
- "To install the binaries for the package in current working \
+ "error: To install the binaries for the package in current working \
331
directory use `cargo install --path .`. \n\
332
Use `cargo build` if you want to simply build the package.",
333
)
0 commit comments