wee_alloc 0.1.0

wee_alloc: The Wasm-Enabled, Elfin Allocator
Documentation
Build #84592 2018-02-02T18:53:40.837428+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading wee_alloc v0.1.0
Fresh libc v0.2.36
Documenting wee_alloc v0.1.0
Running `rustdoc --crate-name wee_alloc .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="size_classes"' --cfg 'feature="default"' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-a32198f15a5d2742.rlib --extern-version libc=libc,0.2.36`
error[E0412]: cannot find type `NonNull` in module `ptr`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.1.0/src/lib.rs:283:25
|
283 |     next_cell_raw: ptr::NonNull<CellHeader>,
|                         ^^^^^^^ not found in `ptr`

error[E0412]: cannot find type `NonNull` in module `ptr`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.1.0/src/lib.rs:487:25
|
487 |         next_cell: ptr::NonNull<CellHeader>,
|                         ^^^^^^^ not found in `ptr`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `wee_alloc`.,
cause: process didn't exit successfully: `rustdoc --crate-name wee_alloc .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg feature="size_classes" --cfg feature="default" -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-a32198f15a5d2742.rlib --extern-version libc=libc,0.2.36` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.