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.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# 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 --crate-name compile_msg .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `rustc::plugin::Registry` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:12:5 | 12 | use rustc::plugin::Registry; | ^^^^^^^^^^^^^^^^^^^^^^^ Could not find `plugin` in `rustc` error[E0412]: cannot find type `TokenTree` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:43 | 31 | args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { | ^^^^^^^^^ not found in `ast` ... 41 | / register_specifics! { 42 | | "compile_note" => Note, 43 | | "compile_warning" => Warning, 44 | | "compile_error" => Error, 45 | | "compile_fatal" => Fatal 46 | | } | |_____- in this macro invocation | help: possible candidates are found in other modules, you can import them into scope | reg.register_macro($name, use syntax::ext::tt::quoted::TokenTree; | reg.register_macro($name, use syntax::tokenstream::TokenTree; error[E0412]: cannot find type `TokenTree` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:43 | 31 | args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { | ^^^^^^^^^ not found in `ast` ... 41 | / register_specifics! { 42 | | "compile_note" => Note, 43 | | "compile_warning" => Warning, 44 | | "compile_error" => Error, 45 | | "compile_fatal" => Fatal 46 | | } | |_____- in this macro invocation | help: possible candidates are found in other modules, you can import them into scope | reg.register_macro($name, use syntax::ext::tt::quoted::TokenTree; | reg.register_macro($name, use syntax::tokenstream::TokenTree; error[E0412]: cannot find type `TokenTree` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:43 | 31 | args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { | ^^^^^^^^^ not found in `ast` ... 41 | / register_specifics! { 42 | | "compile_note" => Note, 43 | | "compile_warning" => Warning, 44 | | "compile_error" => Error, 45 | | "compile_fatal" => Fatal 46 | | } | |_____- in this macro invocation | help: possible candidates are found in other modules, you can import them into scope | reg.register_macro($name, use syntax::ext::tt::quoted::TokenTree; | reg.register_macro($name, use syntax::tokenstream::TokenTree; error[E0412]: cannot find type `TokenTree` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:31:43 | 31 | args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { | ^^^^^^^^^ not found in `ast` ... 41 | / register_specifics! { 42 | | "compile_note" => Note, 43 | | "compile_warning" => Warning, 44 | | "compile_error" => Error, 45 | | "compile_fatal" => Fatal 46 | | } | |_____- in this macro invocation | help: possible candidates are found in other modules, you can import them into scope | reg.register_macro($name, use syntax::ext::tt::quoted::TokenTree; | reg.register_macro($name, use syntax::tokenstream::TokenTree; error[E0412]: cannot find type `TokenTree` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:50:56 | 50 | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> { | ^^^^^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | use syntax::ext::tt::quoted::TokenTree; | use syntax::tokenstream::TokenTree; error[E0531]: cannot find tuple struct/variant `ExprLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:59:18 | 59 | ast::ExprLit(ref lit) => { | ^^^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use rustc::hir::ExprLit; | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use rustc::hir::Expr_::ExprLit; error[E0531]: cannot find tuple struct/variant `LitStr` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:61:26 | 61 | ast::LitStr(ref s, _) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitFloat` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:62:26 | 62 | ast::LitFloat(ref s, _) | | ^^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitFloatUnsuffixed` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:63:26 | 63 | ast::LitFloatUnsuffixed(ref s) => { | ^^^^^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitChar` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:66:26 | 66 | ast::LitChar(c) => { | ^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:69:26 | 69 | ast::LitInt(i, ast::UnsignedIntLit(_)) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `UnsignedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:69:41 | 69 | ast::LitInt(i, ast::UnsignedIntLit(_)) | | ^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70:26 | 70 | ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `SignedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70:41 | 70 | ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | | ^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Plus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:70:62 | 70 | ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | | ^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::BinOpToken::Plus; | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::Plus; error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71:26 | 71 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `UnsuffixedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71:41 | 71 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { | ^^^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Plus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:71:63 | 71 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { | ^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::BinOpToken::Plus; | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::Plus; error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74:26 | 74 | ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `SignedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74:41 | 74 | ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | | ^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Minus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:74:62 | 74 | ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | | ^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::BinOpToken::Minus; | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::Minus; error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75:26 | 75 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `UnsuffixedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75:41 | 75 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { | ^^^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Minus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:75:63 | 75 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { | ^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::BinOpToken::Minus; | cx: &mut ExtCtxt, sp: Span, args: &[ast::TokenTree]) -> Box<base::MacResult+'static> use syntax::parse::token::Minus; error[E0531]: cannot find tuple struct/variant `LitBool` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:78:26 | 78 | ast::LitBool(b) => { | ^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitByte` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:81:26 | 81 | ast::LitByte(..) | | ^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitBinary` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs:82:26 | 82 | ast::LitBinary(..) => { | ^^^^^^^^^ not found in `ast` error[E0599]: 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:63 | 72 | accumulator.push_str(format!("{}", i).as_slice()); | ^^^^^^^^ error[E0599]: 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:64 | 76 | accumulator.push_str(format!("-{}", i).as_slice()); | ^^^^^^^^ error[E0599]: 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:63 | 79 | accumulator.push_str(format!("{}", b).as_slice()); | ^^^^^^^^ error[E0599]: 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:101:17 | 101 | Note => span_note, | ^^^^^^^^^ error[E0599]: 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:54 | 96 | $($sev => cx.$method(sp, accumulator.as_slice()),)* | ^^^^^^^^ ... 100 | / emit! { 101 | | Note => span_note, 102 | | Warning => span_warn, 103 | | Error => span_err, 104 | | Fatal => span_fatal 105 | | } | |_____- in this macro invocation error[E0599]: 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:54 | 96 | $($sev => cx.$method(sp, accumulator.as_slice()),)* | ^^^^^^^^ ... 100 | / emit! { 101 | | Note => span_note, 102 | | Warning => span_warn, 103 | | Error => span_err, 104 | | Fatal => span_fatal 105 | | } | |_____- in this macro invocation error[E0599]: 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:54 | 96 | $($sev => cx.$method(sp, accumulator.as_slice()),)* | ^^^^^^^^ ... 100 | / emit! { 101 | | Note => span_note, 102 | | Warning => span_warn, 103 | | Error => span_err, 104 | | Fatal => span_fatal 105 | | } | |_____- in this macro invocation error[E0599]: 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:54 | 96 | $($sev => cx.$method(sp, accumulator.as_slice()),)* | ^^^^^^^^ ... 100 | / emit! { 101 | | Note => span_note, 102 | | Warning => span_warn, 103 | | Error => span_err, 104 | | Fatal => span_fatal 105 | | } | |_____- in this macro invocation error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `compile_msg`., cause: process didn't exit successfully: `rustdoc --crate-name compile_msg .cargo/registry/src/github.com-1ecc6299db9ec823/compile_msg-0.1.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.