Skip to content

Commit 7f10777

Browse files
committed
fix comment
1 parent 6eeedbc commit 7f10777

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/interpret/visitor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ macro_rules! make_value_visitor {
142142
self.walk_value(v)
143143
}
144144
/// 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.
146145
#[inline(always)]
147146
fn visit_union(&mut self, _v: Self::V) -> EvalResult<'tcx>
148147
{

0 commit comments

Comments
 (0)