mirror of
https://github.com/rust-lang/cargo
synced 2024-10-31 07:46:57 +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 ``` |
||
---|---|---|
.. | ||
add_members_to_workspace_format_previous_items | ||
add_members_to_workspace_format_sorted | ||
add_members_to_workspace_with_absolute_package_path | ||
add_members_to_workspace_with_empty_members | ||
add_members_to_workspace_with_exclude_list | ||
add_members_to_workspace_with_members_glob | ||
empty_name | ||
help | ||
inherit_workspace_lints | ||
inherit_workspace_package_table | ||
inherit_workspace_package_table.in | ||
inherit_workspace_package_table_with_edition | ||
inherit_workspace_package_table_with_registry | ||
inherit_workspace_package_table_without_version | ||
not_inherit_workspace_package_table_if_not_members | ||
mod.rs |