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 compile_msg v0.1.5 Documenting compile_msg v0.1.5 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs --crate-name compile_msg -o /home/cratesfyi/compile_msg-0.1.5/doc -L dependency=/home/cratesfyi/compile_msg-0.1.5/debug -L dependency=/home/cratesfyi/compile_msg-0.1.5/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:12:5: 12:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:12 use rustc::plugin::Registry; ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31 args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:41:5: 46:6 note: in this expansion of register_specifics! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31 args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:41:5: 46:6 note: in this expansion of register_specifics! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31 args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:41:5: 46:6 note: in this expansion of register_specifics! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31 args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:41:5: 46:6 note: in this expansion of register_specifics! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:38: 31:52 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:50:51: 50:65 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:50 cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:50:51: 50:65 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:59:13: 59:25 error: unresolved variant or struct `ExprLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:59 ast::ExprLit(ref lit) => { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:61:21: 61:32 error: unresolved variant or struct `LitStr` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:61 ast::LitStr(ref s, _) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:62:21: 62:34 error: unresolved variant or struct `LitFloat` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:62 ast::LitFloat(ref s, _) | ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:63:21: 63:44 error: unresolved variant or struct `LitFloatUnsuffixed` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:63 ast::LitFloatUnsuffixed(ref s) => { ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:66:21: 66:33 error: unresolved variant or struct `LitChar` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:66 ast::LitChar(c) => { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:69:21: 69:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:69 ast::LitInt(i, ast::UnsignedIntLit(_)) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:69:36: 69:55 error: unresolved variant or struct `UnsignedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:69 ast::LitInt(i, ast::UnsignedIntLit(_)) | ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70:21: 70:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70 ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70:36: 70:53 error: unresolved variant or struct `SignedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70 ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70:57: 70:66 error: unresolved variant, struct or constant `Plus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70 ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71:21: 71:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71:36: 71:57 error: unresolved variant or struct `UnsuffixedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71:58: 71:67 error: unresolved variant, struct or constant `Plus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74:21: 74:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74 ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74:36: 74:53 error: unresolved variant or struct `SignedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74 ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74:57: 74:67 error: unresolved variant, struct or constant `Minus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74 ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75:21: 75:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75:36: 75:57 error: unresolved variant or struct `UnsuffixedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75:58: 75:68 error: unresolved variant, struct or constant `Minus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:78:21: 78:33 error: unresolved variant or struct `LitBool` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:78 ast::LitBool(b) => { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:81:21: 81:33 error: unresolved variant or struct `LitByte` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:81 ast::LitByte(..) | ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:82:21: 82:35 error: unresolved variant or struct `LitBinary` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:82 ast::LitBinary(..) => { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:72:63: 72:71 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:72 accumulator.push_str(format!("{}", i).as_slice()); ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:76:64: 76:72 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:76 accumulator.push_str(format!("-{}", i).as_slice()); ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:79:63: 79:71 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:79 accumulator.push_str(format!("{}", b).as_slice()); ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96:30: 101:27 error: no method named `span_note` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96 $($sev => cx.$method(sp, accumulator.as_slice()),)* ^ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:100:5: 105:6 note: in this expansion of emit! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96:54: 96:62 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96 $($sev => cx.$method(sp, accumulator.as_slice()),)* ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:100:5: 105:6 note: in this expansion of emit! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96:54: 96:62 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96 $($sev => cx.$method(sp, accumulator.as_slice()),)* ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:100:5: 105:6 note: in this expansion of emit! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96:54: 96:62 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96 $($sev => cx.$method(sp, accumulator.as_slice()),)* ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:100:5: 105:6 note: in this expansion of emit! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96:54: 96:62 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:96 $($sev => cx.$method(sp, accumulator.as_slice()),)* ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:100:5: 105:6 note: in this expansion of emit! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs) error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `compile_msg v0.1.5`, intermediate artifacts can be found at `/home/cratesfyi/compile_msg-0.1.5`, cause: ChainedError { error: Could not document `compile_msg`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs --crate-name compile_msg -o /home/cratesfyi/compile_msg-0.1.5/doc -L dependency=/home/cratesfyi/compile_msg-0.1.5/debug -L dependency=/home/cratesfyi/compile_msg-0.1.5/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.