r-efi-string 0.1.0

UEFI String Types and Converters
Documentation
Build #154621 2019-04-16T07:01:25.640748+00:00
# rustc version
rustc 1.35.0-nightly (474e7a648 2019-04-07)
# docs.rs version
cratesfyi 0.6.0 (54fff31 2019-04-12)

# build log
Updating crates.io index
Downloading crates ...
Downloaded r-efi-string v0.1.0
Documenting r-efi-string v0.1.0
Running `rustdoc --edition=2018 --crate-name r_efi_string /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/r-efi-string-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190407-1.35.0-nightly-474e7a648 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized in its current form or name (see issue #27783)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/r-efi-string-0.1.0/src/lib.rs:15:1
|
15 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(alloc)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name r_efi_string /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/r-efi-string-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190407-1.35.0-nightly-474e7a648 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `r-efi-string`.', src/bin/cratesfyi.rs:143:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.