peg 0.3.13

A parser generator built on the Parsing Expression Grammar (PEG) formalism.
Build #7999 2016-08-05 10:00:49

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.13
Documenting peg v0.3.13
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/src/peg_syntax_ext.rs --crate-name peg_syntax_ext -o /home/cratesfyi/peg-0.3.13/doc -L dependency=/home/cratesfyi/peg-0.3.13/debug -L dependency=/home/cratesfyi/peg-0.3.13/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/src/peg_syntax_ext.rs:35:91: 35:105 help:   `rustast::syntax::tokenstream::TokenTree` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/src/peg_syntax_ext.rs:35:91: 35:105 help:   `syntax::tokenstream::TokenTree` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/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.13/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.13/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.13/src/peg_syntax_ext.rs:44:92: 44:106 help:   `rustast::syntax::tokenstream::TokenTree` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/src/peg_syntax_ext.rs:44:92: 44:106 help:   `syntax::tokenstream::TokenTree` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/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.13/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.13/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.13/src/peg_syntax_ext.rs:85:39: 85:53 help:   `rustast::syntax::tokenstream::TokenTree` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/src/peg_syntax_ext.rs:85:39: 85:53 help:   `syntax::tokenstream::TokenTree` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/src/peg_syntax_ext.rs:32:40: 32:48 note: required by `std::boxed::<impl Box<T>>::new` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `peg v0.3.13`, intermediate artifacts can be found at `/home/cratesfyi/peg-0.3.13`,
cause: ChainedError {
error: Could not document `peg`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.3.13/src/peg_syntax_ext.rs --crate-name peg_syntax_ext -o /home/cratesfyi/peg-0.3.13/doc -L dependency=/home/cratesfyi/peg-0.3.13/debug -L dependency=/home/cratesfyi/peg-0.3.13/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.