Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading quasi v0.1.10
Documenting quasi v0.1.10
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs --crate-name quasi -o /home/cratesfyi/quasi-0.1.10/doc -L dependency=/home/cratesfyi/quasi-0.1.10/debug -L dependency=/home/cratesfyi/quasi-0.1.10/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/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.10/src/lib.rs:23 use syntax::ast::{TokenTree, Expr};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:70:57: 70:69 error: unresolved name `token::Plain` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:70 vec![ast::TtToken(DUMMY_SP, token::Ident(*self, token::Plain))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:70:9: 70:72 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:70:14: 70:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:70 vec![ast::TtToken(DUMMY_SP, token::Ident(*self, token::Plain))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:70:9: 70:72 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:76:14: 76:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:76 vec![ast::TtToken(DUMMY_SP, token::Interpolated(token::NtPath(Box::new(self.clone()))))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:76:9: 76:97 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:82:14: 82:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:82 vec![ast::TtToken(self.span, token::Interpolated(token::NtTy(P(self.clone()))))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:82:9: 82:89 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:88:14: 88:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:88 vec![ast::TtToken(self.span, token::Interpolated(token::NtBlock(P(self.clone()))))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:88:9: 88:92 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:94:14: 94:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:94 vec![ast::TtToken(self.span, token::Interpolated(token::NtItem(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:94:9: 94:88 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:100:14: 100:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:100 vec![ast::TtToken(self.span, token::Interpolated(token::NtImplItem(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:100:9: 100:92 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:106:14: 106:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:106 vec![ast::TtToken(self.span, token::Interpolated(token::NtTraitItem(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:106:9: 106:93 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:112:14: 112:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:112 vec![ast::TtToken(self.span, token::Interpolated(token::NtStmt(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:112:9: 112:88 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:118:14: 118:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:118 vec![ast::TtToken(self.span, token::Interpolated(token::NtExpr(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:118:9: 118:88 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:124:14: 124:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:124 vec![ast::TtToken(self.span, token::Interpolated(token::NtPat(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:124:9: 124:87 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:130:14: 130:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:130 vec![ast::TtToken(DUMMY_SP, token::Interpolated(token::NtArm(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:130:9: 130:86 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:151:35: 151:47 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:151 impl_to_tokens_slice! { ast::Ty, [ast::TtToken(DUMMY_SP, token::Comma)] }
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:151:1: 151:74 note: in this expansion of impl_to_tokens_slice! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:156:14: 156:26 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:156 vec![ast::TtToken(DUMMY_SP, token::Interpolated(token::NtMeta(self.clone())))]
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:156:9: 156:87 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:164:16: 164:28 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:164 r.push(ast::TtToken(self.span, token::Pound));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:165:31: 165:45 error: unresolved name `ast::AttrInner` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:165 if self.node.style == ast::AttrInner {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:166:20: 166:32 error: unresolved name `ast::TtToken` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:166 r.push(ast::TtToken(self.span, token::Not));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:168:52: 168:66 error: `ast::Delimited` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:168 r.push(ast::TtDelimited(self.span, Rc::new(ast::Delimited {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:168:16: 168:32 error: unresolved name `ast::TtDelimited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:168 r.push(ast::TtDelimited(self.span, Rc::new(ast::Delimited {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:181:48: 181:62 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:181 token::intern_and_get_ident(self), ast::CookedStr);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:180:19: 180:30 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:180 let lit = ast::LitStr(
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:188:49: 188:63 error: `ast::Delimited` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:188 vec![ast::TtDelimited(DUMMY_SP, Rc::new(ast::Delimited {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:188:9: 193:13 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:188:14: 188:30 error: unresolved name `ast::TtDelimited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:188 vec![ast::TtDelimited(DUMMY_SP, Rc::new(ast::Delimited {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:188:9: 193:13 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:202:19: 202:31 error: unresolved name `ast::ExprLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:202 node: ast::ExprLit(P(self.clone())),
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:210:23: 210:35 error: unresolved name `ast::LitBool` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:210 dummy_spanned(ast::LitBool(*self)).to_tokens(cx)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:216:23: 216:35 error: unresolved name `ast::LitChar` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:216 dummy_spanned(ast::LitChar(*self)).to_tokens(cx)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:240:38: 240:47 error: unresolved name `ast::TyIs` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:240 impl_to_tokens_int! { signed, isize, ast::TyIs }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:240:1: 240:49 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225:71: 225:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225 ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:240:1: 240:49 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:53: 224:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:240:1: 240:49 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:27: 224:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:240:1: 240:49 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:241:36: 241:45 error: unresolved name `ast::TyI8` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:241 impl_to_tokens_int! { signed, i8, ast::TyI8 }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:241:1: 241:47 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225:71: 225:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225 ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:241:1: 241:47 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:53: 224:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:241:1: 241:47 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:27: 224:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:241:1: 241:47 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:242:36: 242:46 error: unresolved name `ast::TyI16` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:242 impl_to_tokens_int! { signed, i16, ast::TyI16 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:242:1: 242:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225:71: 225:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225 ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:242:1: 242:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:53: 224:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:242:1: 242:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:27: 224:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:242:1: 242:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:243:36: 243:46 error: unresolved name `ast::TyI32` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:243 impl_to_tokens_int! { signed, i32, ast::TyI32 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:243:1: 243:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225:71: 225:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225 ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:243:1: 243:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:53: 224:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:243:1: 243:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:27: 224:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:243:1: 243:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:244:36: 244:46 error: unresolved name `ast::TyI64` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:244 impl_to_tokens_int! { signed, i64, ast::TyI64 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:244:1: 244:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225:71: 225:85 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:225 ast::Sign::new(*self)));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:244:1: 244:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:53: 224:70 error: unresolved name `ast::SignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:244:1: 244:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224:27: 224:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:224 let lit = ast::LitInt(*self as u64, ast::SignedIntLit($tag,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:244:1: 244:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:246:40: 246:49 error: unresolved name `ast::TyUs` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:246 impl_to_tokens_int! { unsigned, usize, ast::TyUs }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:246:1: 246:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:53: 233:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:246:1: 246:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:27: 233:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:246:1: 246:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:247:39: 247:48 error: unresolved name `ast::TyU8` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:247 impl_to_tokens_int! { unsigned, u8, ast::TyU8 }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:247:1: 247:50 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:53: 233:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:247:1: 247:50 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:27: 233:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:247:1: 247:50 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:248:39: 248:49 error: unresolved name `ast::TyU16` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:248 impl_to_tokens_int! { unsigned, u16, ast::TyU16 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:248:1: 248:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:53: 233:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:248:1: 248:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:27: 233:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:248:1: 248:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:249:39: 249:49 error: unresolved name `ast::TyU32` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:249 impl_to_tokens_int! { unsigned, u32, ast::TyU32 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:249:1: 249:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:53: 233:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:249:1: 249:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:27: 233:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:249:1: 249:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:250:39: 250:49 error: unresolved name `ast::TyU64` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:250 impl_to_tokens_int! { unsigned, u64, ast::TyU64 }
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:250:1: 250:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:53: 233:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:250:1: 250:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233:27: 233:38 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:233 let lit = ast::LitInt(*self as u64, ast::UnsignedIntLit($tag));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:250:1: 250:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:256:43: 256:57 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:256 fn parse_tts(&self, s: String) -> Vec<ast::TokenTree>;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:256:43: 256:57 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:283:43: 283:57 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:283 fn parse_tts(&self, s: String) -> Vec<ast::TokenTree> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:283:43: 283:57 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:38:1: 44:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:38 impl<'a, T: ToTokens> ToTokens for &'a [T] {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:46:1: 50:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:46 impl<T: ToTokens> ToTokens for Vec<T> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:52:1: 57:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:52 impl<T: ToTokens> ToTokens for Spanned<T> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:59:1: 66:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:59 impl<T: ToTokens> ToTokens for Option<T> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:68:1: 72:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:68 impl ToTokens for ast::Ident {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:74:1: 78:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:74 impl ToTokens for ast::Path {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:80:1: 84:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:80 impl ToTokens for ast::Ty {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:86:1: 90:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:86 impl ToTokens for ast::Block {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:92:1: 96:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:92 impl ToTokens for P<ast::Item> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:98:1: 102:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:98 impl ToTokens for P<ast::ImplItem> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:104:1: 108:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:104 impl ToTokens for P<ast::TraitItem> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:110:1: 114:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:110 impl ToTokens for P<ast::Stmt> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:116:1: 120:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:116 impl ToTokens for P<ast::Expr> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:122:1: 126:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:122 impl ToTokens for P<ast::Pat> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:128:1: 132:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:128 impl ToTokens for ast::Arm {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:136:9: 147:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:136 impl ToTokens for [$t] {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:151:1: 151:74 note: in this expansion of impl_to_tokens_slice! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:136:9: 147:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:136 impl ToTokens for [$t] {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:152:1: 152:43 note: in this expansion of impl_to_tokens_slice! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:154:1: 158:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:154 impl ToTokens for P<ast::MetaItem> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:160:1: 176:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:160 impl ToTokens for ast::Attribute {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:178:1: 184:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:178 impl ToTokens for str {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:186:1: 195:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:186 impl ToTokens for () {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:197:1: 206:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:197 impl ToTokens for ast::Lit {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:208:1: 212:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:208 impl ToTokens for bool {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:214:1: 218:2 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:214 impl ToTokens for char {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222:9: 228:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:240:1: 240:49 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222:9: 228:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:241:1: 241:47 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222:9: 228:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:242:1: 242:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222:9: 228:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:243:1: 243:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222:9: 228:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:222 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:244:1: 244:48 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231:9: 236:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:246:1: 246:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231:9: 236:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:247:1: 247:50 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231:9: 236:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:248:1: 248:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231:9: 236:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:249:1: 249:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32 impl ToTokens for TokenTree {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231:9: 236:10 error: conflicting implementations of trait `ToTokens`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:231 impl ToTokens for $t {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:250:1: 250:51 note: in this expansion of impl_to_tokens_int! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs:32:1: 36:2 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/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.10`, intermediate artifacts can be found at `/home/cratesfyi/quasi-0.1.10`,
cause: ChainedError {
error: Could not document `quasi`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.1.10/src/lib.rs --crate-name quasi -o /home/cratesfyi/quasi-0.1.10/doc -L dependency=/home/cratesfyi/quasi-0.1.10/debug -L dependency=/home/cratesfyi/quasi-0.1.10/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.