tempfile 0.1.0

Securely create temporary files.
Build #25825 2016-08-19T00:24:43.093559+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tempfile v0.1.0
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/tempfile-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tempfile-0.1.0/debug/deps -L dependency=/home/cratesfyi/tempfile-0.1.0/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/tempfile-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tempfile-0.1.0/debug/deps -L dependency=/home/cratesfyi/tempfile-0.1.0/debug/deps --extern libc=/home/cratesfyi/tempfile-0.1.0/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Documenting tempfile v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.1.0/src/lib.rs --crate-name tempfile -o /home/cratesfyi/tempfile-0.1.0/doc -L dependency=/home/cratesfyi/tempfile-0.1.0/debug -L dependency=/home/cratesfyi/tempfile-0.1.0/debug/deps --extern rand=/home/cratesfyi/tempfile-0.1.0/debug/deps/librand-49a08859d086fffe.rlib --extern libc=/home/cratesfyi/tempfile-0.1.0/debug/deps/liblibc-1bd8847afb79f283.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.1.0/src/util.rs:20:5: 20:25 error: no associated item named `from_bytes` found for type `std::ffi::OsString` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.1.0/src/util.rs:20     OsString::from_bytes(bytes).unwrap()
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.1.0/src/util.rs:27:22: 27:32 error: no method named `to_cstring` found for type `&std::ffi::OsStr` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.1.0/src/util.rs:27     path.as_os_str().to_cstring().ok_or(
^~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `tempfile v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/tempfile-0.1.0`,
cause: ChainedError {
error: Could not document `tempfile`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.1.0/src/lib.rs --crate-name tempfile -o /home/cratesfyi/tempfile-0.1.0/doc -L dependency=/home/cratesfyi/tempfile-0.1.0/debug -L dependency=/home/cratesfyi/tempfile-0.1.0/debug/deps --extern rand=/home/cratesfyi/tempfile-0.1.0/debug/deps/librand-49a08859d086fffe.rlib --extern libc=/home/cratesfyi/tempfile-0.1.0/debug/deps/liblibc-1bd8847afb79f283.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.