qrcode 0.1.3

QR code encoder in Rust
Build #17614 2016-08-13T01:42:30.198783+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 qrcode v0.1.3
Documenting qrcode v0.1.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/lib.rs --crate-name qrcode -o /home/cratesfyi/qrcode-0.1.3/doc -L dependency=/home/cratesfyi/qrcode-0.1.3/debug -L dependency=/home/cratesfyi/qrcode-0.1.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/bits.rs:6:5: 6:23 error: unresolved import `std::iter::iterate`. There is no `iterate` in `std::iter`. Did you mean to use `iterator`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/bits.rs:6 use std::iter::iterate;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/optimize.rs:325:9: 325:36 error: unresolved import `std::iter::AdditiveIterator`. There is no `AdditiveIterator` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/optimize.rs:325     use std::iter::AdditiveIterator;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:12:17: 12:32 error: unresolved import `std::iter::range_inclusive`. There is no `range_inclusive` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:12 use std::iter::{range_inclusive, repeat};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:13:5: 13:29 error: unresolved import `std::iter::order::equals`. Could not find `order` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:13 use std::iter::order::equals;
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:14:5: 14:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:14 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:890:9: 890:28 error: unresolved import `std::num::SignedInt`. There is no `SignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:890     use std::num::SignedInt;
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:624:23: 624:26 error: `Int` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/canvas.rs:624     fn draw_number<N: Int>(&mut self, number: N,
^~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `qrcode v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/qrcode-0.1.3`,
cause: ChainedError {
error: Could not document `qrcode`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/qrcode-0.1.3/src/lib.rs --crate-name qrcode -o /home/cratesfyi/qrcode-0.1.3/doc -L dependency=/home/cratesfyi/qrcode-0.1.3/debug -L dependency=/home/cratesfyi/qrcode-0.1.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.