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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading error_def v0.3.3
Documenting error_def v0.3.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs --crate-name error_def -o /home/cratesfyi/error_def-0.3.3/doc -L dependency=/home/cratesfyi/error_def-0.3.3/debug -L dependency=/home/cratesfyi/error_def-0.3.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:8:25: 8:34 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:8 use syntax::ast::{self, TokenTree, EnumDef};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:9:30: 9:37 error: unresolved import `syntax::ast::TokenTree::TtToken`. Could not find `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:9 use syntax::ast::TokenTree::{TtToken, TtDelimited};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:9:39: 9:50 error: unresolved import `syntax::ast::TokenTree::TtDelimited`. Could not find `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:9 use syntax::ast::TokenTree::{TtToken, TtDelimited};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:12:34: 12:44 error: unresolved import `syntax::parse::token::IdentStyle`. There is no `IdentStyle` in `syntax::parse::token` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:12 use syntax::parse::token::{self, IdentStyle, intern, Token, Lit, InternedString, DelimToken,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:13:28: 13:42 error: unresolved import `syntax::parse::token::special_idents`. There is no `special_idents` in `syntax::parse::token` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:13 special_idents};
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:15:5: 15:36 error: unresolved import `syntax::parse::attr::ParserAttr`. There is no `ParserAttr` in `syntax::parse::attr` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:15 use syntax::parse::attr::ParserAttr;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:17:41: 17:52 error: unresolved import `syntax::ast::VariantKind`. There is no `VariantKind` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:17 use syntax::ast::{Variant_, Visibility, VariantKind, Variant, Attribute_, AttrStyle,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:18:29: 18:33 error: unresolved import `syntax::ast::Lit_`. There is no `Lit_` in `syntax::ast`. Did you mean to use `Lit`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:18 StrStyle, Lit_, MetaItem_, StructField, StructDef, Name, Unsafety, ImplPolarity,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:18:35: 18:44 error: unresolved import `syntax::ast::MetaItem_`. There is no `MetaItem_` in `syntax::ast`. Did you mean to use `MetaItem`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:18 StrStyle, Lit_, MetaItem_, StructField, StructDef, Name, Unsafety, ImplPolarity,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:18:59: 18:68 error: unresolved import `syntax::ast::StructDef`. There is no `StructDef` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:18 StrStyle, Lit_, MetaItem_, StructField, StructDef, Name, Unsafety, ImplPolarity,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:19:33: 19:36 error: unresolved import `syntax::ast::Ty_`. There is no `Ty_` in `syntax::ast`. Did you mean to use `Ty`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:19 TraitRef, Ty, Ty_, ImplItem, MethodSig, FnDecl, MutTy, Mutability, FunctionRetTy,
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20:19: 20:32 error: unresolved import `syntax::ast::ExplicitSelf_`. There is no `ExplicitSelf_` in `syntax::ast`. Did you mean to use `ExplicitSelf`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20 ExplicitSelf_, Block, Expr, Expr_, Arm, Pat, Pat_, MatchSource,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20:47: 20:52 error: unresolved import `syntax::ast::Expr_`. There is no `Expr_` in `syntax::ast`. Did you mean to use `Expr`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20 ExplicitSelf_, Block, Expr, Expr_, Arm, Pat, Pat_, MatchSource,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20:64: 20:68 error: unresolved import `syntax::ast::Pat_`. There is no `Pat_` in `syntax::ast`. Did you mean to use `Pat`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20 ExplicitSelf_, Block, Expr, Expr_, Arm, Pat, Pat_, MatchSource,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20:70: 20:81 error: unresolved import `syntax::ast::MatchSource`. There is no `MatchSource` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:20 ExplicitSelf_, Block, Expr, Expr_, Arm, Pat, Pat_, MatchSource,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:21:50: 21:59 error: unresolved import `syntax::ast::ImplItem_`. There is no `ImplItem_` in `syntax::ast`. Did you mean to use `ImplItem`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:21 DUMMY_NODE_ID, BlockCheckMode, ImplItem_, Item, Item_, Path, PathSegment,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:21:67: 21:72 error: unresolved import `syntax::ast::Item_`. There is no `Item_` in `syntax::ast`. Did you mean to use `Item`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:21 DUMMY_NODE_ID, BlockCheckMode, ImplItem_, Item, Item_, Path, PathSegment,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:22:82: 22:91 error: unresolved import `syntax::ast::Delimited`. There is no `Delimited` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:22 PathParameters, Arg, BindingMode, AngleBracketedParameterData, Delimited, Stmt_,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:22:93: 22:98 error: unresolved import `syntax::ast::Stmt_`. There is no `Stmt_` in `syntax::ast`. Did you mean to use `Stmt`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:22 PathParameters, Arg, BindingMode, AngleBracketedParameterData, Delimited, Stmt_,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:23:35: 23:50 error: unresolved import `syntax::ast::StructFieldKind`. There is no `StructFieldKind` in `syntax::ast`. Did you mean to use `StructField`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:23 Mac_, FieldPat, StructFieldKind, Field, Constness};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:28:5: 28:21 error: unresolved import `syntax::ast_util`. There is no `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:28 use syntax::ast_util;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:29:5: 29:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:29 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:31:5: 31:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:31 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:66:7: 66:21 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:66 Ok(Token::Eof) => break,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:66:7: 66:21 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:66:7: 66:21 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:66:7: 66:21 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:66 Ok(Token::Eof) => break,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67:7: 67:49 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67 Ok(Token::Ident(ident, IdentStyle::Plain)) => ident,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67:7: 67:49 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67:7: 67:49 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67:7: 67:49 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67 Ok(Token::Ident(ident, IdentStyle::Plain)) => ident,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67:10: 67:48 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:67 Ok(Token::Ident(ident, IdentStyle::Plain)) => ident,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:77:7: 77:26 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:77 Ok(Token::FatArrow) => (None, Vec::new()),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:77:7: 77:26 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:77:7: 77:26 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:77:7: 77:26 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:77 Ok(Token::FatArrow) => (None, Vec::new()),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:80:7: 80:46 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:80 Ok(Token::OpenDelim(DelimToken::Brace)) => {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:80:7: 80:46 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:80:7: 80:46 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:80:7: 80:46 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:80 Ok(Token::OpenDelim(DelimToken::Brace)) => {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:94:57: 94:66 error: attempted access of field `node` on type `&std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>`, but no field with that name was found
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:94 if let MetaItem_::MetaWord(ref attr_name) = attr.node.value.node {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:109:21: 109:32 error: no method named `swap_remove` found for type `std::result::Result<std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>, syntax::rustc_errors::DiagnosticBuilder<'_>>` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:109 attrs.swap_remove(i);
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:122:79: 122:84 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:122 let sf = match parser.parse_single_struct_field(Visibility::Public, attrs) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:122:79: 122:84 note: expected type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:122:79: 122:84 note: found type `std::result::Result<std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>, syntax::rustc_errors::DiagnosticBuilder<'_>>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:122:79: 122:84 note: expected struct `std::vec::Vec`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:122 let sf = match parser.parse_single_struct_field(Visibility::Public, attrs) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:129:17: 129:24 error: attempted access of field `node` on type `syntax::ast::StructField`, but no field with that name was found
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:129 match sf.node.kind {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:129:20: 129:24 help: did you mean `id`?
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:129 match sf.node.kind {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:144:11: 144:30 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:144 Ok(Token::FatArrow) => (),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:144:11: 144:30 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:144:11: 144:30 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:144:11: 144:30 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:144 Ok(Token::FatArrow) => (),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:161:7: 161:46 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:161 Ok(Token::Literal(Lit::Str_(sd), None)) => sd,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:161:7: 161:46 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:161:7: 161:46 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:161:7: 161:46 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:161 Ok(Token::Literal(Lit::Str_(sd), None)) => sd,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:173:9: 173:48 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:173 Ok(Token::Literal(Lit::Str_(sd), None)) => sd,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:173:9: 173:48 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:173:9: 173:48 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:173:9: 173:48 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:173 Ok(Token::Literal(Lit::Str_(sd), None)) => sd,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:183:11: 183:27 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:183 Ok(Token::Comma) => (),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:183:11: 183:27 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:183:11: 183:27 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:183:11: 183:27 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:183 Ok(Token::Comma) => (),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:184:11: 184:51 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:184 Ok(Token::CloseDelim(DelimToken::Paren)) => break,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:184:11: 184:51 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:184:11: 184:51 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:184:11: 184:51 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:184 Ok(Token::CloseDelim(DelimToken::Paren)) => break,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:190:26: 190:45 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:190 format_args.push(parser.parse_expr());
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:190:26: 190:45 note: expected type `syntax::ptr::P<syntax::ast::Expr>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:190:26: 190:45 note: found type `std::result::Result<syntax::ptr::P<syntax::ast::Expr>, syntax::rustc_errors::DiagnosticBuilder<'_>>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:190:26: 190:45 note: expected struct `syntax::ptr::P`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:190 format_args.push(parser.parse_expr());
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:211:9: 211:13 error: structure `syntax::ast::Variant_` has no field named `kind` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:211 kind: match members.len() {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:211:9: 211:13 help: did you mean `data`?
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:211 kind: match members.len() {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:218:9: 218:11 error: structure `syntax::ast::Variant_` has no field named `id` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:218 id: DUMMY_NODE_ID,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:220:9: 220:12 error: structure `syntax::ast::Variant_` has no field named `vis` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:220 vis: Visibility::Inherited,
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:228:7: 228:23 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:228 Ok(Token::Comma) => (),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:228:7: 228:23 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:228:7: 228:23 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:228:7: 228:23 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:228 Ok(Token::Comma) => (),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:229:7: 229:21 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:229 Ok(Token::Eof) => (),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:229:7: 229:21 note: expected type `syntax::parse::token::Token`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:229:7: 229:21 note: found type `std::result::Result<_, _>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:229:7: 229:21 note: expected enum `syntax::parse::token::Token`, found enum `std::result::Result`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:229 Ok(Token::Eof) => (),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:243:57: 243:64 error: the trait bound `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Variant_>>: std::iter::FromIterator<syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::Variant_>>>` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:243 let vars = variants.iter().map(|v| v.variant.clone()).collect();
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:243:57: 243:64 note: a collection of type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Variant_>>` cannot be built from an iterator over elements of type `syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::Variant_>>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:266:61: 266:76 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:266 node: Ty_::TyPath(None, path_from_segments(false, &[ast::Ident::new(intern("str"))])),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:269:14: 269:38 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:269 mutbl: Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:277:12: 277:32 error: no associated item named `AttrOuter` found for type `syntax::ast::AttrStyle` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:277 style: AttrStyle::AttrOuter,
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:292:9: 292:22 error: no associated item named `new_self` found for type `syntax::ast::Arg` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:292 Arg::new_self(DUMMY_SP, Mutability::MutImmutable, special_idents::self_),
^~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:292:33: 292:57 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:292 Arg::new_self(DUMMY_SP, Mutability::MutImmutable, special_idents::self_),
^~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:300:19: 300:34 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:300 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:301:19: 301:34 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:301 ast::Ident::new(intern("fmt")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:302:19: 302:34 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:302 ast::Ident::new(intern("Formatter")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:306:22: 306:44 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:306 mutbl: Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:312:34: 312:58 error: no associated item named `BindByValue` found for type `syntax::ast::BindingMode` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:312 node: Pat_::PatIdent(BindingMode::BindByValue(Mutability::MutImmutable), dummy_spanned(ast::Ident::new(intern("f"))), None),
^~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:312:59: 312:83 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:312 node: Pat_::PatIdent(BindingMode::BindByValue(Mutability::MutImmutable), dummy_spanned(ast::Ident::new(intern("f"))), None),
^~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:312:100: 312:115 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:312 node: Pat_::PatIdent(BindingMode::BindByValue(Mutability::MutImmutable), dummy_spanned(ast::Ident::new(intern("f"))), None),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:291:16: 317:8 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:318:15: 318:36 error: no associated item named `Return` found for type `syntax::ast::FunctionRetTy` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:318 output: FunctionRetTy::Return(P(Ty {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:326:27: 326:42 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:326 identifier: ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:324:21: 356:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:330:27: 330:42 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:330 identifier: ast::Ident::new(intern("result")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:324:21: 356:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:334:27: 334:42 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:334 identifier: ast::Ident::new(intern("Result")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:324:21: 356:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:335:27: 335:67 error: no associated item named `AngleBracketedParameters` found for type `syntax::ast::PathParameters` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:335 parameters: PathParameters::AngleBracketedParameters(AngleBracketedParameterData {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:324:21: 356:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:347:23: 347:38 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:347 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:337:49: 352:18 note: in this expansion of vec! (defined in <std macros>)
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:324:21: 356:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:348:23: 348:38 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:348 ast::Ident::new(intern("fmt")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:337:49: 352:18 note: in this expansion of vec! (defined in <std macros>)
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:324:21: 356:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:349:23: 349:38 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:349 ast::Ident::new(intern("Error")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:337:49: 352:18 note: in this expansion of vec! (defined in <std macros>)
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:324:21: 356:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:362:5: 362:18 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:362 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:362:66: 362:90 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:362 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:362:92: 362:107 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:362 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:371:15: 371:34 error: attempted access of field `kind` on type `syntax::ast::Variant_`, but no field with that name was found
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:371 match v.variant.node.kind {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:371:30: 371:34 help: did you mean `name`?
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:371 match v.variant.node.kind {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:50: 391:66 error: no associated item named `MacInvocTT` found for type `syntax::ast::Mac_` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:95: 391:110 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:392:35: 392:100 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:392 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:129: 417:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:392:35: 392:100 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:392:48: 392:63 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:392 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:129: 417:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:400:41: 400:102 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:400 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:399:35: 403:22 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:129: 417:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:400:41: 400:102 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:400:54: 400:69 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:400 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:399:35: 403:22 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:129: 417:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:410:50: 410:93 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:410 tts.push(TtToken(DUMMY_SP, Token::Ident(field_name, IdentStyle::Plain)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:129: 417:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:410:50: 410:93 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:413:48: 413:102 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:413 tts.push(TtToken(DUMMY_SP, Token::Ident(special_idents::self_, IdentStyle::Plain)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:391:129: 417:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:413:48: 413:102 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388:47: 388:51 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388:13: 418:33 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388:13: 418:33 note: expected type `syntax::ast::Stmt`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388:13: 418:33 note: found type `syntax::ptr::P<syntax::codemap::Spanned<_>>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388:13: 418:33 note: expected struct `syntax::ast::Stmt`, found struct `syntax::ptr::P`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:388 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425:50: 425:66 error: no associated item named `MacInvocTT` found for type `syntax::ast::Mac_` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425:95: 425:110 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:426:35: 426:100 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:426 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425:129: 440:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:426:35: 426:100 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:426:48: 426:63 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:426 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425:129: 440:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:433:39: 433:100 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:433 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:432:24: 438:20 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425:129: 440:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:433:39: 433:100 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:433:52: 433:67 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:433 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:432:24: 438:20 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425:129: 440:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:437:39: 437:93 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:437 TtToken(DUMMY_SP, Token::Ident(special_idents::self_, IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:432:24: 438:20 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:425:129: 440:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:437:39: 437:93 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422:47: 422:51 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422:13: 441:33 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422:13: 441:33 note: expected type `syntax::ast::Stmt`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422:13: 441:33 note: found type `syntax::ptr::P<syntax::codemap::Spanned<_>>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422:13: 441:33 note: expected struct `syntax::ast::Stmt`, found struct `syntax::ptr::P`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:422 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:370:14: 444:9 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:445:7: 445:11 error: structure `syntax::ast::Block` has no field named `expr` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:445 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:452:69: 452:84 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:452 node: Expr_::ExprPath(None, path_from_segments(false, &[ast::Ident::new(intern("Ok"))])),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:449:13: 449:17 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:449 P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:455:15: 455:19 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:455 P(Expr {
^~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:454:11: 460:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:445:20: 445:24 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:445 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:465:14: 465:42 error: no associated item named `DefaultBlock` found for type `syntax::ast::BlockCheckMode` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:465 rules: BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:366:68: 366:72 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:366 let debug_fmt_block = mk_match_block(&variants, type_name, |v| P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:473:12: 473:27 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:473 ident: ast::Ident::new(intern("fmt")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:470:26: 470:34 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:470 let debug_fmt_impl = P(ImplItem {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489:48: 489:64 error: no associated item named `MacInvocTT` found for type `syntax::ast::Mac_` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489:93: 489:108 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:490:33: 490:98 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:490 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489:127: 502:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:490:33: 490:98 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:490:46: 490:61 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:490 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489:127: 502:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:497:37: 497:98 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:497 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:496:22: 500:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489:127: 502:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:497:37: 497:98 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:497:50: 497:65 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:497 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:496:22: 500:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:489:127: 502:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:486:45: 486:49 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:486 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507:48: 507:64 error: no associated item named `MacInvocTT` found for type `syntax::ast::Mac_` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507:93: 507:108 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:508:33: 508:98 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:508 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507:127: 520:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:508:33: 508:98 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:508:46: 508:61 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:508 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507:127: 520:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:515:37: 515:98 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:515 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:514:22: 518:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507:127: 520:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:515:37: 515:98 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:515:50: 515:65 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:515 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:514:22: 518:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:507:127: 520:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:504:45: 504:49 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:504 P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:485:30: 522:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527:48: 527:64 error: no associated item named `MacInvocTT` found for type `syntax::ast::Mac_` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527:93: 527:108 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527 node: Expr_::ExprMac(dummy_spanned(Mac_::MacInvocTT(path_from_segments(false, &[ast::Ident::new(intern("try"))]), vec![
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:528:33: 528:98 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:528 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527:127: 548:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:528:33: 528:98 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:528:46: 528:61 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:528 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("write")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527:127: 548:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:536:39: 536:100 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:536 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:535:40: 539:20 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527:127: 548:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:536:39: 536:100 note: the following parameter type was expected: syntax::ast::Ident
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:536:52: 536:67 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:536 TtToken(DUMMY_SP, Token::Ident(ast::Ident::new(intern("f")), IdentStyle::Plain)),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:535:40: 539:20 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:527:127: 548:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:524:61: 524:65 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:524 try_writes.push(P(dummy_spanned(Stmt_::StmtSemi(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:551:9: 551:19 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:551 try_writes
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:551:9: 551:19 note: expected type `std::vec::Vec<syntax::ast::Stmt>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:551:9: 551:19 note: found type `std::vec::Vec<syntax::ptr::P<syntax::codemap::Spanned<_>>>`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:551:9: 551:19 note: expected struct `syntax::ast::Stmt`, found struct `syntax::ptr::P`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:551 try_writes
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:553:7: 553:11 error: structure `syntax::ast::Block` has no field named `expr` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:553 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:560:69: 560:84 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:560 node: Expr_::ExprPath(None, path_from_segments(false, &[ast::Ident::new(intern("Ok"))])),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:557:13: 557:17 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:557 P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:563:15: 563:19 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:563 P(Expr {
^~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:562:11: 568:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:553:20: 553:24 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:553 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:573:14: 573:42 error: no associated item named `DefaultBlock` found for type `syntax::ast::BlockCheckMode` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:573 rules: BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:480:70: 480:74 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:480 let display_fmt_block = mk_match_block(&variants, type_name, |v| P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:581:12: 581:27 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:581 ident: ast::Ident::new(intern("fmt")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:578:28: 578:36 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:578 let display_fmt_impl = P(ImplItem {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:593:22: 593:35 error: no associated item named `new_self` found for type `syntax::ast::Arg` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:593 inputs: vec![Arg::new_self(DUMMY_SP, Mutability::MutImmutable, special_idents::self_)],
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:593:17: 593:95 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:593:46: 593:70 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:593 inputs: vec![Arg::new_self(DUMMY_SP, Mutability::MutImmutable, special_idents::self_)],
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:593:17: 593:95 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:594:17: 594:38 error: no associated item named `Return` found for type `syntax::ast::FunctionRetTy` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:594 output: FunctionRetTy::Return(str_type),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:598:5: 598:18 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:598 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:598:66: 598:90 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:598 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:598:92: 598:107 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:598 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:605:107: 605:126 error: no associated item named `CookedStr` found for type `syntax::ast::StrStyle` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:605 node: Expr_::ExprLit(P(dummy_spanned(Lit_::LitStr(InternedString::new_from_name(v.short_description), StrStyle::CookedStr)))),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:602:70: 602:74 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:602 let description_block = mk_match_block(&variants, type_name, |v| P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:612:12: 612:27 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:612 ident: ast::Ident::new(intern("description")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:609:28: 609:36 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:609 let description_impl = P(ImplItem {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:625:11: 625:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:625 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:626:11: 626:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:626 ast::Ident::new(intern("error")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:627:11: 627:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:627 ast::Ident::new(intern("Error")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:630:14: 630:38 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:630 mutbl: Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:642:22: 642:35 error: no associated item named `new_self` found for type `syntax::ast::Arg` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:642 inputs: vec![Arg::new_self(DUMMY_SP, Mutability::MutImmutable, special_idents::self_)],
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:642:17: 642:95 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:642:46: 642:70 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:642 inputs: vec![Arg::new_self(DUMMY_SP, Mutability::MutImmutable, special_idents::self_)],
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:642:17: 642:95 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:643:17: 643:38 error: no associated item named `Return` found for type `syntax::ast::FunctionRetTy` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:643 output: FunctionRetTy::Return(P(Ty {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:651:27: 651:42 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:651 identifier: ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:649:21: 666:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:655:27: 655:42 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:655 identifier: ast::Ident::new(intern("option")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:649:21: 666:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:659:27: 659:42 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:659 identifier: ast::Ident::new(intern("Option")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:649:21: 666:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:660:27: 660:67 error: no associated item named `AngleBracketedParameters` found for type `syntax::ast::PathParameters` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:660 parameters: PathParameters::AngleBracketedParameters(AngleBracketedParameterData {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:649:21: 666:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:672:5: 672:18 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:672 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:672:66: 672:90 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:672 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:672:92: 672:107 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:672 explicit_self: dummy_spanned(ExplicitSelf_::SelfRegion(None, Mutability::MutImmutable, ast::Ident::new(intern("what_is_this")))),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:684:11: 684:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:684 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:685:11: 685:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:685 ast::Ident::new(intern("option")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:686:11: 686:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:686 ast::Ident::new(intern("Option")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:687:11: 687:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:687 ast::Ident::new(intern("Some")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:680:36: 680:40 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:680 Some(i) => Expr_::ExprCall(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:696:19: 696:38 error: attempted access of field `kind` on type `syntax::ast::Variant_`, but no field with that name was found
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:696 match v.variant.node.kind {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:689:11: 705:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:696:34: 696:38 help: did you mean `name`?
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:696 match v.variant.node.kind {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:689:11: 705:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:692:33: 692:37 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:692 node: Expr_::ExprCast(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:689:11: 705:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:689:18: 689:22 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:689 }), vec![P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:689:11: 705:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:707:9: 707:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:707 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:708:9: 708:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:708 ast::Ident::new(intern("option")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:709:9: 709:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:709 ast::Ident::new(intern("Option")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:710:9: 710:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:710 ast::Ident::new(intern("None")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:676:64: 676:68 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:676 let cause_block = mk_match_block(&variants, type_name, |v| P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:719:12: 719:27 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:719 ident: ast::Ident::new(intern("cause")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:716:22: 716:30 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:716 let cause_impl = P(ImplItem {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:727:12: 727:27 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:727 ident: ast::Ident::new(intern("whats_this_then")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:732:9: 732:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:732 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:733:9: 733:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:733 ast::Ident::new(intern("fmt")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:734:9: 734:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:734 ast::Ident::new(intern("Debug"))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:750:12: 750:27 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:750 ident: ast::Ident::new(intern("whats_this_then")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:755:9: 755:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:755 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:756:9: 756:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:756 ast::Ident::new(intern("fmt")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:757:9: 757:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:757 ast::Ident::new(intern("Display"))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:773:12: 773:27 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:773 ident: ast::Ident::new(intern("seriously_what_should_this_be")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:778:9: 778:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:778 ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:779:9: 779:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:779 ast::Ident::new(intern("error")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:780:9: 780:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:780 ast::Ident::new(intern("Error"))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:797:53: 797:72 error: attempted access of field `kind` on type `syntax::ast::Variant_`, but no field with that name was found
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:797 if let VariantKind::StructVariantKind(ref sd) = v.variant.node.kind {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:797:68: 797:72 help: did you mean `name`?
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:797 if let VariantKind::StructVariantKind(ref sd) = v.variant.node.kind {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:808:38: 808:62 error: no associated item named `BindByValue` found for type `syntax::ast::BindingMode` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:808 node: Pat_::PatIdent(BindingMode::BindByValue(Mutability::MutImmutable), dummy_spanned(ast::Ident::new(intern("e"))), None),
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:805:21: 813:15 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:808:63: 808:87 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:808 node: Pat_::PatIdent(BindingMode::BindByValue(Mutability::MutImmutable), dummy_spanned(ast::Ident::new(intern("e"))), None),
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:805:21: 813:15 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:808:104: 808:119 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:808 node: Pat_::PatIdent(BindingMode::BindByValue(Mutability::MutImmutable), dummy_spanned(ast::Ident::new(intern("e"))), None),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:805:21: 813:15 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:814:21: 814:42 error: no associated item named `Return` found for type `syntax::ast::FunctionRetTy` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:814 output: FunctionRetTy::Return(P(Ty {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:822:11: 822:24 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:822 explicit_self: dummy_spanned(ExplicitSelf_::SelfStatic),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:826:11: 826:15 error: structure `syntax::ast::Block` has no field named `expr` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:826 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:837:75: 837:90 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:837 node: Expr_::ExprPath(None, path_from_segments(false, &[ast::Ident::new(intern("e"))])),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:831:15: 842:17 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:836:25: 836:29 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:836 expr: P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:831:15: 842:17 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:826:25: 826:29 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:826 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:847:18: 847:46 error: no associated item named `DefaultBlock` found for type `syntax::ast::BlockCheckMode` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:847 rules: BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:853:18: 853:33 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:853 ident: ast::Ident::new(intern("from")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:850:32: 850:40 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:850 let from_meth_impl = P(ImplItem {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:860:18: 860:33 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:860 ident: ast::Ident::new(intern("zoomzoom")),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:869:31: 869:46 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:869 identifier: ast::Ident::new(intern("std")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:867:25: 884:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:873:31: 873:46 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:873 identifier: ast::Ident::new(intern("convert")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:867:25: 884:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:877:31: 877:46 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:877 identifier: ast::Ident::new(intern("From")),
^~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:867:25: 884:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:878:31: 878:71 error: no associated item named `AngleBracketedParameters` found for type `syntax::ast::PathParameters` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:878 parameters: PathParameters::AngleBracketedParameters(AngleBracketedParameterData {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:867:25: 884:16 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:906:86: 906:94 error: the trait bound `syntax::ext::base::IdentMacroExpander: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:906 reg.register_syntax_extension(token::intern("error_def"), SyntaxExtension::IdentTT(Box::new(expand_error_def), None, false));
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:906:86: 906:94 note: `syntax::ext::base::IdentMacroExpander` does not have a constant size known at compile-time
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:906:86: 906:94 note: required by `std::boxed::<impl Box<T>>::new`
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:932:61: 932:76 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:932 node: Expr_::ExprPath(None, path_from_segments(false, &[ast::Ident::new(intern("self"))])),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:930:21: 930:25 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:930 let expr_self = P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:938:5: 938:9 error: structure `syntax::ast::Block` has no field named `expr` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:938 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:953:33: 953:52 error: attempted access of field `kind` on type `syntax::ast::Variant_`, but no field with that name was found
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:953 node: match v.variant.node.kind {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:947:22: 988:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:953:48: 953:52 help: did you mean `name`?
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:953 node: match v.variant.node.kind {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:947:22: 988:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:967:54: 967:76 error: no associated item named `BindByRef` found for type `syntax::ast::BindingMode` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:967 node: Pat_::PatIdent(BindingMode::BindByRef(Mutability::MutImmutable), dummy_spanned(match field.node.kind {
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:947:22: 988:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:967:77: 967:101 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:967 node: Pat_::PatIdent(BindingMode::BindByRef(Mutability::MutImmutable), dummy_spanned(match field.node.kind {
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:947:22: 988:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:986:19: 986:43 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:986 Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:947:22: 988:18 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:938:19: 938:23 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:938 expr: Some(P(Expr {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:1000:12: 1000:40 error: no associated item named `DefaultBlock` found for type `syntax::ast::BlockCheckMode` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs:1000 rules: BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `error_def v0.3.3`, intermediate artifacts can be found at `/home/cratesfyi/error_def-0.3.3`,
cause: ChainedError {
error: Could not document `error_def`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.3/src/lib.rs --crate-name error_def -o /home/cratesfyi/error_def-0.3.3/doc -L dependency=/home/cratesfyi/error_def-0.3.3/debug -L dependency=/home/cratesfyi/error_def-0.3.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.