We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967a9c9 commit e6be52bCopy full SHA for e6be52b
compiler/rustc_const_eval/src/interpret/visitor.rs
@@ -473,6 +473,9 @@ macro_rules! make_value_visitor {
473
// The second `Box` field is the allocator, which we recursively check for validity
474
// like in regular structs.
475
self.visit_field(v, 1, &alloc)?;
476
+
477
+ // We visited all parts of this one.
478
+ return Ok(());
479
}
480
_ => {},
481
};
0 commit comments