Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth
Generalize and abstract `ThinAttributes` to `ThinVec<Attribute>`.
This commit is contained in:
commit
8eddf02800
27 changed files with 274 additions and 317 deletions
|
@ -261,6 +261,6 @@ pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[tokenstream::Token
|
|||
expn_id: expn_id,
|
||||
}),
|
||||
span: sp,
|
||||
attrs: None,
|
||||
attrs: ast::ThinVec::new(),
|
||||
}))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue