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 6eeedbc commit 7f10777Copy full SHA for 7f10777
src/librustc_mir/interpret/visitor.rs
@@ -142,7 +142,6 @@ macro_rules! make_value_visitor {
142
self.walk_value(v)
143
}
144
/// Visit the given value as a union. No automatic recursion can happen here.
145
- /// Also called for the fields of a generator, which may or may not be initialized.
146
#[inline(always)]
147
fn visit_union(&mut self, _v: Self::V) -> EvalResult<'tcx>
148
{
0 commit comments