remove some commented-out tracing
This commit is contained in:
parent
eb6c743e42
commit
4458001644
1 changed files with 0 additions and 2 deletions
|
|
@ -295,8 +295,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
|||
|
||||
_ => bug!("field access on non-product type: {:?}", base_layout),
|
||||
};
|
||||
//trace!("Field {} of {:?} is at offset {}{}", field_index, base_ty, offset.bytes(),
|
||||
// if packed { " (packed)" } else { "" });
|
||||
|
||||
// Do not allocate in trivial cases
|
||||
let (base_ptr, base_extra, aligned) = match base {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue