Add ErrorGuaranteed to HIR ExprKind::Err
This commit is contained in:
@@ -219,7 +219,7 @@ impl<'tcx> CheckInlineAssembly<'tcx> {
|
||||
hir::intravisit::walk_expr(self, expr);
|
||||
}
|
||||
|
||||
ExprKind::Err => {
|
||||
ExprKind::Err(_) => {
|
||||
self.items.push((ItemKind::Err, span));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user