Generalize and abstract ThinAttributes
This commit is contained in:
parent
114be1e9f0
commit
5033eca65f
27 changed files with 278 additions and 317 deletions
|
@ -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(),
|
||||
}))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue