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 peg v0.3.10 Documenting peg v0.3.10 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs --crate-name peg_syntax_ext -o /home/cratesfyi/peg-0.3.10/doc -L dependency=/home/cratesfyi/peg-0.3.10/debug -L dependency=/home/cratesfyi/peg-0.3.10/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:7:40: 7:49 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:7 pub use syntax::ast::{Mod, Item, Expr, TokenTree}; ^~~~~~~~~ <syntax macros>:3:51: 3:71 error: unresolved import `errors::FatalError`. Maybe a missing `extern crate errors`? [E0432] <syntax macros>:3 use std :: result :: Result :: { Ok , Err } ; use errors :: FatalError ; match ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:21:10: 21:72 note: in this expansion of panictry! (defined in <syntax macros>) <syntax macros>:3:51: 3:71 error: unresolved import `errors::FatalError`. Maybe a missing `extern crate errors`? [E0432] <syntax macros>:3 use std :: result :: Result :: { Ok , Err } ; use errors :: FatalError ; match ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:32:10: 32:36 note: in this expansion of panictry! (defined in <syntax macros>) <syntax macros>:3:51: 3:71 error: unresolved import `errors::FatalError`. Maybe a missing `extern crate errors`? [E0432] <syntax macros>:3 use std :: result :: Result :: { Ok , Err } ; use errors :: FatalError ; match ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:39:10: 39:33 note: in this expansion of panictry! (defined in <syntax macros>) <syntax macros>:3:51: 3:71 error: unresolved import `errors::FatalError`. Maybe a missing `extern crate errors`? [E0432] <syntax macros>:3 use std :: result :: Result :: { Ok , Err } ; use errors :: FatalError ; match ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:92:39: 92:69 note: in this expansion of panictry! (defined in <syntax macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:21:33: 21:70 error: unresolved name `syntax::parse::parser::NoTypesAllowed` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:21 let r = panictry!(p.parse_path(syntax::parse::parser::NoTypesAllowed)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/rustast.rs:21:10: 21:72 note: in this expansion of panictry! (defined in <syntax macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:35:91: 35:105 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:35 fn expand_peg_str<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec<ast::TokenTree>) -> Box<MacResult + 's> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:35:91: 35:105 help: you can import several candidates into scope (`use ...;`): .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:35:91: 35:105 help: `rustast::syntax::tokenstream::TokenTree` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:35:91: 35:105 help: `syntax::tokenstream::TokenTree` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:44:92: 44:106 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:44 fn expand_peg_file<'s>(cx: &'s mut ExtCtxt, sp: codemap::Span, ident: ast::Ident, tts: Vec<ast::TokenTree>) -> Box<MacResult + 's> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:44:92: 44:106 help: you can import several candidates into scope (`use ...;`): .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:44:92: 44:106 help: `rustast::syntax::tokenstream::TokenTree` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:44:92: 44:106 help: `syntax::tokenstream::TokenTree` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:85:39: 85:53 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:85 fn parse_arg(cx: &mut ExtCtxt, tts: &[ast::TokenTree]) -> Option<String> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:85:39: 85:53 help: you can import several candidates into scope (`use ...;`): .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:85:39: 85:53 help: `rustast::syntax::tokenstream::TokenTree` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:85:39: 85:53 help: `syntax::tokenstream::TokenTree` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:28:40: 28:48 error: the trait bound `syntax::ext::base::IdentMacroExpander: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:28 syntax::ext::base::IdentTT(Box::new(expand_peg_str), None, false)); ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:28:40: 28:48 note: `syntax::ext::base::IdentMacroExpander` does not have a constant size known at compile-time .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:28:40: 28:48 note: required by `std::boxed::<impl Box<T>>::new` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:32:40: 32:48 error: the trait bound `syntax::ext::base::IdentMacroExpander: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:32 syntax::ext::base::IdentTT(Box::new(expand_peg_file), None, false)); ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:32:40: 32:48 note: `syntax::ext::base::IdentMacroExpander` does not have a constant size known at compile-time .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:32:40: 32:48 note: required by `std::boxed::<impl Box<T>>::new` .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:58:18: 58:29 error: this function takes 3 parameters but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:58 cx.codemap().new_filemap(format!("{}", path.display()), "".to_string()); ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs:58:18: 58:29 note: the following parameter types were expected: std::string::String, std::option::Option<std::string::String>, std::string::String error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `peg v0.3.10`, intermediate artifacts can be found at `/home/cratesfyi/peg-0.3.10`, cause: ChainedError { error: Could not document `peg`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.10/src/peg_syntax_ext.rs --crate-name peg_syntax_ext -o /home/cratesfyi/peg-0.3.10/doc -L dependency=/home/cratesfyi/peg-0.3.10/debug -L dependency=/home/cratesfyi/peg-0.3.10/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.