Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)
# build log Build failed, waiting for other jobs to finish... Updating registry `https://github.com/rust-lang/crates.io-index` Downloading rustler_codegen v0.7.0 Compiling aster v0.12.0 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/lib.rs --crate-name aster --crate-type lib -g -C metadata=fbb6489e1f374948 -C extra-filename=-fbb6489e1f374948 --out-dir /home/cratesfyi/rustler_codegen-0.7.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rustler_codegen-0.7.0/debug/deps -L dependency=/home/cratesfyi/rustler_codegen-0.7.0/debug/deps --cap-lints allow` Compiling easy-plugin v0.2.10 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs --crate-name easy_plugin --crate-type dylib -C prefer-dynamic -g -C metadata=6fa76e0125d57c14 -C extra-filename=-6fa76e0125d57c14 --out-dir /home/cratesfyi/rustler_codegen-0.7.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rustler_codegen-0.7.0/debug/deps -L dependency=/home/cratesfyi/rustler_codegen-0.7.0/debug/deps --cap-lints allow` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:6:5: 6:32 error: unresolved import `syntax::attr::AttributesExt`. There is no `AttributesExt` in `syntax::attr` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:6 use syntax::attr::AttributesExt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:6:5: 6:32 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:6:5: 6:39 error: unresolved import `syntax::feature_gate::GatedCfgAttr`. There is no `GatedCfgAttr` in `syntax::feature_gate`. Did you mean to use `GatedCfg`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:6 use syntax::feature_gate::GatedCfgAttr; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:6:5: 6:39 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:2:5: 2:32 error: unresolved import `syntax::attr::AttributesExt`. There is no `AttributesExt` in `syntax::attr` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:2 use syntax::attr::AttributesExt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:2:5: 2:32 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:114:30: 114:60 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:114 self.build_item_kind(token::special_idents::invalid, item) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:114:30: 114:60 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:1183:38: 1183:68 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:1183 self.builder.build_item_kind(token::special_idents::invalid, ty_) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:1183:38: 1183:68 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:23:17: 23:31 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:23 tokens: Vec<ast::TokenTree>, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:23:17: 23:31 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:23:17: 23:31 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:59:19: 59:34 error: unresolved name `ast::EMPTY_CTXT` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:59 ctxt: ast::EMPTY_CTXT, ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:59:19: 59:34 help: run `rustc --explain E0425` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:46:35: 46:44 error: type name `ast::Pat_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:46 pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:46:35: 46:44 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:46:35: 46:44 help: no candidates by the name of `Pat_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:56:25: 56:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:56 self.build_pat_(ast::Pat_::PatWild) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:56:25: 56:43 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:64:25: 64:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:64 self.build_pat_(ast::Pat_::PatIdent(mode, id, sub)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:64:25: 64:44 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:170:33: 170:51 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:170 self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats))) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:170:33: 170:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:275:33: 275:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:275 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:275:33: 275:53 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:279:33: 279:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:279 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:279:33: 279:53 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:314:27: 314:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:314 self.0.build_pat_(ast::Pat_::PatLit(expr)) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:314:27: 314:44 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:345:33: 345:44 error: unresolved name `ast::PatTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:345 self.builder.build_pat_(ast::PatTup(self.pats)) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/pat.rs:345:33: 345:44 help: run `rustc --explain E0425` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:66:38: 66:58 error: failed to resolve. Could not find `DeclKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:66 let decl = respan(self.span, ast::DeclKind::Local(P(local))); ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:66:38: 66:58 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:97:38: 97:57 error: failed to resolve. Could not find `DeclKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:97 let decl = respan(self.span, ast::DeclKind::Item(item)); ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:97:38: 97:57 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:15:11: 15:31 error: type name `ast::StructFieldKind` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:15 kind: ast::StructFieldKind, ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:15:11: 15:31 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:15:11: 15:31 help: no candidates by the name of `StructFieldKind` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:41:19: 41:51 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:41 kind: ast::StructFieldKind::NamedField(id, ast::Visibility::Inherited), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:41:19: 41:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:50:19: 50:53 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:50 kind: ast::StructFieldKind::UnnamedField(ast::Visibility::Inherited), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:50:19: 50:53 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:62:13: 62:45 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:62 ast::StructFieldKind::NamedField(_, ref mut vis) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:62:13: 62:45 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:63:15: 63:49 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:63 | ast::StructFieldKind::UnnamedField(ref mut vis) => { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:63:15: 63:49 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:83:21: 83:38 error: `ast::StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:83 let field = ast::StructField_ { ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:83:21: 83:38 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:28:37: 28:52 error: unresolved import `syntax::parse::parser::PathParsingMode`. There is no `PathParsingMode` in `syntax::parse::parser`. Did you mean to use `BoundParsingMode`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:28 use syntax::parse::parser::{Parser, PathParsingMode}; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:28:37: 28:52 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:29:52: 29:62 error: unresolved import `syntax::parse::token::IdentStyle`. There is no `IdentStyle` in `syntax::parse::token` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:29 use syntax::parse::token::{BinOpToken, DelimToken, IdentStyle, Token}; ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:29:52: 29:62 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:18:32: 18:41 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:18 use syntax::ast::{Expr, Ident, TokenTree}; ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:18:32: 18:41 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:22:52: 22:62 error: unresolved import `syntax::parse::token::IdentStyle`. There is no `IdentStyle` in `syntax::parse::token` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:22 use syntax::parse::token::{BinOpToken, DelimToken, IdentStyle, Token}; ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:22:52: 22:62 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:86:42: 86:51 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:86 impl<T, S: AsRef<str>> ToError<T, S> for TokenTree { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:86:42: 86:51 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:86:42: 86:51 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:241:5: 241:69 error: method `custom_emit` is not a member of trait `Emitter` [E0407] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:241 fn custom_emit(&mut self, _: &RenderSpan, _: &str, _: Level) { } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:241:5: 241:69 help: run `rustc --explain E0407` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:301:47: 301:56 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:301 pub fn new(session: &'s ParseSess, tts: &[TokenTree]) -> TransactionParser<'s> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:301:47: 301:56 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:301:47: 301:56 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:378:46: 378:55 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:378 parse!(parse_token_tree(), "token tree", TokenTree); ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:378:5: 378:57 note: in this expansion of parse! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:378:46: 378:55 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:378:46: 378:55 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:384:58: 384:67 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:384 pub struct TtsIterator<'i, I> where I: Iterator<Item=&'i TokenTree> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:384:58: 384:67 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:384:58: 384:67 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:390:59: 390:68 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:390 impl<'i, I> TtsIterator<'i, I> where I: Iterator<Item=&'i TokenTree> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:390:59: 390:68 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:390:59: 390:68 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:399:50: 399:59 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:399 pub fn expect(&mut self) -> PluginResult<&'i TokenTree> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:399:50: 399:59 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:399:50: 399:59 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:406:17: 406:33 error: failed to resolve. Use of undeclared type or module `TokenTree` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:406 TokenTree::Token(span, ref token) => Ok((span, token.clone())), ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:406:17: 406:33 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:424:72: 424:81 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:424 impl<'i, I> Iterator for TtsIterator<'i, I> where I: Iterator<Item=&'i TokenTree> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:424:72: 424:81 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:424:72: 424:81 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:425:21: 425:30 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:425 type Item = &'i TokenTree; ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:425:21: 425:30 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:425:21: 425:30 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:427:38: 427:47 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:427 fn next(&mut self) -> Option<&'i TokenTree> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:427:38: 427:47 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:427:38: 427:47 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:46:14: 46:23 error: type name `Delimited` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:46 Delim(Rc<Delimited>), ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:46:14: 46:23 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:46:14: 46:23 help: you can import it into scope: `use syntax::tokenstream::Delimited;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:70:8: 70:17 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:70 Tt(TokenTree), ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:70:8: 70:17 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:70:8: 70:17 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:121:34: 121:43 error: type name `Delimited` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:121 pub fn as_delim(&self) -> Rc<Delimited> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:121:34: 121:43 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:121:34: 121:43 help: you can import it into scope: `use syntax::tokenstream::Delimited;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:265:28: 265:37 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:265 pub fn as_tt(&self) -> TokenTree { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:265:28: 265:37 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:265:28: 265:37 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:324:46: 324:55 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:324 fn new(session: &'s ParseSess, tts: &'s [TokenTree], span: Span) -> ArgumentParser<'s> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:324:46: 324:55 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:324:46: 324:55 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:395:49: 395:58 error: type name `Delimited` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:395 fn parse_delim(&mut self) -> PluginResult<Rc<Delimited>> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:395:49: 395:58 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:395:49: 395:58 help: you can import it into scope: `use syntax::tokenstream::Delimited;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:408:25: 408:34 error: `Delimited` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:408 let delimited = Delimited { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:408:25: 408:34 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:497:33: 497:42 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:497 session: &ParseSess, tts: &[TokenTree], specification: &[Specifier] ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:497:33: 497:42 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/arguments.rs:497:33: 497:42 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:282:42: 282:80 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:282:42: 282:80 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:283:43: 283:91 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:283:43: 283:91 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:284:43: 284:95 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:284:43: 284:95 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:285:43: 285:96 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:285:43: 285:96 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:286:42: 286:93 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:286:42: 286:93 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:287:43: 287:77 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:287:43: 287:77 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:288:42: 288:93 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:288:42: 288:93 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:289:42: 289:75 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:289:42: 289:75 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:290:41: 290:73 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:290:41: 290:73 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:291:42: 291:97 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:291:42: 291:97 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:292:41: 292:91 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:292:41: 292:91 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:293:42: 293:75 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:293:42: 293:75 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:294:42: 294:75 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:294:42: 294:75 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:295:40: 295:89 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:295:40: 295:89 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:296:41: 296:84 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:296:41: 296:84 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:297:40: 297:78 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:297:40: 297:78 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:317:17: 317:36 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:317:17: 317:36 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 error: failed to resolve. Use of undeclared type or module `StructFieldKind` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273 let kind = StructFieldKind::NamedField(context.ident_of($name), Visibility::Inherited); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:319:17: 319:37 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:273:24: 273:51 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 error: `StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275 let field = StructField_ { kind: kind, id: DUMMY_NODE_ID, ty: ty, attrs: vec![] }; ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:319:17: 319:37 note: in this expansion of field! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:275:25: 275:37 help: run `rustc --explain E0422` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:446:53: 446:62 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:446 context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:446:53: 446:62 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:446:53: 446:62 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:570:53: 570:62 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:570 context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:570:53: 570:62 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:570:53: 570:62 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:634:53: 634:62 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:634 context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:634:53: 634:62 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:634:53: 634:62 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:641:9: 641:25 error: failed to resolve. Use of undeclared type or module `TokenTree` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:641 TokenTree::Token(_, Token::Ident(ref ident, _)) => match &*ident.name.as_str() { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:641:9: 641:25 help: run `rustc --explain E0433` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:652:53: 652:62 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:652 context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:652:53: 652:62 help: run `rustc --explain E0412` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs:652:53: 652:62 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:125:1: 150:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:125 impl ToExpr for token::Lit { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:125:1: 150:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:152:1: 156:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:152 impl ToExpr for Name { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:152:1: 156:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:158:1: 164:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:158 impl ToExpr for String { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:158:1: 164:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:166:1: 192:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:166 impl ToExpr for Token { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:166:1: 192:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:194:1: 204:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:194 impl<T> ToExpr for Option<T> where T: ToExpr { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:194:1: 204:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:206:1: 212:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:206 impl<T> ToExpr for Vec<T> where T: ToExpr { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:206:1: 212:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:214:1: 219:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:214 impl<T> ToExpr for [T] where T: ToExpr { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:214:1: 219:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:45:1: 50:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:45 impl ToExpr for Amount { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:45:1: 50:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:140:1: 176:2 error: conflicting implementations of trait `utility::ToExpr`: [E0119] .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:140 impl ToExpr for Specifier { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/specification.rs:140:1: 176:2 help: run `rustc --explain E0119` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119:1: 123:2 note: conflicting implementation is here: .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/utility.rs:119 impl ToExpr for IdentStyle { ^ error: aborting due to 9 previous errors .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/block.rs:80:13: 80:17 error: structure `syntax::ast::Block` has no field named `expr` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/block.rs:80 expr: expr, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/block.rs:80:13: 80:17 help: run `rustc --explain E0560` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:70:39: 70:54 error: no method named `into_thin_attrs` found for type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:70 attrs: self.attrs.clone().into_thin_attrs(), ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:427:30: 427:50 error: no associated item named `Again` found for type `syntax::ast::ExprKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:427 self.build_expr_kind(ast::ExprKind::Again(None)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:434:30: 434:50 error: no associated item named `Again` found for type `syntax::ast::ExprKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:434 self.build_expr_kind(ast::ExprKind::Again(Some(label))) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:1387:65: 1387:75 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:1387 self.builder.build_expr_kind(ast::ExprKind::Loop(block, self.label)) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:1387:65: 1387:75 help: run `rustc --explain E0308` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:1387:65: 1387:75 note: expected type `std::option::Option<syntax::codemap::Spanned<syntax::ast::Ident>>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:1387:65: 1387:75 note: found type `std::option::Option<syntax::ast::Ident>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:1387:65: 1387:75 note: expected struct `syntax::codemap::Spanned`, found struct `syntax::ast::Ident` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/expr.rs:1387 self.builder.build_expr_kind(ast::ExprKind::Loop(block, self.label)) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/generics.rs:60:48: 60:57 error: no method named `move_iter` found for type `syntax::ptr::P<[syntax::ast::TyParam]>` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/generics.rs:60 .with_ty_params(generics.ty_params.move_iter()) ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/generics.rs:203:31: 203:39 error: no associated item named `empty` found for type `syntax::ptr::P<_>` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/generics.rs:203 ty_param.bounds = P::empty(); ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:1350:20: 1350:33 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:1350 let item = ast::ImplItem { ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/item.rs:1350:20: 1350:33 help: run `rustc --explain E0063` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:59:13: 59:17 error: structure `syntax::ast::Mac_` has no field named `ctxt` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:59 ctxt: ast::EMPTY_CTXT, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/mac.rs:59:13: 59:17 help: run `rustc --explain E0560` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:43:45: 43:66 error: no associated item named `Static` found for type `syntax::ast::SelfKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:43 explicit_self: respan(DUMMY_SP, ast::SelfKind::Static), ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:90:13: 90:34 error: no associated item named `Static` found for type `syntax::ast::SelfKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:90 ast::SelfKind::Static => { } ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:92:15: 92:46 error: this pattern has 3 fields, but the corresponding variant has 2 fields [E0023] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:92 | ast::SelfKind::Region(_, _, id) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:92:15: 92:46 help: run `rustc --explain E0023` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:95:31: 95:49 error: no associated item named `new_self` found for type `syntax::ast::Arg` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:95 let arg = ast::Arg::new_self(self.span, self.self_mutable, id); ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:108:13: 108:26 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:108 explicit_self: self.explicit_self, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:108:13: 108:26 help: run `rustc --explain E0560` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:192:30: 192:51 error: no associated item named `Static` found for type `syntax::ast::SelfKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:192 self.build_self_kind(ast::SelfKind::Static) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:196:30: 196:51 error: no associated item named `Static` found for type `syntax::ast::SelfKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:196 self.build_self_kind(ast::SelfKind::Static) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:200:51: 200:68 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:200 self.build_self_kind(ast::SelfKind::Value("self".to_ident())) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:200:51: 200:68 help: run `rustc --explain E0308` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:200:51: 200:68 note: expected type `syntax::ast::Mutability` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:200:51: 200:68 note: found type `syntax::ast::Ident` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:200:51: 200:68 note: expected enum `syntax::ast::Mutability`, found struct `syntax::ast::Ident` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:200 self.build_self_kind(ast::SelfKind::Value("self".to_ident())) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:204:30: 208:10 error: this function takes 2 parameters but 3 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:204 self.build_self_kind(ast::SelfKind::Region( ^ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:204:30: 208:10 help: run `rustc --explain E0061` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:204:30: 208:10 note: the following parameter types were expected: std::option::Option<syntax::ast::Lifetime>, syntax::ast::Mutability .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:214:30: 218:10 error: this function takes 2 parameters but 3 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:214 self.build_self_kind(ast::SelfKind::Region( ^ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:214:30: 218:10 help: run `rustc --explain E0061` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:214:30: 218:10 note: the following parameter types were expected: std::option::Option<syntax::ast::Lifetime>, syntax::ast::Mutability .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:222:30: 226:10 error: this function takes 2 parameters but 3 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:222 self.build_self_kind(ast::SelfKind::Region( ^ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:222:30: 226:10 help: run `rustc --explain E0061` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:222:30: 226:10 note: the following parameter types were expected: std::option::Option<syntax::ast::Lifetime>, syntax::ast::Mutability .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:232:30: 236:10 error: this function takes 2 parameters but 3 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:232 self.build_self_kind(ast::SelfKind::Region( ^ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:232:30: 236:10 help: run `rustc --explain E0061` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:232:30: 236:10 note: the following parameter types were expected: std::option::Option<syntax::ast::Lifetime>, syntax::ast::Mutability .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:250:58: 250:75 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:250 self.build_self_kind(ast::SelfKind::Explicit(ty, "self".to_ident())) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:250:58: 250:75 help: run `rustc --explain E0308` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:250:58: 250:75 note: expected type `syntax::ast::Mutability` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:250:58: 250:75 note: found type `syntax::ast::Ident` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:250:58: 250:75 note: expected enum `syntax::ast::Mutability`, found struct `syntax::ast::Ident` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/method.rs:250 self.build_self_kind(ast::SelfKind::Explicit(ty, "self".to_ident())) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:50:20: 50:24 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:50 self.build(stmt) ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:50:20: 50:24 help: run `rustc --explain E0308` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:50:20: 50:24 note: expected type `syntax::ast::Stmt` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:50:20: 50:24 note: found type `syntax::codemap::Spanned<syntax::ast::StmtKind>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:50:20: 50:24 note: expected struct `syntax::ast::Stmt`, found struct `syntax::codemap::Spanned` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:50 self.build(stmt) ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:63:39: 63:54 error: no method named `into_thin_attrs` found for type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:63 attrs: self.attrs.clone().into_thin_attrs(), ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:68:30: 68:49 error: no associated item named `Decl` found for type `syntax::ast::StmtKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:68 self.build_stmt_kind(ast::StmtKind::Decl(P(decl), ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:83:30: 83:75 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:83 self.build_stmt_kind(ast::StmtKind::Expr(expr, ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:83:30: 83:75 help: run `rustc --explain E0061` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:83:30: 83:75 note: the following parameter type was expected: syntax::ptr::P<syntax::ast::Expr> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:98:30: 98:49 error: no associated item named `Decl` found for type `syntax::ast::StmtKind` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:98 self.build_stmt_kind(ast::StmtKind::Decl(P(decl), ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:158:32: 158:77 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:158 self.0.build_stmt_kind(ast::StmtKind::Semi(expr, ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:158:32: 158:77 help: run `rustc --explain E0061` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/stmt.rs:158:32: 158:77 note: the following parameter type was expected: syntax::ptr::P<syntax::ast::Expr> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:89:30: 89:54 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:89 self.callback.invoke(respan(self.span, field)) ^~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:89:30: 89:54 help: run `rustc --explain E0308` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:89:30: 89:54 note: expected type `syntax::ast::StructField` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:89:30: 89:54 note: found type `syntax::codemap::Spanned<_>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:89:30: 89:54 note: expected struct `syntax::ast::StructField`, found struct `syntax::codemap::Spanned` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.12.0/src/struct_field.rs:89 self.callback.invoke(respan(self.span, field)) ^~~~~~~~~~~~~~~~~~~~~~~~ error: aborting due to 29 previous errors thread 'main' panicked at 'ChainedError { error: failed to compile `rustler_codegen v0.7.0`, intermediate artifacts can be found at `/home/cratesfyi/rustler_codegen-0.7.0`, cause: ChainedError { error: Could not compile `easy-plugin`., cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs --crate-name easy_plugin --crate-type dylib -C prefer-dynamic -g -C metadata=6fa76e0125d57c14 -C extra-filename=-6fa76e0125d57c14 --out-dir /home/cratesfyi/rustler_codegen-0.7.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rustler_codegen-0.7.0/debug/deps -L dependency=/home/cratesfyi/rustler_codegen-0.7.0/debug/deps --cap-lints allow` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.