easy-plugin 0.2.10

A compiler plugin that makes it easier to write compiler plugins.
Build #20280 2016-08-14T20:51:49.780613+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading easy-plugin v0.2.10
Documenting easy-plugin v0.2.10
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs --crate-name easy_plugin -o /home/cratesfyi/easy-plugin-0.2.10/doc -L dependency=/home/cratesfyi/easy-plugin-0.2.10/debug -L dependency=/home/cratesfyi/easy-plugin-0.2.10/debug/deps`
.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: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/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: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/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: 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: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: 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: 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: 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: 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: 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: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: 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: 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: 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: 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: 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: 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: 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: 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: 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: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: 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: 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: 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: 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: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: 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: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: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: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: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: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: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: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/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/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: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `easy-plugin v0.2.10`, intermediate artifacts can be found at `/home/cratesfyi/easy-plugin-0.2.10`,
cause: ChainedError {
error: Could not document `easy-plugin`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/easy-plugin-0.2.10/src/lib.rs --crate-name easy_plugin -o /home/cratesfyi/easy-plugin-0.2.10/doc -L dependency=/home/cratesfyi/easy-plugin-0.2.10/debug -L dependency=/home/cratesfyi/easy-plugin-0.2.10/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.