maud_macros 0.5.0

Compile-time HTML templates.
Build #16563 2016-08-12T10:36:18.888562+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.5.0
Compiling maud v0.5.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.5.0/src/lib.rs --crate-name maud --crate-type lib -g -C metadata=d537cd76e01647bd -C extra-filename=-d537cd76e01647bd --out-dir /home/cratesfyi/maud_macros-0.5.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/maud_macros-0.5.0/debug/deps -L dependency=/home/cratesfyi/maud_macros-0.5.0/debug/deps --cap-lints allow`
Documenting maud_macros v0.5.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/lib.rs --crate-name maud_macros -o /home/cratesfyi/maud_macros-0.5.0/doc -L dependency=/home/cratesfyi/maud_macros-0.5.0/debug -L dependency=/home/cratesfyi/maud_macros-0.5.0/debug/deps --extern maud=/home/cratesfyi/maud_macros-0.5.0/debug/deps/libmaud-d537cd76e01647bd.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/src/lib.rs:10 use syntax::ast::TokenTree;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/src/lib.rs:14 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/src/parse.rs:2 use syntax::ast::{Expr, ExprParen, Lit, Stmt, TokenTree, TtDelimited, TtToken};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:364:9: 364:30 error: unresolved import `syntax::ast::Lit_::*`. Could not find `Lit_` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:364     use syntax::ast::Lit_::*;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/src/render.rs:1 use syntax::ast::{Expr, Ident, Pat, Stmt, TokenTree, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:1:54: 1:61 error: unresolved import `syntax::ast::TtToken`. There is no `TtToken` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:1 use syntax::ast::{Expr, Ident, Pat, Stmt, TokenTree, TtToken};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:127:25: 127:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:132:25: 132:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:148:14: 148:30 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:207:25: 207:38 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:210:22: 210:37 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:238:14: 238:25 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:276:44: 276:53 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:313:14: 313:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:326:14: 326:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:370:9: 370:15 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:370         LitStr(s, _) => result.push_str(&s),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:371:9: 371:19 error: unresolved variant or struct `LitByteStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:371         LitByteStr(..) | LitByte(..) => {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:371:26: 371:33 error: unresolved variant or struct `LitByte` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:371         LitByteStr(..) | LitByte(..) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:375:9: 375:16 error: unresolved variant or struct `LitChar` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:375         LitChar(c) => result.push(c),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:376:9: 376:15 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:376         LitInt(x, _) => result.push_str(&x.to_string()),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:377:9: 377:17 error: unresolved variant or struct `LitFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:377         LitFloat(s, _) | LitFloatUnsuffixed(s) => result.push_str(&s),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:377:26: 377:44 error: unresolved variant or struct `LitFloatUnsuffixed` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:377         LitFloat(s, _) | LitFloatUnsuffixed(s) => result.push_str(&s),
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:378:9: 378:16 error: unresolved variant or struct `LitBool` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:378         LitBool(b) => result.push_str(if b { "true" } else { "false" }),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:54:36: 54:50 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:54     parser.into_render().into_expr(write.to_vec())
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:127:25: 127:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:132:25: 132:41 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:148:14: 148:30 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:207:25: 207:38 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:210:22: 210:37 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:238:14: 238:25 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:276:44: 276:53 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:313:14: 313:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0/src/parse.rs:41:18: 41:31 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs:326:14: 326:26 note: in this expansion of ident! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/parse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:74:34: 74:40 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.5.0/src/render.rs:74                     $writer => { $stmts }
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:69:9: 79:11 note: in this expansion of quote_expr!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:74:34: 74:40 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.5.0/src/render.rs:109:27: 109:38 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:109                     break $loop_label;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:103:9: 111:15 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:103:9: 111:24 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:103         quote_stmt!(
^
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:103:9: 111:24 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:103:9: 111:24 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:103:9: 111:24 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:103         quote_stmt!(
^
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:178:56: 178: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.5.0/src/render.rs:178             None => quote_stmt!(self.cx, if $if_cond { $if_body }),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:178:21: 178:67 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:178:56: 178: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.5.0/src/render.rs:180:52: 180: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.5.0/src/render.rs:180                 quote_stmt!(self.cx, if $if_cond { $if_body } else { $else_body }),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:180:17: 180:83 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:180:52: 180: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.5.0/src/render.rs:180:70: 180: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.5.0/src/render.rs:180                 quote_stmt!(self.cx, if $if_cond { $if_body } else { $else_body }),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:180:17: 180:83 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:180:70: 180: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.5.0/src/render.rs:182:19: 182:23 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:182         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:182:19: 182:23 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:182:19: 182:23 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:182:19: 182:23 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:182         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:186:69: 186: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.5.0/src/render.rs:186         let stmt = quote_stmt!(self.cx, for $pattern in $iterable { $body }).unwrap();
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:186:20: 186:77 note: in this expansion of quote_stmt!
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:186:69: 186: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.5.0/src/render.rs:187:19: 187:23 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:187         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:187:19: 187:23 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:187:19: 187:23 note:    found type `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:187:19: 187:23 note: expected struct `syntax::ptr::P`, found struct `syntax::ast::Stmt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/render.rs:187         self.push(stmt);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/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.5.0/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.5.0`, intermediate artifacts can be found at `/home/cratesfyi/maud_macros-0.5.0`,
cause: ChainedError {
error: Could not document `maud_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.5.0/src/lib.rs --crate-name maud_macros -o /home/cratesfyi/maud_macros-0.5.0/doc -L dependency=/home/cratesfyi/maud_macros-0.5.0/debug -L dependency=/home/cratesfyi/maud_macros-0.5.0/debug/deps --extern maud=/home/cratesfyi/maud_macros-0.5.0/debug/deps/libmaud-d537cd76e01647bd.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.