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 wheel_timer v0.2.2
Documenting wheel_timer v0.2.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs --crate-name wheel_timer -o /home/cratesfyi/wheel_timer-0.2.2/doc -L dependency=/home/cratesfyi/wheel_timer-0.2.2/debug -L dependency=/home/cratesfyi/wheel_timer-0.2.2/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:60:14: 60:19 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:60 for _ in range(0, max_interval) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:104:15: 104:24 error: the trait bound `std::vec::Vec<std::vec::Vec<T>>: std::ops::Index<&usize>` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:104 self.ring.index_mut(&index).push(value);
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:104:15: 104:24 note: the type `std::vec::Vec<std::vec::Vec<T>>` cannot be indexed by `&usize`
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:104:15: 104:24 error: the trait bound `std::vec::Vec<std::vec::Vec<T>>: std::ops::IndexMut<&usize>` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:104 self.ring.index_mut(&index).push(value);
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:104:15: 104:24 note: the type `std::vec::Vec<std::vec::Vec<T>>` cannot be mutably indexed by `&usize`
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:127:39: 127:48 error: the trait bound `std::vec::Vec<std::vec::Vec<T>>: std::ops::Index<&usize>` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:127 let node = mem::replace(self.ring.index_mut(&self.current_tick), Vec::new());
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:127:39: 127:48 note: the type `std::vec::Vec<std::vec::Vec<T>>` cannot be indexed by `&usize`
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:127:39: 127:48 error: the trait bound `std::vec::Vec<std::vec::Vec<T>>: std::ops::IndexMut<&usize>` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:127 let node = mem::replace(self.ring.index_mut(&self.current_tick), Vec::new());
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs:127:39: 127:48 note: the type `std::vec::Vec<std::vec::Vec<T>>` cannot be mutably indexed by `&usize`
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `wheel_timer v0.2.2`, intermediate artifacts can be found at `/home/cratesfyi/wheel_timer-0.2.2`,
cause: ChainedError {
error: Could not document `wheel_timer`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/wheel_timer-0.2.2/src/wheel_timer.rs --crate-name wheel_timer -o /home/cratesfyi/wheel_timer-0.2.2/doc -L dependency=/home/cratesfyi/wheel_timer-0.2.2/debug -L dependency=/home/cratesfyi/wheel_timer-0.2.2/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.