rust/compiler/rustc_interface/src
Rémy Rakic e0bb1c7291 make -Z mir-include-spans a dedicated enum
We want to allow setting this on the CLI, override it only in MIR
passes, and disable it altogether in mir-opt tests.

The default value is "only for NLL MIR dumps", which is considered off
for all intents and purposes, except for `rustc_borrowck` when an NLL
MIR dump is requested.
2024-08-30 07:14:19 +00:00
..
callbacks.rs Do not call source_span when not tracking dependencies. 2024-08-24 16:40:40 +00:00
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
interface.rs Add toggle for parse_meta_item unsafe parsing 2024-07-30 18:28:43 -05:00
lib.rs Add warn(unreachable_pub) to rustc_interface. 2024-08-27 15:11:54 +10:00
passes.rs Remove some unnecessary TODOs 2024-08-26 18:44:20 -04: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 Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
tests.rs make -Z mir-include-spans a dedicated enum 2024-08-30 07:14:19 +00:00
util.rs rustc_interface: remove a redundant #[allow(rustc::untranslatable_diagnostic)] 2024-08-10 14:32:56 +03:00