[go: up one dir, main page]

iobuf 5.5.3

A contiguous region of bytes, useful for I/O operations.
Build #16974 2016-08-12 17:49:22

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.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 iobuf v5.5.3
Documenting iobuf v5.5.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.5.3/doc -L dependency=/home/cratesfyi/iobuf-5.5.3/debug -L dependency=/home/cratesfyi/iobuf-5.5.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:6:19: 6:25 error: unresolved import `std::marker::NoCopy`. There is no `NoCopy` in `std::marker`. Did you mean to use `Copy`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:6 use std::marker::{NoCopy, PhantomData};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:9:22: 9:26 error: unresolved import `std::raw::Repr`. There is no `Repr` in `std::raw` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:9 use std::raw::{self, Repr};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/bufspan.rs:4:23: 4:28 error: unresolved import `std::iter::order`. There is no `order` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/bufspan.rs:4 use std::iter::{self, order, IntoIterator, FromIterator};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:628:46: 628:60 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:628   pub unsafe fn as_raw_limit_slice(&self) -> raw::Slice<u8> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:628:46: 628:60 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:629:5: 629:15 error: `raw::Slice` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:629     raw::Slice {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:646:47: 646:61 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:646   pub unsafe fn as_raw_window_slice(&self) -> raw::Slice<u8> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:646:47: 646:61 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:647:5: 647:15 error: `raw::Slice` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:647     raw::Slice {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:1161:14: 1161:28 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:1161     let dst: raw::Slice<u8> = mem::transmute(dst);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:1161:14: 1161:28 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:1199:14: 1199:28 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:1199     let src: raw::Slice<u8> = mem::transmute(src);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:1199:14: 1199:28 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:34:31: 34:40 error: no associated item named `BITS` found for type `u32` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/raw.rs:34 const OWNED_MASK: u32 = 1 << (u32::BITS - 1);
^~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `iobuf v5.5.3`, intermediate artifacts can be found at `/home/cratesfyi/iobuf-5.5.3`,
cause: ChainedError {
error: Could not document `iobuf`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.5.3/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.5.3/doc -L dependency=/home/cratesfyi/iobuf-5.5.3/debug -L dependency=/home/cratesfyi/iobuf-5.5.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.