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.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)# build log Updating registry `https://github.com/rust-lang/crates.io-index` Fresh unicode-xid v0.1.0 Compiling proc-macro2 v0.3.8 Running `rustc --crate-name proc_macro2 .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="proc-macro"' --cfg 'feature="default"' --cfg 'feature="nightly"' -C metadata=ebbe7a59d2769c52 -C extra-filename=-ebbe7a59d2769c52 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-3eff40339770c4d8.rlib --extern-version unicode_xid=unicode-xid,0.1.0 --cap-lints allow` error[E0433]: failed to resolve. Could not find `Op` in `proc_macro` --> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/unstable.rs:131:42 | 131 | let mut op = proc_macro::Op::new(tt.op(), spacing); | ^^ Could not find `Op` in `proc_macro` error[E0433]: failed to resolve. Could not find `Term` in `proc_macro` --> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/unstable.rs:446:59 | 446 | Span::Nightly(s) => Term::Nightly(proc_macro::Term::new(string, s)), | ^^^^ Could not find `Term` in `proc_macro` error[E0412]: cannot find type `Term` in module `proc_macro` --> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/unstable.rs:439:25 | 439 | Nightly(proc_macro::Term), | ^^^^ not found in `proc_macro` help: possible candidates are found in other modules, you can import them into scope | 3 | use Term; | 3 | use imp::Term; | 3 | use stable::Term; | error[E0412]: cannot find type `Term` in module `proc_macro` --> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/unstable.rs:473:44 | 473 | fn unwrap_nightly(self) -> proc_macro::Term { | ^^^^ not found in `proc_macro` help: possible candidates are found in other modules, you can import them into scope | 3 | use Term; | 3 | use imp::Term; | 3 | use stable::Term; | error[E0599]: no function or associated item named `empty` found for type `proc_macro::TokenStream` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/unstable.rs:45:34 | 45 | TokenStream::Nightly(proc_macro::TokenStream::empty()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `proc_macro::TokenStream` error[E0599]: no variant named `Op` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/unstable.rs:228:13 | 228 | proc_macro::TokenTree::Op(tt) => { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `proc_macro::TokenTree` error[E0599]: no variant named `Term` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/unstable.rs:237:13 | 237 | proc_macro::TokenTree::Term(s) => ::Term::_new(Term::Nightly(s)).into(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `proc_macro::TokenTree` error: aborting due to 7 previous errors Some errors occurred: E0412, E0433, E0599. For more information about an error, try `rustc --explain E0412`. thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `proc-macro2`., cause: process didn't exit successfully: `rustc --crate-name proc_macro2 .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.3.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="proc-macro" --cfg feature="default" --cfg feature="nightly" -C metadata=ebbe7a59d2769c52 -C extra-filename=-ebbe7a59d2769c52 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-3eff40339770c4d8.rlib --extern-version unicode_xid=unicode-xid,0.1.0 --cap-lints allow` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.