1
Fork 0

Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth

Generalize and abstract `ThinAttributes` to `ThinVec<Attribute>`.
This commit is contained in:
Jeffrey Seyfried 2016-06-26 02:18:04 +00:00
commit 8eddf02800
27 changed files with 274 additions and 317 deletions

View file

@ -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(),
}))
}