mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

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 ```