rust/compiler/rustc_interface
Nicholas Nethercote be8fd8b7d0 Streamline collect_crate_types.
- The early return can be right at the top.
- The control flow is simplified with `if let`.
- The `collect` isn't necessary.
- The "Unconditionally" comment is erroneously duplicated from
  `check_attr_crate_type`, and can be removed.
2023-10-30 20:42:11 +11:00
..
src Streamline collect_crate_types. 2023-10-30 20:42:11 +11:00
Cargo.toml Remove an unneeded dependency. 2023-10-28 09:03:51 +11:00
messages.ftl Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00