maud_macros 0.3.4

Compile-time HTML templates.
Build #16568 2016-08-12T10:36:48.288574+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.3.4
Compiling maud v0.3.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.3.4/src/lib.rs --crate-name maud --crate-type lib -g -C metadata=aecafdbb2c269545 -C extra-filename=-aecafdbb2c269545 --out-dir /home/cratesfyi/maud_macros-0.3.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/maud_macros-0.3.4/debug/deps -L dependency=/home/cratesfyi/maud_macros-0.3.4/debug/deps --cap-lints allow`
Documenting maud_macros v0.3.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/lib.rs --crate-name maud_macros -o /home/cratesfyi/maud_macros-0.3.4/doc -L dependency=/home/cratesfyi/maud_macros-0.3.4/debug -L dependency=/home/cratesfyi/maud_macros-0.3.4/debug/deps --extern maud=/home/cratesfyi/maud_macros-0.3.4/debug/deps/libmaud-aecafdbb2c269545.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/lib.rs:10 use syntax::ast::TokenTree;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/lib.rs:13:5: 13:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/lib.rs:13 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:340:9: 340:30 error: unresolved import `syntax::ast::Lit_::*`. Could not find `Lit_` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:340     use syntax::ast::Lit_::*;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/render.rs:1 use syntax::ast::{Expr, Ident, Pat, Stmt, TokenTree};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:113:25: 113:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:118:25: 118:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:134:14: 134:30 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:183:25: 183:38 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:186:22: 186:37 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:214:14: 214:25 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:252:44: 252:53 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:289:14: 289:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:302:14: 302:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:346:9: 346:15 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:346         LitStr(s, _) => result.push_str(&s),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:347:9: 347:18 error: unresolved variant or struct `LitBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:347         LitBinary(..) | LitByte(..) => {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:347:25: 347:32 error: unresolved variant or struct `LitByte` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:347         LitBinary(..) | LitByte(..) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:351:9: 351:16 error: unresolved variant or struct `LitChar` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:351         LitChar(c) => result.push(c),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:352:9: 352:15 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:352         LitInt(x, _) => result.push_str(&x.to_string()),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:353:9: 353:17 error: unresolved variant or struct `LitFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:353         LitFloat(s, _) | LitFloatUnsuffixed(s) => result.push_str(&s),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:353:26: 353:44 error: unresolved variant or struct `LitFloatUnsuffixed` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:353         LitFloat(s, _) | LitFloatUnsuffixed(s) => result.push_str(&s),
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:354:9: 354:16 error: unresolved variant or struct `LitBool` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:354         LitBool(b) => result.push_str(if b { "true" } else { "false" }),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/parse.rs:50         render: Renderer::new(cx),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/parse.rs:45 pub fn parse(cx: &ExtCtxt, input: &[TokenTree], sp: Span) -> P<Expr> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:113:25: 113:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:118:25: 118:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:134:14: 134:30 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:183:25: 183:38 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:186:22: 186:37 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:214:14: 214:25 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:252:44: 252:53 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:289:14: 289:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/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.3.4/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs:302:14: 302:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/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.3.4/src/render.rs:27             w: Ident::new(token::intern("w")),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:45:17: 45: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.3.4/src/render.rs:45                 $stmts
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:43:9: 47:16 note: in this expansion of quote_expr!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:45:17: 45: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.3.4/src/render.rs:64:25: 64:29 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:64         self.stmts.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:64:25: 64:29 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:64:25: 64:29 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:64:25: 64:29 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:64         self.stmts.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:136:56: 136: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.3.4/src/render.rs:136             None => quote_stmt!(self.cx, if $if_cond { $if_body }),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:136:21: 136:67 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:136:56: 136: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.3.4/src/render.rs:138:52: 138: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.3.4/src/render.rs:138                 quote_stmt!(self.cx, if $if_cond { $if_body } else { $else_body }),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:138:17: 138:83 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:138:52: 138: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.3.4/src/render.rs:138:70: 138: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.3.4/src/render.rs:138                 quote_stmt!(self.cx, if $if_cond { $if_body } else { $else_body }),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:138:17: 138:83 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:138:70: 138: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.3.4/src/render.rs:140:25: 140:29 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:140         self.stmts.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:140:25: 140:29 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:140:25: 140:29 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:140:25: 140:29 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:140         self.stmts.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:144:69: 144: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.3.4/src/render.rs:144         let stmt = quote_stmt!(self.cx, for $pattern in $iterable { $body }).unwrap();
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:144:20: 144:77 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:144:69: 144: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.3.4/src/render.rs:145:25: 145:29 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:145         self.stmts.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:145:25: 145:29 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:145:25: 145:29 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:145:25: 145:29 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/render.rs:145         self.stmts.push(stmt);
^~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `maud_macros v0.3.4`, intermediate artifacts can be found at `/home/cratesfyi/maud_macros-0.3.4`,
cause: ChainedError {
error: Could not document `maud_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.3.4/src/lib.rs --crate-name maud_macros -o /home/cratesfyi/maud_macros-0.3.4/doc -L dependency=/home/cratesfyi/maud_macros-0.3.4/debug -L dependency=/home/cratesfyi/maud_macros-0.3.4/debug/deps --extern maud=/home/cratesfyi/maud_macros-0.3.4/debug/deps/libmaud-aecafdbb2c269545.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.