mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
Update Rust to 1.10.0-nightly (cd6a40017 2016-05-16)
This commit is contained in:
parent
fe4061e0ec
commit
2ab7f1366c
6 changed files with 83 additions and 82 deletions
|
@ -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![],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue