1
Fork 0

Generalize and abstract ThinAttributes

This commit is contained in:
Jeffrey Seyfried 2016-06-18 04:01:57 +00:00
parent 114be1e9f0
commit 5033eca65f
27 changed files with 278 additions and 317 deletions

View file

@ -260,6 +260,6 @@ pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[ast::TokenTree])
expn_id: expn_id,
}),
span: sp,
attrs: None,
attrs: ast::ThinVec::new(),
}))
}