fix
This commit is contained in:
parent
cc4dd6fc9f
commit
52830efdcc
1 changed files with 4 additions and 0 deletions
|
|
@ -1513,6 +1513,10 @@ pub trait PrettyPrinter<'tcx>:
|
|||
}
|
||||
return Ok(self);
|
||||
}
|
||||
(ty::ValTree::Leaf(leaf), ty::Ref(_, inner_ty, _)) => {
|
||||
p!(write("&"));
|
||||
return self.pretty_print_const_scalar_int(leaf, *inner_ty, print_ty);
|
||||
}
|
||||
(ty::ValTree::Leaf(leaf), _) => {
|
||||
return self.pretty_print_const_scalar_int(leaf, ty, print_ty);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue