]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_passes/src/naked_functions.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / compiler / rustc_passes / src / naked_functions.rs
index acc54e7e11006885c3eee899c05fba4a44252295..c5b5cf7f5a963ffa70ede4bd6f5064a1348f98ce 100644 (file)
@@ -219,7 +219,7 @@ impl<'tcx> CheckInlineAssembly<'tcx> {
                 hir::intravisit::walk_expr(self, expr);
             }
 
-            ExprKind::Err => {
+            ExprKind::Err(_) => {
                 self.items.push((ItemKind::Err, span));
             }
         }