]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_hir_pretty/src/lib.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / compiler / rustc_hir_pretty / src / lib.rs
index 8e45b636f47f706e2552e143325fcb500d8edf9a..b3042c61002c4fae7f129ea618ece77c66bffea3 100644 (file)
@@ -570,7 +570,7 @@ impl<'a> State<'a> {
                 self.end(); // need to close a box
                 self.ann.nested(self, Nested::Body(body));
             }
-            hir::ItemKind::Macro(ref macro_def) => {
+            hir::ItemKind::Macro(ref macro_def, _) => {
                 self.print_mac_def(macro_def, &item.ident, item.span, |state| {
                     state.print_visibility(&item.vis)
                 });