Update Rust to 1.10.0-nightly (cd6a40017 2016-05-16)

This commit is contained in:
Anthony Ramine 2016-05-17 15:21:18 +02:00
parent fe4061e0ec
commit 2ab7f1366c
6 changed files with 83 additions and 82 deletions

View file

@ -53,7 +53,8 @@ pub fn expand_jstraceable(cx: &mut ExtCtxt, span: Span, mitem: &MetaItem, item:
ret_ty: ty::nil_ty(),
attributes: vec![quote_attr!(cx, #[inline])],
is_unsafe: false,
combine_substructure: combine_substructure(box jstraceable_substructure)
combine_substructure: combine_substructure(box jstraceable_substructure),
unify_fieldless_variants: true,
}
],
associated_types: vec![],