Skip to content

Commit

Permalink
walk_value: more tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 5, 2018
1 parent 0529dc8 commit a0074ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_mir/interpret/visitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ macro_rules! make_value_visitor {
}
fn walk_value(&mut self, v: Self::V) -> EvalResult<'tcx>
{
trace!("walk_value: type: {}", v.layout().ty);
// If this is a multi-variant layout, we have find the right one and proceed with
// that.
match v.layout().variants {
Expand Down

0 comments on commit a0074ca

Please sign in to comment.