range_header 0.2.0

HTTP Range header parser
Documentation
Build #138850 2019-01-24 02:06:37

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.33.0-nightly (c2d381d39 2019-01-10)

# docs.rs version cratesfyi 0.6.0 (1a20968 2019-01-11)

# build log Updating crates.io index Downloading crates ... Downloaded range_header v0.2.0 Fresh unicode-xid v0.1.0 Fresh maplit v1.0.1 Fresh ucd-trie v0.1.1 Fresh pest v2.1.0 Fresh proc-macro2 v0.4.26 Fresh pest_meta v2.1.0 Fresh quote v0.6.11 Fresh syn v0.15.26 Fresh pest_generator v2.1.0 Fresh pest_derive v2.1.0 Documenting range_header v0.2.0 Running `rustdoc --edition=2018 --crate-name range_header /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/range_header-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'pest_derive=https://docs.rs/pest_derive/2.1.0' --extern-html-root-url 'pest=https://docs.rs/pest/2.1.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern pest=/home/cratesfyi/cratesfyi/debug/deps/libpest-ede074faab460bfe.rmeta --extern pest_derive=/home/cratesfyi/cratesfyi/debug/deps/libpest_derive-2363e3f27d5b7668.so` error[E0658]: imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130) --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/range_header-0.2.0/src/lib.rs:1:9 | 1 | pub use byte_range::ByteRange; | ^^^^^^^^^^ 2 | 3 | mod byte_range; | --------------- not an extern crate passed with `--extern` | = help: add #![feature(uniform_paths)] to the crate attributes to enable note: this import refers to the module defined here --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/range_header-0.2.0/src/lib.rs:3:1 | 3 | mod byte_range; | ^^^^^^^^^^^^^^^ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name range_header /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/range_header-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url \'pest_derive=https://docs.rs/pest_derive/2.1.0\' --extern-html-root-url \'pest=https://docs.rs/pest/2.1.0\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern pest=/home/cratesfyi/cratesfyi/debug/deps/libpest-ede074faab460bfe.rmeta --extern pest_derive=/home/cratesfyi/cratesfyi/debug/deps/libpest_derive-2363e3f27d5b7668.so` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not document `range_header`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.