maud_macros 0.4.3

Compile-time HTML templates.
Build #16565 2016-08-12T10:36:30.576579+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading maud_macros v0.4.3
Compiling maud v0.4.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.4.3/src/lib.rs --crate-name maud --crate-type lib -g -C metadata=fd75a04565d8bf4f -C extra-filename=-fd75a04565d8bf4f --out-dir /home/cratesfyi/maud_macros-0.4.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/maud_macros-0.4.3/debug/deps -L dependency=/home/cratesfyi/maud_macros-0.4.3/debug/deps --cap-lints allow`
Documenting maud_macros v0.4.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs --crate-name maud_macros -o /home/cratesfyi/maud_macros-0.4.3/doc -L dependency=/home/cratesfyi/maud_macros-0.4.3/debug -L dependency=/home/cratesfyi/maud_macros-0.4.3/debug/deps --extern maud=/home/cratesfyi/maud_macros-0.4.3/debug/deps/libmaud-fd75a04565d8bf4f.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs:10:5: 10:27 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs:10 use syntax::ast::TokenTree;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs:14:5: 14:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs:14 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2:25: 2:34 error: unresolved import `syntax::ast::ExprParen`. There is no `ExprParen` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2:47: 2:56 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2:58: 2:69 error: unresolved import `syntax::ast::TtDelimited`. There is no `TtDelimited` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2:71: 2:78 error: unresolved import `syntax::ast::TtToken`. There is no `TtToken` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:350:9: 350:30 error: unresolved import `syntax::ast::Lit_::*`. Could not find `Lit_` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:350     use syntax::ast::Lit_::*;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:1:43: 1:52 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:1 use syntax::ast::{Expr, Ident, Pat, Stmt, TokenTree};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:113:25: 113:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:118:25: 118:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:134:14: 134:30 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:193:25: 193:38 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:196:22: 196:37 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:224:14: 224:25 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:262:44: 262:53 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:299:14: 299:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:57: 42:81 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:312:14: 312:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:356:9: 356:15 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:356         LitStr(s, _) => result.push_str(&s),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:357:9: 357:18 error: unresolved variant or struct `LitBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:357         LitBinary(..) | LitByte(..) => {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:357:25: 357:32 error: unresolved variant or struct `LitByte` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:357         LitBinary(..) | LitByte(..) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:361:9: 361:16 error: unresolved variant or struct `LitChar` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:361         LitChar(c) => result.push(c),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:362:9: 362:15 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:362         LitInt(x, _) => result.push_str(&x.to_string()),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:363:9: 363:17 error: unresolved variant or struct `LitFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:363         LitFloat(s, _) | LitFloatUnsuffixed(s) => result.push_str(&s),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:363:26: 363:44 error: unresolved variant or struct `LitFloatUnsuffixed` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:363         LitFloat(s, _) | LitFloatUnsuffixed(s) => result.push_str(&s),
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:364:9: 364:16 error: unresolved variant or struct `LitBool` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:364         LitBool(b) => result.push_str(if b { "true" } else { "false" }),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:50:17: 50:30 error: cannot infer an appropriate lifetime for lifetime parameter `'cx` due to conflicting requirements [E0495]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:50         render: Renderer::new(cx),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:45:1: 54:2 help: consider using an explicit lifetime parameter as shown: fn parse<'a>(cx: &'a ExtCtxt<'a>, input: &[TokenTree], sp: Span) -> P<Expr> 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:45 pub fn parse(cx: &ExtCtxt, input: &[TokenTree], sp: Span) -> P<Expr> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:113:25: 113:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:118:25: 118:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:134:14: 134:30 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:193:25: 193:38 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:196:22: 196:37 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:224:14: 224:25 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:262:44: 262:53 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:299:14: 299:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42:40: 42:82 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:42     ($sp:pat, $x:pat) => (TtToken($sp, token::Ident($x, token::IdentStyle::Plain)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs:312:14: 312:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:27:16: 27:26 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:27             w: Ident::new(token::intern("w")),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:52:29: 52:33 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:52             self.stmts.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:52:29: 52:33 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:52:29: 52:33 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:52:29: 52:33 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:52             self.stmts.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:63:17: 63:23 error: no method named `to_tokens` found for type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:63                 $stmts
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:60:9: 65:16 note: in this expansion of quote_expr!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:63:17: 63:23 note: the method `to_tokens` exists but the following trait bounds were not satisfied: `syntax::ptr::P<syntax::ast::Stmt> : syntax::ext::quote::rt::ToTokens` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:109:19: 109:23 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:109         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:109:19: 109:23 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:109:19: 109:23 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:109:19: 109:23 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:109         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:149:56: 149:64 error: no method named `to_tokens` found for type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:149             None => quote_stmt!(self.cx, if $if_cond { $if_body }),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:149:21: 149:67 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:149:56: 149:64 note: the method `to_tokens` exists but the following trait bounds were not satisfied: `syntax::ptr::P<syntax::ast::Stmt> : syntax::ext::quote::rt::ToTokens` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151:52: 151:60 error: no method named `to_tokens` found for type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151                 quote_stmt!(self.cx, if $if_cond { $if_body } else { $else_body }),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151:17: 151:83 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151:52: 151:60 note: the method `to_tokens` exists but the following trait bounds were not satisfied: `syntax::ptr::P<syntax::ast::Stmt> : syntax::ext::quote::rt::ToTokens` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151:70: 151:80 error: no method named `to_tokens` found for type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151                 quote_stmt!(self.cx, if $if_cond { $if_body } else { $else_body }),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151:17: 151:83 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:151:70: 151:80 note: the method `to_tokens` exists but the following trait bounds were not satisfied: `syntax::ptr::P<syntax::ast::Stmt> : syntax::ext::quote::rt::ToTokens` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:153:19: 153:23 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:153         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:153:19: 153:23 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:153:19: 153:23 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:153:19: 153:23 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:153         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:157:69: 157:74 error: no method named `to_tokens` found for type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:157         let stmt = quote_stmt!(self.cx, for $pattern in $iterable { $body }).unwrap();
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:157:20: 157:77 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:157:69: 157:74 note: the method `to_tokens` exists but the following trait bounds were not satisfied: `syntax::ptr::P<syntax::ast::Stmt> : syntax::ext::quote::rt::ToTokens` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:158:19: 158:23 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:158         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:158:19: 158:23 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:158:19: 158:23 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:158:19: 158:23 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/render.rs:158         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs:23:12: 23:21 error: no method named `span_note` found for type `&'cx mut syntax::ext::base::ExtCtxt<'_>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs:23         cx.span_note(sp, &format!("expansion:\n{}",
^~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `maud_macros v0.4.3`, intermediate artifacts can be found at `/home/cratesfyi/maud_macros-0.4.3`,
cause: ChainedError {
error: Could not document `maud_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.4.3/src/lib.rs --crate-name maud_macros -o /home/cratesfyi/maud_macros-0.4.3/doc -L dependency=/home/cratesfyi/maud_macros-0.4.3/debug -L dependency=/home/cratesfyi/maud_macros-0.4.3/debug/deps --extern maud=/home/cratesfyi/maud_macros-0.4.3/debug/deps/libmaud-fd75a04565d8bf4f.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.