cow 0.0.8

A Copy-On-Write Triemap
Build #9246 2016-08-06T13:58:29.119687+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 cow v0.0.8
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/cow-0.0.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cow-0.0.8/debug/deps -L dependency=/home/cratesfyi/cow-0.0.8/debug/deps --cap-lints allow`
Documenting cow v0.0.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/cow.rs --crate-name cow -o /home/cratesfyi/cow-0.0.8/doc -L dependency=/home/cratesfyi/cow-0.0.8/debug -L dependency=/home/cratesfyi/cow-0.0.8/debug/deps --extern rustc_serialize=/home/cratesfyi/cow-0.0.8/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:129:9: 129:33 error: failed to resolve. Could not find `order` in `std::iter` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:129         iter::order::partial_cmp(self.iter(), other.iter())
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:136:9: 136:25 error: failed to resolve. Could not find `order` in `std::iter` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:136         iter::order::cmp(self.iter(), other.iter())
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40:26: 40:37 error: constant evaluation error [E0080]
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40 const MAX_DEPTH: usize = usize::BITS as usize / SHIFT;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40:26: 40:37 note: unresolved path in constant expression 
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:861:31: 861:40 note: for array length here 
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:861     items: [*mut TrieNode<T>; MAX_DEPTH]
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40:26: 40:37 error: constant evaluation error [E0080]
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40 const MAX_DEPTH: usize = usize::BITS as usize / SHIFT;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40:26: 40:37 note: unresolved path in constant expression 
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:1094:43: 1094:52 note: for array length here 
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:1094     stack: [slice::Iter<'a, TrieNode<T>>; MAX_DEPTH],
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40:26: 40:37 error: constant evaluation error [E0080]
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40 const MAX_DEPTH: usize = usize::BITS as usize / SHIFT;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:40:26: 40:37 note: unresolved path in constant expression 
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:1103:46: 1103:55 note: for array length here 
.cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/trie/map.rs:1103     stack: [slice::IterMut<'a, TrieNode<T>>; MAX_DEPTH],
^~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `cow v0.0.8`, intermediate artifacts can be found at `/home/cratesfyi/cow-0.0.8`,
cause: ChainedError {
error: Could not document `cow`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cow-0.0.8/src/cow.rs --crate-name cow -o /home/cratesfyi/cow-0.0.8/doc -L dependency=/home/cratesfyi/cow-0.0.8/debug -L dependency=/home/cratesfyi/cow-0.0.8/debug/deps --extern rustc_serialize=/home/cratesfyi/cow-0.0.8/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.