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 fourcc v0.0.4
Documenting fourcc v0.0.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs --crate-name fourcc -o /home/cratesfyi/fourcc-0.0.4/doc -L dependency=/home/cratesfyi/fourcc-0.0.4/debug -L dependency=/home/cratesfyi/fourcc-0.0.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:56:5: 56:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:56 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:64:61: 64:75 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:64 pub fn expand_syntax_ext(cx: &mut ExtCtxt, sp: Span, tts: &[ast::TokenTree])
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:64:61: 64:75 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:83:9: 83:21 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:83 ast::ExprLit(ref lit) => match lit.node {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:85:13: 85:24 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:85 ast::LitStr(ref s, _) => {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:117:73: 117:83 error: unresolved name `ast::TyU32` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:117 let e = cx.expr_lit(sp, ast::LitInt(val as u64, ast::UnsignedIntLit(ast::TyU32)));
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:117:53: 117:72 error: unresolved name `ast::UnsignedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:117 let e = cx.expr_lit(sp, ast::LitInt(val as u64, ast::UnsignedIntLit(ast::TyU32)));
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:117:29: 117:40 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:117 let e = cx.expr_lit(sp, ast::LitInt(val as u64, ast::UnsignedIntLit(ast::TyU32)));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:127:21: 127:35 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:127 tts: &[ast::TokenTree]) -> (P<ast::Expr>, Option<Ident>) {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:127:21: 127:35 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:147:52: 147:66 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:147 ast::LitStr(InternedString::new("little"), ast::CookedStr));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:147:9: 147:20 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:147 ast::LitStr(InternedString::new("little"), ast::CookedStr));
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:129:14: 129:28 error: the type of this value must be known in this context
.cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs:129 let ex = p.parse_expr();
^~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `fourcc v0.0.4`, intermediate artifacts can be found at `/home/cratesfyi/fourcc-0.0.4`,
cause: ChainedError {
error: Could not document `fourcc`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/fourcc-0.0.4/src/lib.rs --crate-name fourcc -o /home/cratesfyi/fourcc-0.0.4/doc -L dependency=/home/cratesfyi/fourcc-0.0.4/debug -L dependency=/home/cratesfyi/fourcc-0.0.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.