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 8759e5a commit 60c387aCopy full SHA for 60c387a
compiler/rustc_public/src/mir/pretty.rs
@@ -332,7 +332,7 @@ fn pretty_operand(operand: &Operand) -> String {
332
format!("move {mv:?}")
333
}
334
Operand::Constant(cnst) => pretty_mir_const(&cnst.const_),
335
- Operand::RuntimeChecks(checks) => format!("const {checks:?}"),
+ Operand::RuntimeChecks(checks) => format!("{checks:?}"),
336
337
338
0 commit comments