Skip to content

Commit a0074ca

Browse files
committed
walk_value: more tracing
1 parent 0529dc8 commit a0074ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/interpret/visitor.rs

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ macro_rules! make_value_visitor {
210210
}
211211
fn walk_value(&mut self, v: Self::V) -> EvalResult<'tcx>
212212
{
213+
trace!("walk_value: type: {}", v.layout().ty);
213214
// If this is a multi-variant layout, we have find the right one and proceed with
214215
// that.
215216
match v.layout().variants {

0 commit comments

Comments
 (0)