mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Update Rust to 1.13.0-nightly (91f057de3 2016-09-04)
This commit is contained in:
parent
89126b44d7
commit
d0c27863b4
7 changed files with 218 additions and 217 deletions
|
@ -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",
|
||||
|
|
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue