walk_value: more tracing
This commit is contained in:
parent
0529dc818f
commit
a0074cafb1
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue