We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0529dc8 commit a0074caCopy full SHA for a0074ca
src/librustc_mir/interpret/visitor.rs
@@ -210,6 +210,7 @@ macro_rules! make_value_visitor {
210
}
211
fn walk_value(&mut self, v: Self::V) -> EvalResult<'tcx>
212
{
213
+ trace!("walk_value: type: {}", v.layout().ty);
214
// If this is a multi-variant layout, we have find the right one and proceed with
215
// that.
216
match v.layout().variants {
0 commit comments