Skip to content

Commit

Permalink
Update Rust to 1.13.0-nightly (91f057de3 2016-09-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Sep 6, 2016
1 parent 89126b4 commit d0c2786
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 217 deletions.
1 change: 1 addition & 0 deletions components/plugins/jstraceable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub fn expand_jstraceable(cx: &mut ExtCtxt, span: Span, mitem: &MetaItem, item:
path: ty::Path::new(vec!("dom", "bindings", "trace", "JSTraceable")),
additional_bounds: Vec::new(),
generics: ty::LifetimeBounds::empty(),
supports_unions: true,
methods: vec![
MethodDef {
name: "trace",
Expand Down
1 change: 0 additions & 1 deletion components/plugins/lints/unrooted_must_root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use rustc::hir::intravisit as visit;
use rustc::hir::map as ast_map;
use rustc::lint::{LateContext, LintPass, LintArray, LateLintPass, LintContext};
use rustc::ty;
use syntax::attr::AttrMetaMethods;
use syntax::{ast, codemap};
use utils::{match_def_path, in_derive_expn};

Expand Down
1 change: 1 addition & 0 deletions components/script_traits/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//! The traits are here instead of in script so that these modules won't have
//! to depend on script.

#![feature(core_intrinsics)]
#![feature(custom_derive, plugin)]
#![plugin(heapsize_plugin, plugins, serde_macros)]
#![deny(missing_docs)]
Expand Down
208 changes: 104 additions & 104 deletions components/servo/Cargo.lock

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions ports/cef/Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions ports/geckolib/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust-nightly-date
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2016-08-27
2016-09-05

0 comments on commit d0c2786

Please sign in to comment.