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 eb3eb22 commit e541354Copy full SHA for e541354
compiler/rustc_passes/src/dead.rs
@@ -134,6 +134,7 @@ impl<'tcx> MarkSymbolVisitor<'tcx> {
134
}
135
136
137
+ #[allow(dead_code)] // FIXME(81658): should be used + lint reinstated after #83171 relands.
138
fn handle_assign(&mut self, expr: &'tcx hir::Expr<'tcx>) {
139
if self
140
.typeck_results()
0 commit comments