trie 0.0.1

An ordered map and set based on a trie.
Build #23429 2016-08-17T04:53:33.068416+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 trie v0.0.1
Documenting trie v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/lib.rs --crate-name trie -o /home/cratesfyi/trie-0.0.1/doc -L dependency=/home/cratesfyi/trie-0.0.1/debug -L dependency=/home/cratesfyi/trie-0.0.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:125:9: 125:33 error: failed to resolve. Could not find `order` in `std::iter` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:125         iter::order::partial_cmp(self.iter(), other.iter())
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:132:9: 132:25 error: failed to resolve. Could not find `order` in `std::iter` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:132         iter::order::cmp(self.iter(), other.iter())
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36:26: 36:37 error: constant evaluation error [E0080]
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36 const MAX_DEPTH: usize = usize::BITS as usize / SHIFT;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36:26: 36:37 note: unresolved path in constant expression 
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:839:31: 839:40 note: for array length here 
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:839     items: [*mut TrieNode<T>; MAX_DEPTH]
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36:26: 36:37 error: constant evaluation error [E0080]
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36 const MAX_DEPTH: usize = usize::BITS as usize / SHIFT;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36:26: 36:37 note: unresolved path in constant expression 
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:1069:43: 1069:52 note: for array length here 
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:1069     stack: [slice::Iter<'a, TrieNode<T>>; MAX_DEPTH],
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36:26: 36:37 error: constant evaluation error [E0080]
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36 const MAX_DEPTH: usize = usize::BITS as usize / SHIFT;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:36:26: 36:37 note: unresolved path in constant expression 
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:1078:46: 1078:55 note: for array length here 
.cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/map.rs:1078     stack: [slice::IterMut<'a, TrieNode<T>>; MAX_DEPTH],
^~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `trie v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/trie-0.0.1`,
cause: ChainedError {
error: Could not document `trie`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/trie-0.0.1/src/lib.rs --crate-name trie -o /home/cratesfyi/trie-0.0.1/doc -L dependency=/home/cratesfyi/trie-0.0.1/debug -L dependency=/home/cratesfyi/trie-0.0.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.