Move #[macro_reexport] to extern crate

This commit is contained in:
Keegan McAllister 2015-01-01 16:37:47 -08:00
parent 60be2f52d2
commit 0816255c80
13 changed files with 53 additions and 71 deletions

View file

@ -1708,6 +1708,7 @@ pub struct MacroDef {
pub id: NodeId,
pub span: Span,
pub imported_from: Option<Ident>,
pub export: bool,
pub body: Vec<TokenTree>,
}