rust/compiler/rustc_interface/src
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
..
callbacks.rs Fix a comment. 2023-10-28 09:03:51 +11:00
errors.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
interface.rs Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser 2023-10-26 02:08:07 +00:00
lib.rs MCP636: Add simpler and more explicit syntax to check-cfg 2023-10-13 13:34:21 +02:00
passes.rs Make Iterator a lang item 2023-10-25 16:18:57 +00:00
proc_macro_decls.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
queries.rs Stop telling people to submit bugs for internal feature ICEs 2023-10-25 23:23:04 +02:00
tests.rs Streamline rustc_interface tests. 2023-10-28 09:03:51 +11:00
util.rs Stop telling people to submit bugs for internal feature ICEs 2023-10-25 23:23:04 +02:00