rust/compiler/rustc_interface
Nicholas Nethercote 2142d014ab Streamline rustc_interface tests.
In `test_edition_parsing`, change the
`build_session_options_and_crate_config` call to
`build_session_options`, because the config isn't used.

That leaves a single call site for
`build_session_options_and_crate_config`, so just inline and remove it.
2023-10-28 09:03:51 +11:00
..
src Streamline rustc_interface tests. 2023-10-28 09:03:51 +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