resolve/metadata: Stop encoding macros as reexports
This commit is contained in:
parent
50568b8ee5
commit
179ce18c5c
6 changed files with 47 additions and 23 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue