step cfg(bootstrap)
This commit is contained in:
parent
fceb0863d8
commit
5eca36d27a
33 changed files with 11 additions and 152 deletions
|
@ -635,10 +635,7 @@ impl<'tcx> Visitor<'tcx> for Checker<'_, 'tcx> {
|
|||
trace!(
|
||||
"visit_projection_elem: place_ref={:?} elem={:?} \
|
||||
context={:?} location={:?}",
|
||||
place_ref,
|
||||
elem,
|
||||
context,
|
||||
location,
|
||||
place_ref, elem, context, location,
|
||||
);
|
||||
|
||||
self.super_projection_elem(place_ref, elem, context, location);
|
||||
|
|
|
@ -331,11 +331,7 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
|
|||
) -> InterpResult<'tcx, ImmTy<'tcx, M::Provenance>> {
|
||||
trace!(
|
||||
"Running binary op {:?}: {:?} ({}), {:?} ({})",
|
||||
bin_op,
|
||||
*left,
|
||||
left.layout.ty,
|
||||
*right,
|
||||
right.layout.ty
|
||||
bin_op, *left, left.layout.ty, *right, right.layout.ty
|
||||
);
|
||||
|
||||
match left.layout.ty.kind() {
|
||||
|
|
|
@ -440,8 +440,7 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
|
|||
} else {
|
||||
trace!(
|
||||
"check_argument_compat: incompatible ABIs:\ncaller: {:?}\ncallee: {:?}",
|
||||
caller_abi,
|
||||
callee_abi
|
||||
caller_abi, callee_abi
|
||||
);
|
||||
return Ok(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue