Skip to content

Commit 1d92791

Browse files
committed
use prettier printing
1 parent cf02758 commit 1d92791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stacked_borrows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ trait EvalContextPrivExt<'a, 'mir, 'tcx: 'a+'mir>: crate::MiriEvalContextExt<'a,
545545
let this = self.eval_context_mut();
546546
let protector = if protect { Some(this.frame().extra) } else { None };
547547
let ptr = place.ptr.to_ptr()?;
548-
trace!("reborrow: {:?} reference {} derived from {} (pointee {}): {:?}, size {}",
548+
trace!("reborrow: {} reference {} derived from {} (pointee {}): {:?}, size {}",
549549
kind, new_tag, ptr.tag, place.layout.ty, ptr, size.bytes());
550550

551551
// Get the allocation. It might not be mutable, so we cannot use `get_mut`.

0 commit comments

Comments
 (0)