quasi 0.1.4

A quasi-quoting macro system
Build #23762 2016-08-17T08:48:23.308569+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 quasi v0.1.4
Documenting quasi v0.1.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs --crate-name quasi -o /home/cratesfyi/quasi-0.1.4/doc -L dependency=/home/cratesfyi/quasi-0.1.4/debug -L dependency=/home/cratesfyi/quasi-0.1.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:23:19: 23:28 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:23 use syntax::ast::{TokenTree, Generics, Expr};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:375:13: 375:67 error: unresolved import `syntax::parse::with_hygiene::parse_tts_from_source_str`. Could not find `with_hygiene` in `syntax::parse` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:375         use syntax::parse::with_hygiene::parse_tts_from_source_str;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:153:9: 153:25 error: unresolved name `token::get_ident` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:153         token::get_ident(*self).to_string()
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112:17: 163:40 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112                 pprust::with_hygiene::$pp(self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:163:1: 163:42 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112:17: 164:46 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112                 pprust::with_hygiene::$pp(self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:164:1: 164:48 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112:17: 165:42 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112                 pprust::with_hygiene::$pp(self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:165:1: 165:44 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112:17: 166:47 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112                 pprust::with_hygiene::$pp(self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:166:1: 166:49 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100:17: 167:47 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100                 pprust::with_hygiene::$pp(&**self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:167:1: 167:49 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100:17: 168:47 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100                 pprust::with_hygiene::$pp(&**self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:168:1: 168:49 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100:17: 169:47 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100                 pprust::with_hygiene::$pp(&**self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:169:1: 169:49 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100:17: 170:45 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:100                 pprust::with_hygiene::$pp(&**self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:170:1: 170:47 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112:17: 171:42 error: failed to resolve. Could not find `with_hygiene` in `syntax::print::pprust` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:112                 pprust::with_hygiene::$pp(self)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:171:1: 171:44 note: in this expansion of impl_to_source! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:189:52: 189:66 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:189                 token::intern_and_get_ident(self), ast::CookedStr));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:188:33: 188:44 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:188         let lit = dummy_spanned(ast::LitStr(
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:212:33: 212:45 error: unresolved name `ast::LitBool` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:212         let lit = dummy_spanned(ast::LitBool(*self));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:224:33: 224:45 error: unresolved name `ast::LitChar` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:224         let lit = dummy_spanned(ast::LitChar(*self));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:264:40: 264:49 error: unresolved name `ast::TyIs` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:264 impl_to_source_isize! { signed, isize, ast::TyIs(false) }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:264:1: 264:58 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239:71: 239:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239                                                                       ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:264:1: 264:58 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:53: 238:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:264:1: 264:58 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:27: 238:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:264:1: 264:58 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:265:38: 265:47 error: unresolved name `ast::TyI8` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:265 impl_to_source_isize! { signed, i8,  ast::TyI8 }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:265:1: 265:49 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239:71: 239:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239                                                                       ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:265:1: 265:49 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:53: 238:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:265:1: 265:49 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:27: 238:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:265:1: 265:49 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:266:38: 266:48 error: unresolved name `ast::TyI16` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:266 impl_to_source_isize! { signed, i16, ast::TyI16 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:266:1: 266:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239:71: 239:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239                                                                       ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:266:1: 266:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:53: 238:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:266:1: 266:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:27: 238:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:266:1: 266:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:267:38: 267:48 error: unresolved name `ast::TyI32` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:267 impl_to_source_isize! { signed, i32, ast::TyI32 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:267:1: 267:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239:71: 239:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239                                                                       ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:267:1: 267:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:53: 238:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:267:1: 267:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:27: 238:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:267:1: 267:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:268:38: 268:48 error: unresolved name `ast::TyI64` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:268 impl_to_source_isize! { signed, i64, ast::TyI64 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:268:1: 268:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239:71: 239:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:239                                                                       ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:268:1: 268:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:53: 238:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:268:1: 268:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238:27: 238:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:238                 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:268:1: 268:50 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:270:42: 270:51 error: unresolved name `ast::TyUs` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:270 impl_to_source_isize! { unsigned, usize, ast::TyUs(false) }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:270:1: 270:60 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:53: 252:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:270:1: 270:60 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:27: 252:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:270:1: 270:60 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:271:41: 271:50 error: unresolved name `ast::TyU8` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:271 impl_to_source_isize! { unsigned, u8,   ast::TyU8 }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:271:1: 271:52 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:53: 252:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:271:1: 271:52 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:27: 252:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:271:1: 271:52 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:272:41: 272:51 error: unresolved name `ast::TyU16` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:272 impl_to_source_isize! { unsigned, u16,  ast::TyU16 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:272:1: 272:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:53: 252:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:272:1: 272:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:27: 252:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:272:1: 272:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:273:41: 273:51 error: unresolved name `ast::TyU32` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:273 impl_to_source_isize! { unsigned, u32,  ast::TyU32 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:273:1: 273:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:53: 252:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:273:1: 273:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:27: 252:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:273:1: 273:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:274:41: 274:51 error: unresolved name `ast::TyU64` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:274 impl_to_source_isize! { unsigned, u64,  ast::TyU64 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:274:1: 274:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:53: 252:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:274:1: 274:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252:27: 252:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:252                 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:274:1: 274:53 note: in this expansion of impl_to_source_isize! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:330:43: 330:57 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:330     fn parse_tts(&self, s: String) -> Vec<ast::TokenTree>;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:330:43: 330:57 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:336:56: 336:70 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:336     fn parse_tts_with_hygiene(&self, s: String) -> Vec<ast::TokenTree>;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:336:56: 336:70 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:364:43: 364:57 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:364     fn parse_tts(&self, s: String) -> Vec<ast::TokenTree> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:364:43: 364:57 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:374:56: 374:70 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:374     fn parse_tts_with_hygiene(&self, s: String) -> Vec<ast::TokenTree> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:374:56: 374:70 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:38:1: 44:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:38 impl<T: ToTokens> ToTokens for Vec<T> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:46:1: 51:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:46 impl<T: ToTokens> ToTokens for Spanned<T> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:53:1: 60:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:53 impl<T: ToTokens> ToTokens for Option<T> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:298:1: 298:31 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:299:1: 299:33 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:300:1: 300:32 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:301:1: 301:29 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:290:9: 294:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:290         impl<'a> ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:302:1: 302:48 note: in this expansion of impl_to_tokens_lifetime! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:303:1: 303:28 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:290:9: 294:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:290         impl<'a> ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:304:1: 304:43 note: in this expansion of impl_to_tokens_lifetime! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:305:1: 305:29 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:306:1: 306:33 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:307:1: 307:33 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:308:1: 308:31 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:309:1: 309:29 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:310:1: 310:36 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:290:9: 294:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:290         impl<'a> ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:311:1: 311:37 note: in this expansion of impl_to_tokens_lifetime! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:312:1: 312:23 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:313:1: 313:25 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:314:1: 314:25 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:315:1: 315:26 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:316:1: 316:23 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:317:1: 317:24 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:318:1: 318:24 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:319:1: 319:24 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:320:1: 320:26 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:321:1: 321:23 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:322:1: 322:24 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:323:1: 323:24 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280:9: 284:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:280         impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:324:1: 324:24 note: in this expansion of impl_to_tokens! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32:1: 36:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs:32 impl ToTokens for TokenTree {
^
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `quasi v0.1.4`, intermediate artifacts can be found at `/home/cratesfyi/quasi-0.1.4`,
cause: ChainedError {
error: Could not document `quasi`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.4/src/lib.rs --crate-name quasi -o /home/cratesfyi/quasi-0.1.4/doc -L dependency=/home/cratesfyi/quasi-0.1.4/debug -L dependency=/home/cratesfyi/quasi-0.1.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.