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.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading hexfloat v0.1.3
Documenting hexfloat v0.1.3
Running `rustdoc --crate-name hexfloat .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error: invalid suffix `i` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:68:21
|
68 | let mut d_len = 0i;
| ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)
error: invalid suffix `i` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:73:21
|
73 | let mut f_len = 0i;
| ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)
error: invalid suffix `i` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:83:21
|
83 | let mut e_len = 0i;
| ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)
error[E0432]: unresolved import `syntax::codemap::mk_sp`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:43:29
|
43 | use syntax::codemap::{Span, mk_sp};
| ^^^^^ no `mk_sp` in `codemap`
error[E0432]: unresolved import `rustc::plugin`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:49:12
|
49 | use rustc::plugin::Registry;
| ^^^^^^ Could not find `plugin` in `rustc`
error[E0412]: cannot find type `uint` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:58:42
|
58 | fn hex_float_lit_err(s: &str) -> Option<(uint, String)> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `TokenTree` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:94:66
|
94 | pub fn expand_syntax_ext(cx: &mut ExtCtxt, sp: Span, tts: &[ast::TokenTree])
| ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
42 | use syntax::ext::tt::quoted::TokenTree;
|
42 | use syntax::tokenstream::TokenTree;
|
error[E0412]: cannot find type `TokenTree` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs:157:26
|
157 | tts: &[ast::TokenTree]) -> (P<ast::Expr>, Option<Ident>) {
| ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
42 | use syntax::ext::tt::quoted::TokenTree;
|
42 | use syntax::tokenstream::TokenTree;
|
error: Compilation failed, aborting rustdoc
You've got a few errors: E0412, E0432
If you want more information on an error, try using "rustc --explain E0412"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `hexfloat`.,
cause: process didn't exit successfully: `rustdoc --crate-name hexfloat .cargo/registry/src/github.com-1ecc6299db9ec823/hexfloat-0.1.3/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.