mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Rollup merge of #66988 - osa1:issue66985, r=matthewjasper
Fix angle bracket formatting when dumping MIR debug vars Fixes #66985
This commit is contained in:
@@ -202,7 +202,7 @@ fn write_graph_label<'tcx, W: Write>(
|
||||
}
|
||||
|
||||
for var_debug_info in &body.var_debug_info {
|
||||
write!(w, r#"debug {} => {};<br align="left"/>"#,
|
||||
write!(w, r#"debug {} => {};<br align="left"/>"#,
|
||||
var_debug_info.name, escape(&var_debug_info.place))?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user