cargo/tests/testsuite/cargo_new
Ed Page db54c040ae fix(new): Print a 'Creating', rather than 'Created' status
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
```
2024-01-29 15:29:10 -06:00
..
add_members_to_workspace_format_previous_items fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
add_members_to_workspace_format_sorted fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
add_members_to_workspace_with_absolute_package_path fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
add_members_to_workspace_with_empty_members fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
add_members_to_workspace_with_exclude_list fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
add_members_to_workspace_with_members_glob fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
empty_name fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
help Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
inherit_workspace_lints fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
inherit_workspace_package_table fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
inherit_workspace_package_table.in Update cargo new workspace inheritance tests to specify resolver 2023-05-26 17:14:34 +02:00
inherit_workspace_package_table_with_edition fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
inherit_workspace_package_table_with_registry fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
inherit_workspace_package_table_without_version fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
not_inherit_workspace_package_table_if_not_members fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
mod.rs test: Demonstrate existing empty name errors 2023-12-13 10:38:34 -06:00