]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/metadata.rs
Rollup merge of #99154 - rosehuds:master, r=cjgillot
[rust.git] / compiler / rustc_middle / src / metadata.rs
index 6dcdc58c72d829e35cfe206c56a3e5db1597536c..c8e78747d8e7b3a74ac53afb841bef9b9bd047dd 100644 (file)
@@ -21,4 +21,6 @@ pub struct ModChild {
     pub vis: ty::Visibility,
     /// Span of the item.
     pub span: Span,
+    /// A proper `macro_rules` item (not a reexport).
+    pub macro_rules: bool,
 }