
Gets rid of two top-level UI tests which is always great. Furthermore, move `need-crate-arg-ignore-tidy$x.rs` from `command/` to `invalid-compile-flags/`. `command/` concerns `std::process::Command` tests, not CLI tests.
6 lines
242 B
Text
6 lines
242 B
Text
error: invalid character '$' in crate name: `need_crate_arg_ignore_tidy$x`
|
|
|
|
|
= help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
|
|
|
|
error: aborting due to 1 previous error
|
|
|