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 bd0faf4 commit b57a8bfCopy full SHA for b57a8bf
compiler/rustc_passes/src/dead.rs
@@ -265,7 +265,7 @@ impl<'tcx> MarkSymbolVisitor<'tcx> {
265
}
266
self.insert_def_id(variant.fields[FieldIdx::from_usize(idx)].did);
267
268
- self.insert_def_id(variant.def_id);
+ self.check_def_id(variant.def_id);
269
270
271
fn handle_offset_of(&mut self, expr: &'tcx hir::Expr<'tcx>) {
0 commit comments