mirror of
https://github.com/rust-lang/cargo
synced 2024-10-31 08:59:36 +00:00
db54c040ae
This has bothered me about `cargo new` and `cargo init` for a while that the output is read backwards, for example: ```diff --- i/tests/testsuite/cargo_init/path_contains_separator/stderr.log +++ w/tests/testsuite/cargo_init/path_contains_separator/stderr.log @@ -1,3 +1,3 @@ + Creating binary (application) package warning: the path `[ROOT]/case/test:ing/.` contains invalid PATH characters (usually `:`, `;`, or `"`) It is recommended to use a different name to avoid problems. - Created binary (application) package ``` |
||
---|---|---|
.. | ||
in/src | ||
out | ||
mod.rs | ||
stderr.log | ||
stdout.log |