We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639fab7 commit cfc10f0Copy full SHA for cfc10f0
src/tools/miri/src/bin/miri.rs
@@ -202,7 +202,7 @@ fn rustc_logger_config() -> rustc_log::LoggerConfig {
202
// rustc traced, but you can also do `MIRI_LOG=miri=trace,rustc_const_eval::interpret=debug`.
203
if tracing::Level::from_str(&var).is_ok() {
204
cfg.filter = Ok(format!(
205
- "rustc_middle::mir::interpret={var},rustc_const_eval::interpret={var}"
+ "rustc_middle::mir::interpret={var},rustc_const_eval::interpret={var},miri={var}"
206
));
207
} else {
208
cfg.filter = Ok(var);
0 commit comments