Do not pprint as const.
This commit is contained in:
parent
8759e5a8c6
commit
60c387afbd
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ fn pretty_operand(operand: &Operand) -> String {
|
|||
format!("move {mv:?}")
|
||||
}
|
||||
Operand::Constant(cnst) => pretty_mir_const(&cnst.const_),
|
||||
Operand::RuntimeChecks(checks) => format!("const {checks:?}"),
|
||||
Operand::RuntimeChecks(checks) => format!("{checks:?}"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue