Skip to content

Commit

Permalink
Update Rust to 1.10.0-nightly (cd6a40017 2016-05-16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nox authored and zakorgy committed May 26, 2016
1 parent 742e3d8 commit f64c3ea
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 82 deletions.
3 changes: 2 additions & 1 deletion components/plugins/jstraceable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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![],
Expand Down
46 changes: 23 additions & 23 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f64c3ea

Please sign in to comment.