[INFO] fetching crate core-nightly 2015.1.7...
[INFO] testing core-nightly-2015.1.7 against 1.90.0 for beta-1.91-3
[INFO] extracting crate core-nightly 2015.1.7 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate core-nightly 2015.1.7
[INFO] finished tweaking crates.io crate core-nightly 2015.1.7
[INFO] tweaked toml for crates.io crate core-nightly 2015.1.7 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate core-nightly 2015.1.7 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c8b7bbb16c35a5f147642ff546160c4a0eee8c1a6c3d18533e0c8e229f38fbf2
[INFO] running `Command { std: "docker" "start" "-a" "c8b7bbb16c35a5f147642ff546160c4a0eee8c1a6c3d18533e0c8e229f38fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8b7bbb16c35a5f147642ff546160c4a0eee8c1a6c3d18533e0c8e229f38fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8b7bbb16c35a5f147642ff546160c4a0eee8c1a6c3d18533e0c8e229f38fbf2", kill_on_drop: false }`
[INFO] [stdout] c8b7bbb16c35a5f147642ff546160c4a0eee8c1a6c3d18533e0c8e229f38fbf2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28bb77e7b0f8a5440b79957caa039e622a7399b949fa33d93041287daf28a6e1
[INFO] running `Command { std: "docker" "start" "-a" "28bb77e7b0f8a5440b79957caa039e622a7399b949fa33d93041287daf28a6e1", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling core-nightly v2015.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | #![feature(simd, unsafe_destructor, slicing_syntax)]
[INFO] [stdout]    |            ^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in 1.0.0
[INFO] [stdout]    = note: removed in favor of `#[repr(simd)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]     --> src/str/mod.rs:1426:40
[INFO] [stdout]      |
[INFO] [stdout] 1426 |         let cur = match self.find(|&mut: c: char| !pat.matches(c)) {
[INFO] [stdout]      |                   -----                ^ expected parameter name
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   while parsing this `match` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]     --> src/str/mod.rs:1441:30
[INFO] [stdout]      |
[INFO] [stdout] 1441 |         match self.find(|&mut: c: char| !pat.matches(c)) {
[INFO] [stdout]      |         -----                ^ expected parameter name
[INFO] [stdout]      |         |
[INFO] [stdout]      |         while parsing this `match` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]     --> src/str/mod.rs:1449:31
[INFO] [stdout]      |
[INFO] [stdout] 1449 |         match self.rfind(|&mut: c: char| !pat.matches(c)) {
[INFO] [stdout]      |         -----                 ^ expected parameter name
[INFO] [stdout]      |         |
[INFO] [stdout]      |         while parsing this `match` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected item after attributes
[INFO] [stdout]     --> src/str/mod.rs:1620:1
[INFO] [stdout]      |
[INFO] [stdout] 1612 | impl<'a> Iterator for Lines<'a> {
[INFO] [stdout]      |                                 - while parsing this item list starting here
[INFO] [stdout] ...
[INFO] [stdout] 1620 | #[stable]}
[INFO] [stdout]      | ^^^^^^^^^- the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected item after attributes
[INFO] [stdout]     --> src/str/mod.rs:1625:1
[INFO] [stdout]      |
[INFO] [stdout] 1621 | impl<'a> DoubleEndedIterator for Lines<'a> {
[INFO] [stdout]      |                                            - while parsing this item list starting here
[INFO] [stdout] ...
[INFO] [stdout] 1625 | #[stable]}
[INFO] [stdout]      | ^^^^^^^^^- the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected item after attributes
[INFO] [stdout]     --> src/str/mod.rs:1634:1
[INFO] [stdout]      |
[INFO] [stdout] 1626 | impl<'a> Iterator for LinesAny<'a> {
[INFO] [stdout]      |                                    - while parsing this item list starting here
[INFO] [stdout] ...
[INFO] [stdout] 1634 | #[stable]}
[INFO] [stdout]      | ^^^^^^^^^- the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]    --> src/fmt/mod.rs:423:30
[INFO] [stdout]     |
[INFO] [stdout] 423 |         let write_prefix = |&: f: &mut Formatter| {
[INFO] [stdout]     |                              ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]    --> src/fmt/float.rs:228:33
[INFO] [stdout]     |
[INFO] [stdout] 228 |             let ascii2value = |&: chr: u8| {
[INFO] [stdout]     |                                 ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0260]: the name `core` is defined multiple times
[INFO] [stdout]    --> src/lib.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 140 | mod core {
[INFO] [stdout]     | ^^^^^^^^ `core` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `core` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:51:4
[INFO] [stdout]    |
[INFO] [stdout] 51 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/num/mod.rs:729:3
[INFO] [stdout]     |
[INFO] [stdout] 729 | #[experimental = "trait is likely to be removed"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/num/mod.rs:994:3
[INFO] [stdout]     |
[INFO] [stdout] 994 | #[experimental = "trait is likely to be removed"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1076:3
[INFO] [stdout]      |
[INFO] [stdout] 1076 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1082:3
[INFO] [stdout]      |
[INFO] [stdout] 1082 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1088:3
[INFO] [stdout]      |
[INFO] [stdout] 1088 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1094:3
[INFO] [stdout]      |
[INFO] [stdout] 1094 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1100:3
[INFO] [stdout]      |
[INFO] [stdout] 1100 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1106:3
[INFO] [stdout]      |
[INFO] [stdout] 1106 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1112:3
[INFO] [stdout]      |
[INFO] [stdout] 1112 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1118:3
[INFO] [stdout]      |
[INFO] [stdout] 1118 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1124:3
[INFO] [stdout]      |
[INFO] [stdout] 1124 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1130:3
[INFO] [stdout]      |
[INFO] [stdout] 1130 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1136:3
[INFO] [stdout]      |
[INFO] [stdout] 1136 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1142:3
[INFO] [stdout]      |
[INFO] [stdout] 1142 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1193:3
[INFO] [stdout]      |
[INFO] [stdout] 1193 | #[experimental = "likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1199:3
[INFO] [stdout]      |
[INFO] [stdout] 1199 | #[experimental = "trait is likely to be removed"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1397:3
[INFO] [stdout]      |
[INFO] [stdout] 1397 | #[experimental = "might need to return Result"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1403:3
[INFO] [stdout]      |
[INFO] [stdout] 1403 | #[experimental = "might need to return Result"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1410:11
[INFO] [stdout]      |
[INFO] [stdout] 1410 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1443:11
[INFO] [stdout]      |
[INFO] [stdout] 1443 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1410:11
[INFO] [stdout]      |
[INFO] [stdout] 1410 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1443:11
[INFO] [stdout]      |
[INFO] [stdout] 1443 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1669 | from_str_radix_int_impl! { int }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1669 | from_str_radix_int_impl! { int }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1670 | from_str_radix_int_impl! { i8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1670 | from_str_radix_int_impl! { i8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1671 | from_str_radix_int_impl! { i16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1671 | from_str_radix_int_impl! { i16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1672 | from_str_radix_int_impl! { i32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1672 | from_str_radix_int_impl! { i32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1673 | from_str_radix_int_impl! { i64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1673 | from_str_radix_int_impl! { i64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1674 | from_str_radix_int_impl! { uint }
[INFO] [stdout]      | --------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1674 | from_str_radix_int_impl! { uint }
[INFO] [stdout]      | --------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1675 | from_str_radix_int_impl! { u8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1675 | from_str_radix_int_impl! { u8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1676 | from_str_radix_int_impl! { u16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1676 | from_str_radix_int_impl! { u16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1677 | from_str_radix_int_impl! { u32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1677 | from_str_radix_int_impl! { u32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1607:11
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1678 | from_str_radix_int_impl! { u64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1615:11
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         #[experimental = "might need to return Result"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1678 | from_str_radix_int_impl! { u64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/intrinsics.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:329:7
[INFO] [stdout]     |
[INFO] [stdout] 329 |     #[experimental = "uncertain about naming and semantics"]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/nonzero.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/ptr.rs:108:3
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[experimental = "uncertain about naming and semantics"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `old_orphan_check` in this scope
[INFO] [stdout]   --> src/cmp.rs:72:3
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[old_orphan_check]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/cmp.rs:293:3
[INFO] [stdout]     |
[INFO] [stdout] 293 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/cmp.rs:306:3
[INFO] [stdout]     |
[INFO] [stdout] 306 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/clone.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | extern_fn_clone! {}
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/clone.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | extern_fn_clone! { A }
[INFO] [stdout]    | ---------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/clone.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | extern_fn_clone! { A, B }
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/clone.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 | extern_fn_clone! { A, B, C }
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/clone.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 | extern_fn_clone! { A, B, C, D }
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/clone.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | extern_fn_clone! { A, B, C, D, E }
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/clone.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | extern_fn_clone! { A, B, C, D, E, F }
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/clone.rs:84:11
[INFO] [stdout]     |
[INFO] [stdout]  84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | extern_fn_clone! { A, B, C, D, E, F, G }
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/clone.rs:84:11
[INFO] [stdout]     |
[INFO] [stdout]  84 |         #[experimental = "this may not be sufficient for fns with region parameters"]
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | extern_fn_clone! { A, B, C, D, E, F, G, H }
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `extern_fn_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/any.rs:92:7
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[experimental = "this method will likely be replaced by an associated static"]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `old_orphan_check` in this scope
[INFO] [stdout]   --> src/borrow.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[old_orphan_check]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `old_orphan_check` in this scope
[INFO] [stdout]   --> src/borrow.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[old_orphan_check]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `old_orphan_check` in this scope
[INFO] [stdout]   --> src/borrow.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[old_orphan_check]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `old_orphan_check` in this scope
[INFO] [stdout]    --> src/borrow.rs:109:3
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[old_orphan_check]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/cell.rs:205:7
[INFO] [stdout]     |
[INFO] [stdout] 205 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/cell.rs:335:7
[INFO] [stdout]     |
[INFO] [stdout] 335 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope
[INFO] [stdout]    --> src/cell.rs:382:3
[INFO] [stdout]     |
[INFO] [stdout] 382 | #[unsafe_destructor]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/cell.rs:427:3
[INFO] [stdout]     |
[INFO] [stdout] 427 | #[experimental = "likely to be moved to a method, pending language changes"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope
[INFO] [stdout]    --> src/cell.rs:439:3
[INFO] [stdout]     |
[INFO] [stdout] 439 | #[unsafe_destructor]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/finally.rs:35:4
[INFO] [stdout]    |
[INFO] [stdout] 35 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope
[INFO] [stdout]   --> src/finally.rs:99:3
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[unsafe_destructor]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/iter.rs:945:7
[INFO] [stdout]     |
[INFO] [stdout] 945 |     #[experimental = "uncertain about placement or widespread use"]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/iter.rs:977:3
[INFO] [stdout]     |
[INFO] [stdout] 977 | #[experimental = "not widely used, may be better decomposed into Index and ExactSizeIterator"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1052:3
[INFO] [stdout]      |
[INFO] [stdout] 1052 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1087:3
[INFO] [stdout]      |
[INFO] [stdout] 1087 | #[experimental = "needs to be re-evaluated as part of numerics reform"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1114 | impl_additive! { i8,   0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1115 | impl_additive! { i16,  0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1116 | impl_additive! { i32,  0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1117 | impl_additive! { i64,  0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1118 | impl_additive! { int,  0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1119 | impl_additive! { u8,   0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1120 | impl_additive! { u16,  0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1121 | impl_additive! { u32,  0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1122 | impl_additive! { u64,  0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1123 | impl_additive! { uint, 0 }
[INFO] [stdout]      | -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1124 | impl_additive! { f32,  0.0 }
[INFO] [stdout]      | ---------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1105:11
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1125 | impl_additive! { f64,  0.0 }
[INFO] [stdout]      | ---------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_additive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1128:3
[INFO] [stdout]      |
[INFO] [stdout] 1128 | #[experimental = "needs to be re-evaluated as part of numerics reform"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1158 | impl_multiplicative! { i8,   1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | impl_multiplicative! { i16,  1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1160 | impl_multiplicative! { i32,  1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1161 | impl_multiplicative! { i64,  1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1162 | impl_multiplicative! { int,  1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1163 | impl_multiplicative! { u8,   1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | impl_multiplicative! { u16,  1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1165 | impl_multiplicative! { u32,  1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1166 | impl_multiplicative! { u64,  1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1167 | impl_multiplicative! { uint, 1 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1168 | impl_multiplicative! { f32,  1.0 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1149:11
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         #[experimental = "trait is experimental"]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | impl_multiplicative! { f64,  1.0 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_multiplicative` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1290:3
[INFO] [stdout]      |
[INFO] [stdout] 1290 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1375:3
[INFO] [stdout]      |
[INFO] [stdout] 1375 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1467:3
[INFO] [stdout]      |
[INFO] [stdout] 1467 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1549:3
[INFO] [stdout]      |
[INFO] [stdout] 1549 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1738:3
[INFO] [stdout]      |
[INFO] [stdout] 1738 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:1964:3
[INFO] [stdout]      |
[INFO] [stdout] 1964 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2019:3
[INFO] [stdout]      |
[INFO] [stdout] 2019 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2232:3
[INFO] [stdout]      |
[INFO] [stdout] 2232 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2249:7
[INFO] [stdout]      |
[INFO] [stdout] 2249 |     #[experimental = "seems marginal"]
[INFO] [stdout]      |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2318:3
[INFO] [stdout]      |
[INFO] [stdout] 2318 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2367:3
[INFO] [stdout]      |
[INFO] [stdout] 2367 | #[experimental]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2388:3
[INFO] [stdout]      |
[INFO] [stdout] 2388 | #[experimental]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2781:3
[INFO] [stdout]      |
[INFO] [stdout] 2781 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2793:3
[INFO] [stdout]      |
[INFO] [stdout] 2793 | #[experimental]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/iter.rs:2798:3
[INFO] [stdout]      |
[INFO] [stdout] 2798 | #[experimental]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/option.rs:479:7
[INFO] [stdout]     |
[INFO] [stdout] 479 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/option.rs:500:7
[INFO] [stdout]     |
[INFO] [stdout] 500 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/raw.rs:12:4
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/result.rs:956:3
[INFO] [stdout]     |
[INFO] [stdout] 956 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:40:3
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:41:3
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:49:3
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:50:3
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:58:16
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:57:3
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:64:16
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:62:3
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:70:16
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:68:3
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:69:3
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:79:16
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:77:3
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:84:3
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:85:3
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:92:16
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:90:3
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:91:3
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/simd.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[derive(Copy, Show)]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/simd.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> src/simd.rs:97:3
[INFO] [stdout]    |
[INFO] [stdout] 97 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]    --> src/simd.rs:104:16
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Copy, Show)]
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/simd.rs:102:3
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]    --> src/simd.rs:103:3
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[simd]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:460:7
[INFO] [stdout]     |
[INFO] [stdout] 460 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:491:7
[INFO] [stdout]     |
[INFO] [stdout] 491 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:633:3
[INFO] [stdout]     |
[INFO] [stdout] 633 | #[experimental = "will be replaced by slice syntax"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:639:3
[INFO] [stdout]     |
[INFO] [stdout] 639 | #[experimental = "trait is experimental"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:645:3
[INFO] [stdout]     |
[INFO] [stdout] 645 | #[experimental = "trait is experimental"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:651:3
[INFO] [stdout]     |
[INFO] [stdout] 651 | #[experimental = "trait is experimental"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:757:3
[INFO] [stdout]     |
[INFO] [stdout] 757 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:766:3
[INFO] [stdout]     |
[INFO] [stdout] 766 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:775:3
[INFO] [stdout]     |
[INFO] [stdout] 775 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:784:3
[INFO] [stdout]     |
[INFO] [stdout] 784 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:798:7
[INFO] [stdout]     |
[INFO] [stdout] 798 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:816:3
[INFO] [stdout]     |
[INFO] [stdout] 816 | #[experimental = "trait is experimental"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:850:3
[INFO] [stdout]     |
[INFO] [stdout] 850 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:858:3
[INFO] [stdout]     |
[INFO] [stdout] 858 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:866:3
[INFO] [stdout]     |
[INFO] [stdout] 866 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:874:3
[INFO] [stdout]     |
[INFO] [stdout] 874 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:883:3
[INFO] [stdout]     |
[INFO] [stdout] 883 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:891:3
[INFO] [stdout]     |
[INFO] [stdout] 891 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:899:3
[INFO] [stdout]     |
[INFO] [stdout] 899 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:907:3
[INFO] [stdout]     |
[INFO] [stdout] 907 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/slice.rs:924:7
[INFO] [stdout]     |
[INFO] [stdout] 924 |     #[experimental]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1272:3
[INFO] [stdout]      |
[INFO] [stdout] 1272 | #[experimental = "trait is experimental"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1420:3
[INFO] [stdout]      |
[INFO] [stdout] 1420 | #[experimental = "needs review"]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1509:3
[INFO] [stdout]      |
[INFO] [stdout] 1509 | #[experimental]
[INFO] [stdout]      |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1545 | impl_int_slices! { u8,   i8  }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1545 | impl_int_slices! { u8,   i8  }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1546 | impl_int_slices! { u16,  i16 }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1546 | impl_int_slices! { u16,  i16 }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1547 | impl_int_slices! { u32,  i32 }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1547 | impl_int_slices! { u32,  i32 }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1548 | impl_int_slices! { u64,  i64 }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1548 | impl_int_slices! { u64,  i64 }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1549 | impl_int_slices! { uint, int }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]     --> src/slice.rs:1524:11
[INFO] [stdout]      |
[INFO] [stdout] 1524 |         #[experimental]
[INFO] [stdout]      |           ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1549 | impl_int_slices! { uint, int }
[INFO] [stdout]      | ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_int_slice` which comes from the expansion of the macro `impl_int_slices` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/fmt/rt.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![experimental = "implementation detail of the `format_args!` macro"]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/fmt/mod.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[experimental = "core and I/O reconciliation may alter this definition"]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/fmt/mod.rs:47:3
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[experimental = "core and I/O reconciliation may alter this definition"]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/fmt/mod.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[experimental = "waiting for core and I/O reconciliation"]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/fmt/mod.rs:125:3
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[experimental = "implementation detail of the `format_args!` macro"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/fmt/mod.rs:164:7
[INFO] [stdout]     |
[INFO] [stdout] 164 |     #[experimental = "implementation detail of the `format_args!` macro"]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/fmt/mod.rs:181:7
[INFO] [stdout]     |
[INFO] [stdout] 181 |     #[experimental = "implementation detail of the `format_args!` macro"]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/fmt/mod.rs:302:3
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[experimental = "libcore and I/O have yet to be reconciled, and this is an \
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/fmt/mod.rs:564:7
[INFO] [stdout]     |
[INFO] [stdout] 564 |     #[experimental = "return type may change and method was just created"]
[INFO] [stdout]     |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/fmt/mod.rs:593:3
[INFO] [stdout]     |
[INFO] [stdout] 593 | #[experimental = "implementation detail of the `format_args!` macro"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/fmt/mod.rs:602:3
[INFO] [stdout]     |
[INFO] [stdout] 602 | #[experimental = "implementation detail of the `format_args!` macro"]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/array.rs:15:4
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![experimental] // not yet reviewed
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i8.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i8, 8 }
[INFO] [stdout]    | --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i8.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i8, 8 }
[INFO] [stdout]    | --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i16.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i16, 16 }
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i16.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i16, 16 }
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i32.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i32, 32 }
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i32.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i32, 32 }
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i64.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i64, 64 }
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/int_macros.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/i64.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | int_module! { i64, 64 }
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `int_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/uint.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { uint, int, ::int::BITS }
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BITS` in module `int`
[INFO] [stdout]   --> src/num/uint.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { uint, int, ::int::BITS }
[INFO] [stdout]    |                                  ^^^^ not found in `int`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these constants
[INFO] [stdout]    |
[INFO] [stdout] 16 + use i16::BITS;
[INFO] [stdout]    |
[INFO] [stdout] 16 + use i32::BITS;
[INFO] [stdout]    |
[INFO] [stdout] 16 + use i64::BITS;
[INFO] [stdout]    |
[INFO] [stdout] 16 + use i8::BITS;
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: if you import `BITS`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 - uint_module! { uint, int, ::int::BITS }
[INFO] [stdout] 16 + uint_module! { uint, int, BITS }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/uint.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { uint, int, ::int::BITS }
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { uint, int, ::int::BITS }
[INFO] [stdout]    |                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u8.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u8, i8, 8 }
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u8.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u8, i8, 8 }
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u16.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u16, i16, 16 }
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u16.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u16, i16, 16 }
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u32.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u32, i32, 32 }
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u32.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u32, i32, 32 }
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const BITS : uint = $bits;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u64.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u64, i64, 64 }
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/uint_macros.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const BYTES : uint = ($bits / 8);
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/num/u64.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | uint_module! { u64, i64, 64 }
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `uint_module` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/f32.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const RADIX: uint = 2u;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/f32.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub const MANTISSA_DIGITS: uint = 24u;
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/f32.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const DIGITS: uint = 6u;
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f32.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub const MIN_EXP: int = -125;
[INFO] [stdout]    |                    ^^^
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    not found in this scope
[INFO] [stdout]    |                    help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f32.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub const MAX_EXP: int = 128;
[INFO] [stdout]    |                    ^^^
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    not found in this scope
[INFO] [stdout]    |                    help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f32.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub const MIN_10_EXP: int = -37;
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       not found in this scope
[INFO] [stdout]    |                       help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f32.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub const MAX_10_EXP: int = 38;
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       not found in this scope
[INFO] [stdout]    |                       help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/f32.rs:181:43
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn mantissa_digits(_: Option<f32>) -> uint { MANTISSA_DIGITS }
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/f32.rs:185:34
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn digits(_: Option<f32>) -> uint { DIGITS }
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f32.rs:193:35
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn min_exp(_: Option<f32>) -> int { MIN_EXP }
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   not found in this scope
[INFO] [stdout]     |                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f32.rs:197:35
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn max_exp(_: Option<f32>) -> int { MAX_EXP }
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   not found in this scope
[INFO] [stdout]     |                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f32.rs:201:38
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn min_10_exp(_: Option<f32>) -> int { MIN_10_EXP }
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      not found in this scope
[INFO] [stdout]     |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f32.rs:205:38
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn max_10_exp(_: Option<f32>) -> int { MAX_10_EXP }
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      not found in this scope
[INFO] [stdout]     |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/f64.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub const RADIX: uint = 2u;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/f64.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const MANTISSA_DIGITS: uint = 53u;
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/f64.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const DIGITS: uint = 15u;
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f64.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub const MIN_EXP: int = -1021;
[INFO] [stdout]    |                    ^^^
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    not found in this scope
[INFO] [stdout]    |                    help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f64.rs:52:20
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub const MAX_EXP: int = 1024;
[INFO] [stdout]    |                    ^^^
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    not found in this scope
[INFO] [stdout]    |                    help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f64.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub const MIN_10_EXP: int = -307;
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       not found in this scope
[INFO] [stdout]    |                       help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/num/f64.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub const MAX_10_EXP: int = 308;
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       not found in this scope
[INFO] [stdout]    |                       help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/f64.rs:188:43
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn mantissa_digits(_: Option<f64>) -> uint { MANTISSA_DIGITS }
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/f64.rs:192:34
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn digits(_: Option<f64>) -> uint { DIGITS }
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f64.rs:200:35
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn min_exp(_: Option<f64>) -> int { MIN_EXP }
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   not found in this scope
[INFO] [stdout]     |                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f64.rs:204:35
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn max_exp(_: Option<f64>) -> int { MAX_EXP }
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   not found in this scope
[INFO] [stdout]     |                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f64.rs:208:38
[INFO] [stdout]     |
[INFO] [stdout] 208 |     fn min_10_exp(_: Option<f64>) -> int { MIN_10_EXP }
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      not found in this scope
[INFO] [stdout]     |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/f64.rs:212:38
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn max_10_exp(_: Option<f64>) -> int { MAX_10_EXP }
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      not found in this scope
[INFO] [stdout]     |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/mod.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 |     + Shl<uint, Output=Self>
[INFO] [stdout]    |           ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub trait Int<uint>
[INFO] [stdout]    |              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/mod.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 |     + Shr<uint, Output=Self>
[INFO] [stdout]    |           ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub trait Int<uint>
[INFO] [stdout]    |              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/mod.rs:83:28
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn count_ones(self) -> uint;
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/num/mod.rs:98:29
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn count_zeros(self) -> uint {
[INFO] [stdout]    |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:115:31
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn leading_zeros(self) -> uint;
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:130:32
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn trailing_zeros(self) -> uint;
[INFO] [stdout]     |                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:146:29
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn rotate_left(self, n: uint) -> Self;
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:162:30
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn rotate_right(self, n: uint) -> Self;
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:363:27
[INFO] [stdout]     |
[INFO] [stdout] 363 |     fn pow(self, mut exp: uint) -> Self {
[INFO] [stdout]     |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:36
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:80
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:39
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:82
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:40
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:83
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:417:37
[INFO] [stdout]     |
[INFO] [stdout] 417 |               fn rotate_left(self, n: uint) -> $T {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:424:38
[INFO] [stdout]     |
[INFO] [stdout] 424 |               fn rotate_right(self, n: uint) -> $T {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 463 | / uint_impl! { u8 = u8, 8,
[INFO] [stdout] 464 | |     intrinsics::ctpop8,
[INFO] [stdout] 465 | |     intrinsics::ctlz8,
[INFO] [stdout] 466 | |     intrinsics::cttz8,
[INFO] [stdout] ...   |
[INFO] [stdout] 469 | |     intrinsics::u8_sub_with_overflow,
[INFO] [stdout] 470 | |     intrinsics::u8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:36
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:80
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:39
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:82
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:40
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:83
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:417:37
[INFO] [stdout]     |
[INFO] [stdout] 417 |               fn rotate_left(self, n: uint) -> $T {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:424:38
[INFO] [stdout]     |
[INFO] [stdout] 424 |               fn rotate_right(self, n: uint) -> $T {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 472 | / uint_impl! { u16 = u16, 16,
[INFO] [stdout] 473 | |     intrinsics::ctpop16,
[INFO] [stdout] 474 | |     intrinsics::ctlz16,
[INFO] [stdout] 475 | |     intrinsics::cttz16,
[INFO] [stdout] ...   |
[INFO] [stdout] 478 | |     intrinsics::u16_sub_with_overflow,
[INFO] [stdout] 479 | |     intrinsics::u16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:36
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:80
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:39
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:82
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:40
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:83
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:417:37
[INFO] [stdout]     |
[INFO] [stdout] 417 |               fn rotate_left(self, n: uint) -> $T {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:424:38
[INFO] [stdout]     |
[INFO] [stdout] 424 |               fn rotate_right(self, n: uint) -> $T {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 481 | / uint_impl! { u32 = u32, 32,
[INFO] [stdout] 482 | |     intrinsics::ctpop32,
[INFO] [stdout] 483 | |     intrinsics::ctlz32,
[INFO] [stdout] 484 | |     intrinsics::cttz32,
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |     intrinsics::u32_sub_with_overflow,
[INFO] [stdout] 488 | |     intrinsics::u32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:36
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:408:80
[INFO] [stdout]     |
[INFO] [stdout] 408 |               fn count_ones(self) -> uint { unsafe { $ctpop(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:39
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:411:82
[INFO] [stdout]     |
[INFO] [stdout] 411 |               fn leading_zeros(self) -> uint { unsafe { $ctlz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:40
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:414:83
[INFO] [stdout]     |
[INFO] [stdout] 414 |               fn trailing_zeros(self) -> uint { unsafe { $cttz(self as $ActualT) as uint } }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:417:37
[INFO] [stdout]     |
[INFO] [stdout] 417 |               fn rotate_left(self, n: uint) -> $T {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:424:38
[INFO] [stdout]     |
[INFO] [stdout] 424 |               fn rotate_right(self, n: uint) -> $T {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 490 | / uint_impl! { u64 = u64, 64,
[INFO] [stdout] 491 | |     intrinsics::ctpop64,
[INFO] [stdout] 492 | |     intrinsics::ctlz64,
[INFO] [stdout] 493 | |     intrinsics::cttz64,
[INFO] [stdout] ...   |
[INFO] [stdout] 496 | |     intrinsics::u64_sub_with_overflow,
[INFO] [stdout] 497 | |     intrinsics::u64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:539:36
[INFO] [stdout]     |
[INFO] [stdout] 539 |               fn count_ones(self) -> uint { (self as $UnsignedT).count_ones() }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 584 | / int_impl! { i8 = i8, u8, 8,
[INFO] [stdout] 585 | |     intrinsics::i8_add_with_overflow,
[INFO] [stdout] 586 | |     intrinsics::i8_sub_with_overflow,
[INFO] [stdout] 587 | |     intrinsics::i8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:542:39
[INFO] [stdout]     |
[INFO] [stdout] 542 |               fn leading_zeros(self) -> uint { (self as $UnsignedT).leading_zeros() }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 584 | / int_impl! { i8 = i8, u8, 8,
[INFO] [stdout] 585 | |     intrinsics::i8_add_with_overflow,
[INFO] [stdout] 586 | |     intrinsics::i8_sub_with_overflow,
[INFO] [stdout] 587 | |     intrinsics::i8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:545:40
[INFO] [stdout]     |
[INFO] [stdout] 545 |               fn trailing_zeros(self) -> uint { (self as $UnsignedT).trailing_zeros() }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 584 | / int_impl! { i8 = i8, u8, 8,
[INFO] [stdout] 585 | |     intrinsics::i8_add_with_overflow,
[INFO] [stdout] 586 | |     intrinsics::i8_sub_with_overflow,
[INFO] [stdout] 587 | |     intrinsics::i8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:548:37
[INFO] [stdout]     |
[INFO] [stdout] 548 |               fn rotate_left(self, n: uint) -> $T { (self as $UnsignedT).rotate_left(n) as $T }
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 584 | / int_impl! { i8 = i8, u8, 8,
[INFO] [stdout] 585 | |     intrinsics::i8_add_with_overflow,
[INFO] [stdout] 586 | |     intrinsics::i8_sub_with_overflow,
[INFO] [stdout] 587 | |     intrinsics::i8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:551:38
[INFO] [stdout]     |
[INFO] [stdout] 551 |               fn rotate_right(self, n: uint) -> $T { (self as $UnsignedT).rotate_right(n) as $T }
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 584 | / int_impl! { i8 = i8, u8, 8,
[INFO] [stdout] 585 | |     intrinsics::i8_add_with_overflow,
[INFO] [stdout] 586 | |     intrinsics::i8_sub_with_overflow,
[INFO] [stdout] 587 | |     intrinsics::i8_mul_with_overflow }
[INFO] [stdout]     | |______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:539:36
[INFO] [stdout]     |
[INFO] [stdout] 539 |               fn count_ones(self) -> uint { (self as $UnsignedT).count_ones() }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 589 | / int_impl! { i16 = i16, u16, 16,
[INFO] [stdout] 590 | |     intrinsics::i16_add_with_overflow,
[INFO] [stdout] 591 | |     intrinsics::i16_sub_with_overflow,
[INFO] [stdout] 592 | |     intrinsics::i16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:542:39
[INFO] [stdout]     |
[INFO] [stdout] 542 |               fn leading_zeros(self) -> uint { (self as $UnsignedT).leading_zeros() }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 589 | / int_impl! { i16 = i16, u16, 16,
[INFO] [stdout] 590 | |     intrinsics::i16_add_with_overflow,
[INFO] [stdout] 591 | |     intrinsics::i16_sub_with_overflow,
[INFO] [stdout] 592 | |     intrinsics::i16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:545:40
[INFO] [stdout]     |
[INFO] [stdout] 545 |               fn trailing_zeros(self) -> uint { (self as $UnsignedT).trailing_zeros() }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 589 | / int_impl! { i16 = i16, u16, 16,
[INFO] [stdout] 590 | |     intrinsics::i16_add_with_overflow,
[INFO] [stdout] 591 | |     intrinsics::i16_sub_with_overflow,
[INFO] [stdout] 592 | |     intrinsics::i16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:548:37
[INFO] [stdout]     |
[INFO] [stdout] 548 |               fn rotate_left(self, n: uint) -> $T { (self as $UnsignedT).rotate_left(n) as $T }
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 589 | / int_impl! { i16 = i16, u16, 16,
[INFO] [stdout] 590 | |     intrinsics::i16_add_with_overflow,
[INFO] [stdout] 591 | |     intrinsics::i16_sub_with_overflow,
[INFO] [stdout] 592 | |     intrinsics::i16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:551:38
[INFO] [stdout]     |
[INFO] [stdout] 551 |               fn rotate_right(self, n: uint) -> $T { (self as $UnsignedT).rotate_right(n) as $T }
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 589 | / int_impl! { i16 = i16, u16, 16,
[INFO] [stdout] 590 | |     intrinsics::i16_add_with_overflow,
[INFO] [stdout] 591 | |     intrinsics::i16_sub_with_overflow,
[INFO] [stdout] 592 | |     intrinsics::i16_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:539:36
[INFO] [stdout]     |
[INFO] [stdout] 539 |               fn count_ones(self) -> uint { (self as $UnsignedT).count_ones() }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 594 | / int_impl! { i32 = i32, u32, 32,
[INFO] [stdout] 595 | |     intrinsics::i32_add_with_overflow,
[INFO] [stdout] 596 | |     intrinsics::i32_sub_with_overflow,
[INFO] [stdout] 597 | |     intrinsics::i32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:542:39
[INFO] [stdout]     |
[INFO] [stdout] 542 |               fn leading_zeros(self) -> uint { (self as $UnsignedT).leading_zeros() }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 594 | / int_impl! { i32 = i32, u32, 32,
[INFO] [stdout] 595 | |     intrinsics::i32_add_with_overflow,
[INFO] [stdout] 596 | |     intrinsics::i32_sub_with_overflow,
[INFO] [stdout] 597 | |     intrinsics::i32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:545:40
[INFO] [stdout]     |
[INFO] [stdout] 545 |               fn trailing_zeros(self) -> uint { (self as $UnsignedT).trailing_zeros() }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 594 | / int_impl! { i32 = i32, u32, 32,
[INFO] [stdout] 595 | |     intrinsics::i32_add_with_overflow,
[INFO] [stdout] 596 | |     intrinsics::i32_sub_with_overflow,
[INFO] [stdout] 597 | |     intrinsics::i32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:548:37
[INFO] [stdout]     |
[INFO] [stdout] 548 |               fn rotate_left(self, n: uint) -> $T { (self as $UnsignedT).rotate_left(n) as $T }
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 594 | / int_impl! { i32 = i32, u32, 32,
[INFO] [stdout] 595 | |     intrinsics::i32_add_with_overflow,
[INFO] [stdout] 596 | |     intrinsics::i32_sub_with_overflow,
[INFO] [stdout] 597 | |     intrinsics::i32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:551:38
[INFO] [stdout]     |
[INFO] [stdout] 551 |               fn rotate_right(self, n: uint) -> $T { (self as $UnsignedT).rotate_right(n) as $T }
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 594 | / int_impl! { i32 = i32, u32, 32,
[INFO] [stdout] 595 | |     intrinsics::i32_add_with_overflow,
[INFO] [stdout] 596 | |     intrinsics::i32_sub_with_overflow,
[INFO] [stdout] 597 | |     intrinsics::i32_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:539:36
[INFO] [stdout]     |
[INFO] [stdout] 539 |               fn count_ones(self) -> uint { (self as $UnsignedT).count_ones() }
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 599 | / int_impl! { i64 = i64, u64, 64,
[INFO] [stdout] 600 | |     intrinsics::i64_add_with_overflow,
[INFO] [stdout] 601 | |     intrinsics::i64_sub_with_overflow,
[INFO] [stdout] 602 | |     intrinsics::i64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:542:39
[INFO] [stdout]     |
[INFO] [stdout] 542 |               fn leading_zeros(self) -> uint { (self as $UnsignedT).leading_zeros() }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 599 | / int_impl! { i64 = i64, u64, 64,
[INFO] [stdout] 600 | |     intrinsics::i64_add_with_overflow,
[INFO] [stdout] 601 | |     intrinsics::i64_sub_with_overflow,
[INFO] [stdout] 602 | |     intrinsics::i64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:545:40
[INFO] [stdout]     |
[INFO] [stdout] 545 |               fn trailing_zeros(self) -> uint { (self as $UnsignedT).trailing_zeros() }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 599 | / int_impl! { i64 = i64, u64, 64,
[INFO] [stdout] 600 | |     intrinsics::i64_add_with_overflow,
[INFO] [stdout] 601 | |     intrinsics::i64_sub_with_overflow,
[INFO] [stdout] 602 | |     intrinsics::i64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:548:37
[INFO] [stdout]     |
[INFO] [stdout] 548 |               fn rotate_left(self, n: uint) -> $T { (self as $UnsignedT).rotate_left(n) as $T }
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 599 | / int_impl! { i64 = i64, u64, 64,
[INFO] [stdout] 600 | |     intrinsics::i64_add_with_overflow,
[INFO] [stdout] 601 | |     intrinsics::i64_sub_with_overflow,
[INFO] [stdout] 602 | |     intrinsics::i64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:551:38
[INFO] [stdout]     |
[INFO] [stdout] 551 |               fn rotate_right(self, n: uint) -> $T { (self as $UnsignedT).rotate_right(n) as $T }
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 599 | / int_impl! { i64 = i64, u64, 64,
[INFO] [stdout] 600 | |     intrinsics::i64_add_with_overflow,
[INFO] [stdout] 601 | |     intrinsics::i64_sub_with_overflow,
[INFO] [stdout] 602 | |     intrinsics::i64_mul_with_overflow }
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:677:20
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 677 |   signed_int_impl! { int }
[INFO] [stdout]     |                      ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 677 - signed_int_impl! { int }
[INFO] [stdout] 677 + signed_int_impl! { Int }
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 677 - signed_int_impl! { int }
[INFO] [stdout] 677 + signed_int_impl! { i32 }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:714:22
[INFO] [stdout]     |
[INFO] [stdout] 714 | impl UnsignedInt for uint {}
[INFO] [stdout]     |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:733:32
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 733 |       fn to_int(&self) -> Option<int> {
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 733 -     fn to_int(&self) -> Option<int> {
[INFO] [stdout] 733 +     fn to_int(&self) -> Option<Int> {
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 733 -     fn to_int(&self) -> Option<int> {
[INFO] [stdout] 733 +     fn to_int(&self) -> Option<i32> {
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 730 | pub trait ToPrimitive<int> {
[INFO] [stdout]     |                      +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:760:33
[INFO] [stdout]     |
[INFO] [stdout] 760 |     fn to_uint(&self) -> Option<uint> {
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 730 | pub trait ToPrimitive<uint> {
[INFO] [stdout]     |                      ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:865:26
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 865 |   impl_to_primitive_int! { int }
[INFO] [stdout]     |                            ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 865 - impl_to_primitive_int! { int }
[INFO] [stdout] 865 + impl_to_primitive_int! { Int }
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 865 - impl_to_primitive_int! { int }
[INFO] [stdout] 865 + impl_to_primitive_int! { i32 }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:40
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 865 | impl_to_primitive_int! { int }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:81
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                                                                 ^^^
[INFO] [stdout]     |                                                                                 |
[INFO] [stdout]     |                                                                                 not found in this scope
[INFO] [stdout]     |                                                                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 865 | impl_to_primitive_int! { int }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:41
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 865 | impl_to_primitive_int! { int }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:84
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 865 | impl_to_primitive_int! { int }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:40
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 866 | impl_to_primitive_int! { i8 }
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:81
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                                                                 ^^^
[INFO] [stdout]     |                                                                                 |
[INFO] [stdout]     |                                                                                 not found in this scope
[INFO] [stdout]     |                                                                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 866 | impl_to_primitive_int! { i8 }
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:41
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 866 | impl_to_primitive_int! { i8 }
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:84
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 866 | impl_to_primitive_int! { i8 }
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:40
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 867 | impl_to_primitive_int! { i16 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:81
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                                                                 ^^^
[INFO] [stdout]     |                                                                                 |
[INFO] [stdout]     |                                                                                 not found in this scope
[INFO] [stdout]     |                                                                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 867 | impl_to_primitive_int! { i16 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:41
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 867 | impl_to_primitive_int! { i16 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:84
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 867 | impl_to_primitive_int! { i16 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:40
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 868 | impl_to_primitive_int! { i32 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:81
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                                                                 ^^^
[INFO] [stdout]     |                                                                                 |
[INFO] [stdout]     |                                                                                 not found in this scope
[INFO] [stdout]     |                                                                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 868 | impl_to_primitive_int! { i32 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:41
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 868 | impl_to_primitive_int! { i32 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:84
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 868 | impl_to_primitive_int! { i32 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:40
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 869 | impl_to_primitive_int! { i64 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:836:81
[INFO] [stdout]     |
[INFO] [stdout] 836 |             fn to_int(&self) -> Option<int> { impl_to_primitive_int_to_int!($T, int, *self) }
[INFO] [stdout]     |                                                                                 ^^^
[INFO] [stdout]     |                                                                                 |
[INFO] [stdout]     |                                                                                 not found in this scope
[INFO] [stdout]     |                                                                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 869 | impl_to_primitive_int! { i64 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:41
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 869 | impl_to_primitive_int! { i64 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:847:84
[INFO] [stdout]     |
[INFO] [stdout] 847 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_int_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                    ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 869 | impl_to_primitive_int! { i64 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:935:27
[INFO] [stdout]     |
[INFO] [stdout] 935 | impl_to_primitive_uint! { uint }
[INFO] [stdout]     |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:40
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 935 | impl_to_primitive_uint! { uint }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:78
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                                                              ^^^
[INFO] [stdout]     |                                                                              |
[INFO] [stdout]     |                                                                              not found in this scope
[INFO] [stdout]     |                                                                              help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 935 | impl_to_primitive_uint! { uint }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:41
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 935 | impl_to_primitive_uint! { uint }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:85
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 935 | impl_to_primitive_uint! { uint }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:40
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 936 | impl_to_primitive_uint! { u8 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:78
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                                                              ^^^
[INFO] [stdout]     |                                                                              |
[INFO] [stdout]     |                                                                              not found in this scope
[INFO] [stdout]     |                                                                              help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 936 | impl_to_primitive_uint! { u8 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:41
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 936 | impl_to_primitive_uint! { u8 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:85
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 936 | impl_to_primitive_uint! { u8 }
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:40
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 937 | impl_to_primitive_uint! { u16 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:78
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                                                              ^^^
[INFO] [stdout]     |                                                                              |
[INFO] [stdout]     |                                                                              not found in this scope
[INFO] [stdout]     |                                                                              help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 937 | impl_to_primitive_uint! { u16 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:41
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 937 | impl_to_primitive_uint! { u16 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:85
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 937 | impl_to_primitive_uint! { u16 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:40
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 938 | impl_to_primitive_uint! { u32 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:78
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                                                              ^^^
[INFO] [stdout]     |                                                                              |
[INFO] [stdout]     |                                                                              not found in this scope
[INFO] [stdout]     |                                                                              help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 938 | impl_to_primitive_uint! { u32 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:41
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 938 | impl_to_primitive_uint! { u32 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:85
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 938 | impl_to_primitive_uint! { u32 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:40
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 939 | impl_to_primitive_uint! { u64 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:906:78
[INFO] [stdout]     |
[INFO] [stdout] 906 |             fn to_int(&self) -> Option<int> { impl_to_primitive_uint_to_int!(int, *self) }
[INFO] [stdout]     |                                                                              ^^^
[INFO] [stdout]     |                                                                              |
[INFO] [stdout]     |                                                                              not found in this scope
[INFO] [stdout]     |                                                                              help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 939 | impl_to_primitive_uint! { u64 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:41
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 939 | impl_to_primitive_uint! { u64 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:917:85
[INFO] [stdout]     |
[INFO] [stdout] 917 |             fn to_uint(&self) -> Option<uint> { impl_to_primitive_uint_to_uint!($T, uint, *self) }
[INFO] [stdout]     |                                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 939 | impl_to_primitive_uint! { u64 }
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:961:40
[INFO] [stdout]     |
[INFO] [stdout] 961 |             fn to_int(&self) -> Option<int> { Some(*self as int) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 990 | impl_to_primitive_float! { f32 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:961:61
[INFO] [stdout]     |
[INFO] [stdout] 961 |             fn to_int(&self) -> Option<int> { Some(*self as int) }
[INFO] [stdout]     |                                                             ^^^
[INFO] [stdout]     |                                                             |
[INFO] [stdout]     |                                                             not found in this scope
[INFO] [stdout]     |                                                             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 990 | impl_to_primitive_float! { f32 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:972:41
[INFO] [stdout]     |
[INFO] [stdout] 972 |             fn to_uint(&self) -> Option<uint> { Some(*self as uint) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 990 | impl_to_primitive_float! { f32 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:972:63
[INFO] [stdout]     |
[INFO] [stdout] 972 |             fn to_uint(&self) -> Option<uint> { Some(*self as uint) }
[INFO] [stdout]     |                                                               ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 990 | impl_to_primitive_float! { f32 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:961:40
[INFO] [stdout]     |
[INFO] [stdout] 961 |             fn to_int(&self) -> Option<int> { Some(*self as int) }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 991 | impl_to_primitive_float! { f64 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:961:61
[INFO] [stdout]     |
[INFO] [stdout] 961 |             fn to_int(&self) -> Option<int> { Some(*self as int) }
[INFO] [stdout]     |                                                             ^^^
[INFO] [stdout]     |                                                             |
[INFO] [stdout]     |                                                             not found in this scope
[INFO] [stdout]     |                                                             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 991 | impl_to_primitive_float! { f64 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:972:41
[INFO] [stdout]     |
[INFO] [stdout] 972 |             fn to_uint(&self) -> Option<uint> { Some(*self as uint) }
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 991 | impl_to_primitive_float! { f64 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/num/mod.rs:972:63
[INFO] [stdout]     |
[INFO] [stdout] 972 |             fn to_uint(&self) -> Option<uint> { Some(*self as uint) }
[INFO] [stdout]     |                                                               ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 991 | impl_to_primitive_float! { f64 }
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/num/mod.rs:999:20
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 999 |       fn from_int(n: int) -> Option<Self> {
[INFO] [stdout]     |                      ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 999 -     fn from_int(n: int) -> Option<Self> {
[INFO] [stdout] 999 +     fn from_int(n: Int) -> Option<Self> {
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 999 -     fn from_int(n: int) -> Option<Self> {
[INFO] [stdout] 999 +     fn from_int(n: i32) -> Option<Self> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1031:21
[INFO] [stdout]      |
[INFO] [stdout] 1031 |     fn from_uint(n: uint) -> Option<Self> {
[INFO] [stdout]      |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1077:38
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1077 |   pub fn from_int<A: FromPrimitive>(n: int) -> Option<A> {
[INFO] [stdout]      |                                        ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1077 - pub fn from_int<A: FromPrimitive>(n: int) -> Option<A> {
[INFO] [stdout] 1077 + pub fn from_int<A: FromPrimitive>(n: Int) -> Option<A> {
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1077 - pub fn from_int<A: FromPrimitive>(n: int) -> Option<A> {
[INFO] [stdout] 1077 + pub fn from_int<A: FromPrimitive>(n: i32) -> Option<A> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1107:39
[INFO] [stdout]      |
[INFO] [stdout] 1107 | pub fn from_uint<A: FromPrimitive>(n: uint) -> Option<A> {
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1168:24
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1168 |   impl_from_primitive! { int, to_int }
[INFO] [stdout]      |                          ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1168 - impl_from_primitive! { int, to_int }
[INFO] [stdout] 1168 + impl_from_primitive! { Int, to_int }
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1168 - impl_from_primitive! { int, to_int }
[INFO] [stdout] 1168 + impl_from_primitive! { i32, to_int }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1168 | impl_from_primitive! { int, to_int }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1168 | impl_from_primitive! { int, to_int }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1169 | impl_from_primitive! { i8, to_i8 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1169 | impl_from_primitive! { i8, to_i8 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1170 | impl_from_primitive! { i16, to_i16 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1170 | impl_from_primitive! { i16, to_i16 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1171 | impl_from_primitive! { i32, to_i32 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1171 | impl_from_primitive! { i32, to_i32 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1172 | impl_from_primitive! { i64, to_i64 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1172 | impl_from_primitive! { i64, to_i64 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1173:24
[INFO] [stdout]      |
[INFO] [stdout] 1173 | impl_from_primitive! { uint, to_uint }
[INFO] [stdout]      |                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1173 | impl_from_primitive! { uint, to_uint }
[INFO] [stdout]      | -------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1173 | impl_from_primitive! { uint, to_uint }
[INFO] [stdout]      | -------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1174 | impl_from_primitive! { u8, to_u8 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1174 | impl_from_primitive! { u8, to_u8 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1175 | impl_from_primitive! { u16, to_u16 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1175 | impl_from_primitive! { u16, to_u16 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1176 | impl_from_primitive! { u32, to_u32 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1176 | impl_from_primitive! { u32, to_u32 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1177 | impl_from_primitive! { u64, to_u64 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1177 | impl_from_primitive! { u64, to_u64 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1178 | impl_from_primitive! { f32, to_f32 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1178 | impl_from_primitive! { f32, to_f32 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1150:38
[INFO] [stdout]      |
[INFO] [stdout] 1150 |             #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      not found in this scope
[INFO] [stdout]      |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1179 | impl_from_primitive! { f64, to_f64 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1156:39
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             #[inline] fn from_uint(n: uint) -> Option<$T> { n.$to_ty() }
[INFO] [stdout]      |                                       ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1179 | impl_from_primitive! { f64, to_f64 }
[INFO] [stdout]      | ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1223:18
[INFO] [stdout]      |
[INFO] [stdout] 1223 | impl_num_cast! { uint,  to_uint }
[INFO] [stdout]      |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1228:18
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1228 |   impl_num_cast! { int,   to_int }
[INFO] [stdout]      |                    ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1228 - impl_num_cast! { int,   to_int }
[INFO] [stdout] 1228 + impl_num_cast! { Int,   to_int }
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1228 - impl_num_cast! { int,   to_int }
[INFO] [stdout] 1228 + impl_num_cast! { i32,   to_int }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1284:54
[INFO] [stdout]      |
[INFO] [stdout] 1284 |     fn mantissa_digits(unused_self: Option<Self>) -> uint;
[INFO] [stdout]      |                                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1287:45
[INFO] [stdout]      |
[INFO] [stdout] 1287 |     fn digits(unused_self: Option<Self>) -> uint;
[INFO] [stdout]      |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1293:46
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1293 |       fn min_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout]      |                                                ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1293 -     fn min_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1293 +     fn min_exp(unused_self: Option<Self>) -> Int;
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1293 -     fn min_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1293 +     fn min_exp(unused_self: Option<Self>) -> i32;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1296:46
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1296 |       fn max_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout]      |                                                ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1296 -     fn max_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1296 +     fn max_exp(unused_self: Option<Self>) -> Int;
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1296 -     fn max_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1296 +     fn max_exp(unused_self: Option<Self>) -> i32;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1299:49
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1299 |       fn min_10_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout]      |                                                   ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1299 -     fn min_10_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1299 +     fn min_10_exp(unused_self: Option<Self>) -> Int;
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1299 -     fn min_10_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1299 +     fn min_10_exp(unused_self: Option<Self>) -> i32;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1302:49
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1302 |       fn max_10_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout]      |                                                   ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1302 -     fn max_10_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1302 +     fn max_10_exp(unused_self: Option<Self>) -> Int;
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1302 -     fn max_10_exp(unused_self: Option<Self>) -> int;
[INFO] [stdout] 1302 +     fn max_10_exp(unused_self: Option<Self>) -> i32;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1399:41
[INFO] [stdout]      |
[INFO] [stdout] 1399 |     fn from_str_radix(str: &str, radix: uint) -> Option<Self>;
[INFO] [stdout]      |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1404:58
[INFO] [stdout]      |
[INFO] [stdout] 1404 | pub fn from_str_radix<T: FromStrRadix>(str: &str, radix: uint) -> Option<T> {
[INFO] [stdout]      |                                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1462:49
[INFO] [stdout]      |
[INFO] [stdout] 1462 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1602:1
[INFO] [stdout]      |
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1488:50
[INFO] [stdout]      |
[INFO] [stdout] 1488 |                 let mut exp_info = None::<(char, uint)>;
[INFO] [stdout]      |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1499:56
[INFO] [stdout]      |
[INFO] [stdout] 1499 |                                 sig = sig + ((digit as int) as $T);
[INFO] [stdout]      |                                                        ^^^
[INFO] [stdout]      |                                                        |
[INFO] [stdout]      |                                                        not found in this scope
[INFO] [stdout]      |                                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1501:56
[INFO] [stdout]      |
[INFO] [stdout] 1501 |                                 sig = sig - ((digit as int) as $T);
[INFO] [stdout]      |                                                        ^^^
[INFO] [stdout]      |                                                        |
[INFO] [stdout]      |                                                        not found in this scope
[INFO] [stdout]      |                                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1582:69
[INFO] [stdout]      |
[INFO] [stdout] 1582 |                             Some(('-', src)) => (false, src.parse::<uint>()),
[INFO] [stdout]      |                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1583:69
[INFO] [stdout]      |
[INFO] [stdout] 1583 |                             Some(('+', src)) => (true,  src.parse::<uint>()),
[INFO] [stdout]      |                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1584:69
[INFO] [stdout]      |
[INFO] [stdout] 1584 |                             Some((_, _))     => (true,  src.parse::<uint>()),
[INFO] [stdout]      |                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1602 | from_str_radix_float_impl! { f32 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1462:49
[INFO] [stdout]      |
[INFO] [stdout] 1462 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1603:1
[INFO] [stdout]      |
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1488:50
[INFO] [stdout]      |
[INFO] [stdout] 1488 |                 let mut exp_info = None::<(char, uint)>;
[INFO] [stdout]      |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1499:56
[INFO] [stdout]      |
[INFO] [stdout] 1499 |                                 sig = sig + ((digit as int) as $T);
[INFO] [stdout]      |                                                        ^^^
[INFO] [stdout]      |                                                        |
[INFO] [stdout]      |                                                        not found in this scope
[INFO] [stdout]      |                                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1501:56
[INFO] [stdout]      |
[INFO] [stdout] 1501 |                                 sig = sig - ((digit as int) as $T);
[INFO] [stdout]      |                                                        ^^^
[INFO] [stdout]      |                                                        |
[INFO] [stdout]      |                                                        not found in this scope
[INFO] [stdout]      |                                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1582:69
[INFO] [stdout]      |
[INFO] [stdout] 1582 |                             Some(('-', src)) => (false, src.parse::<uint>()),
[INFO] [stdout]      |                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1583:69
[INFO] [stdout]      |
[INFO] [stdout] 1583 |                             Some(('+', src)) => (true,  src.parse::<uint>()),
[INFO] [stdout]      |                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1584:69
[INFO] [stdout]      |
[INFO] [stdout] 1584 |                             Some((_, _))     => (true,  src.parse::<uint>()),
[INFO] [stdout]      |                                                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1603 | from_str_radix_float_impl! { f64 }
[INFO] [stdout]      | ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1669:28
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1669 |   from_str_radix_int_impl! { int }
[INFO] [stdout]      |                              ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1669 - from_str_radix_int_impl! { int }
[INFO] [stdout] 1669 + from_str_radix_int_impl! { Int }
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1669 - from_str_radix_int_impl! { int }
[INFO] [stdout] 1669 + from_str_radix_int_impl! { i32 }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1669 | from_str_radix_int_impl! { int }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1669:1
[INFO] [stdout]      |
[INFO] [stdout] 1669 | from_str_radix_int_impl! { int }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1670 | from_str_radix_int_impl! { i8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1670:1
[INFO] [stdout]      |
[INFO] [stdout] 1670 | from_str_radix_int_impl! { i8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1671 | from_str_radix_int_impl! { i16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1671:1
[INFO] [stdout]      |
[INFO] [stdout] 1671 | from_str_radix_int_impl! { i16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1672 | from_str_radix_int_impl! { i32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1672:1
[INFO] [stdout]      |
[INFO] [stdout] 1672 | from_str_radix_int_impl! { i32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1673 | from_str_radix_int_impl! { i64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1673:1
[INFO] [stdout]      |
[INFO] [stdout] 1673 | from_str_radix_int_impl! { i64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1674:28
[INFO] [stdout]      |
[INFO] [stdout] 1674 | from_str_radix_int_impl! { uint }
[INFO] [stdout]      |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1674 | from_str_radix_int_impl! { uint }
[INFO] [stdout]      | --------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1674:1
[INFO] [stdout]      |
[INFO] [stdout] 1674 | from_str_radix_int_impl! { uint }
[INFO] [stdout]      | --------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1675 | from_str_radix_int_impl! { u8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1675:1
[INFO] [stdout]      |
[INFO] [stdout] 1675 | from_str_radix_int_impl! { u8 }
[INFO] [stdout]      | ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1676 | from_str_radix_int_impl! { u16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1676:1
[INFO] [stdout]      |
[INFO] [stdout] 1676 | from_str_radix_int_impl! { u16 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1677 | from_str_radix_int_impl! { u32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | from_str_radix_int_impl! { u32 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/num/mod.rs:1617:49
[INFO] [stdout]      |
[INFO] [stdout] 1617 |             fn from_str_radix(src: &str, radix: uint) -> Option<$T> {
[INFO] [stdout]      |                                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1678 | from_str_radix_int_impl! { u64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:1678:1
[INFO] [stdout]      |
[INFO] [stdout] 1678 | from_str_radix_int_impl! { u64 }
[INFO] [stdout]      | -------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `from_str_radix_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/intrinsics.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub size: uint,
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/intrinsics.rs:54:16
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub align: uint,
[INFO] [stdout]    |                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:187:28
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn size_of<T>() -> uint;
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:194:33
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn min_align_of<T>() -> uint;
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:195:34
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn pref_align_of<T>() -> uint;
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:255:45
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn offset<T>(dst: *const T, offset: int) -> *const T;
[INFO] [stdout]     |                                             ^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             not found in this scope
[INFO] [stdout]     |                                             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:295:77
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn copy_nonoverlapping_memory<T>(dst: *mut T, src: *const T, count: uint);
[INFO] [stdout]     |                                                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:325:62
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub fn copy_memory<T>(dst: *mut T, src: *const T, count: uint);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:330:55
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub fn set_memory<T>(dst: *mut T, val: u8, count: uint);
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:338:58
[INFO] [stdout]     |
[INFO] [stdout] 338 | ...                   count: uint);
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:344:71
[INFO] [stdout]     |
[INFO] [stdout] 344 |     pub fn volatile_copy_memory<T>(dst: *mut T, src: *const T, count: uint);
[INFO] [stdout]     |                                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/intrinsics.rs:350:64
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn volatile_set_memory<T>(dst: *mut T, val: u8, count: uint);
[INFO] [stdout]     |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/mem.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn size_of<T>() -> uint {
[INFO] [stdout]    |                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/mem.rs:61:36
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn size_of_val<T>(_val: &T) -> uint {
[INFO] [stdout]    |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/mem.rs:78:29
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub fn min_align_of<T>() -> uint {
[INFO] [stdout]    |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/mem.rs:93:41
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn min_align_of_val<T>(_val: &T) -> uint {
[INFO] [stdout]    |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/mem.rs:111:25
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn align_of<T>() -> uint {
[INFO] [stdout]     |                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/mem.rs:133:37
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn align_of_val<T>(_val: &T) -> uint {
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/nonzero.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl Zeroable for int {}
[INFO] [stdout]    |                          ^^^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          not found in this scope
[INFO] [stdout]    |                          help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/nonzero.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Zeroable for uint {}
[INFO] [stdout]    |                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ptr.rs:149:50
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub unsafe fn zero_memory<T>(dst: *mut T, count: uint) {
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ptr.rs:275:35
[INFO] [stdout]     |
[INFO] [stdout] 275 |     unsafe fn offset(self, count: int) -> Self;
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   not found in this scope
[INFO] [stdout]     |                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ptr.rs:301:40
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn is_null(self) -> bool { self as uint == 0 }
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ptr.rs:305:35
[INFO] [stdout]     |
[INFO] [stdout] 305 |     unsafe fn offset(self, count: int) -> *const T {
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   not found in this scope
[INFO] [stdout]     |                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ptr.rs:327:40
[INFO] [stdout]     |
[INFO] [stdout] 327 |     fn is_null(self) -> bool { self as uint == 0 }
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ptr.rs:331:35
[INFO] [stdout]     |
[INFO] [stdout] 331 |     unsafe fn offset(self, count: int) -> *mut T {
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   not found in this scope
[INFO] [stdout]     |                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ptr.rs:542:40
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub unsafe fn offset(self, offset: int) -> *mut T {
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:149:13
[INFO] [stdout]     |
[INFO] [stdout] 149 | add_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:149:33
[INFO] [stdout]     |
[INFO] [stdout] 149 | add_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:202:13
[INFO] [stdout]     |
[INFO] [stdout] 202 | sub_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:202:33
[INFO] [stdout]     |
[INFO] [stdout] 202 | sub_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 | mul_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:255:33
[INFO] [stdout]     |
[INFO] [stdout] 255 | mul_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:308:13
[INFO] [stdout]     |
[INFO] [stdout] 308 | div_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:308:33
[INFO] [stdout]     |
[INFO] [stdout] 308 | div_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:376:13
[INFO] [stdout]     |
[INFO] [stdout] 376 | rem_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:376:33
[INFO] [stdout]     |
[INFO] [stdout] 376 | rem_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:446:13
[INFO] [stdout]     |
[INFO] [stdout] 446 | neg_impl! { int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             not found in this scope
[INFO] [stdout]     |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:448:18
[INFO] [stdout]     |
[INFO] [stdout] 448 | neg_uint_impl! { uint, int }
[INFO] [stdout]     |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:448:24
[INFO] [stdout]     |
[INFO] [stdout] 448 | neg_uint_impl! { uint, int }
[INFO] [stdout]     |                        ^^^
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        not found in this scope
[INFO] [stdout]     |                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:507:18
[INFO] [stdout]     |
[INFO] [stdout] 507 | not_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:507:38
[INFO] [stdout]     |
[INFO] [stdout] 507 | not_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      not found in this scope
[INFO] [stdout]     |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:560:21
[INFO] [stdout]     |
[INFO] [stdout] 560 | bitand_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:560:41
[INFO] [stdout]     |
[INFO] [stdout] 560 | bitand_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         not found in this scope
[INFO] [stdout]     |                                         help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:613:20
[INFO] [stdout]     |
[INFO] [stdout] 613 | bitor_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:613:40
[INFO] [stdout]     |
[INFO] [stdout] 613 | bitor_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:666:21
[INFO] [stdout]     |
[INFO] [stdout] 666 | bitxor_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:666:41
[INFO] [stdout]     |
[INFO] [stdout] 666 | bitxor_impl! { bool uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         not found in this scope
[INFO] [stdout]     |                                         help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:710:18
[INFO] [stdout]     |
[INFO] [stdout] 710 |         impl Shl<uint> for $t {
[INFO] [stdout]     |                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 721 | shl_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:721:13
[INFO] [stdout]     |
[INFO] [stdout] 721 | shl_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:714:33
[INFO] [stdout]     |
[INFO] [stdout] 714 |             fn shl(self, other: uint) -> $t {
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 721 | shl_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:721:33
[INFO] [stdout]     |
[INFO] [stdout] 721 | shl_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:764:18
[INFO] [stdout]     |
[INFO] [stdout] 764 |         impl Shr<uint> for $t {
[INFO] [stdout]     |                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 773 | shr_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shr_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:773:13
[INFO] [stdout]     |
[INFO] [stdout] 773 | shr_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:768:33
[INFO] [stdout]     |
[INFO] [stdout] 768 |             fn shr(self, other: uint) -> $t { self >> other }
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 773 | shr_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shr_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/ops.rs:773:33
[INFO] [stdout]     |
[INFO] [stdout] 773 | shr_impl! { uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:882:29
[INFO] [stdout]     |
[INFO] [stdout] 882 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/ops.rs:882:42
[INFO] [stdout]     |
[INFO] [stdout] 882 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 867 | impl<Idx: Clone + Step, uint> Iterator for Range<Idx> {
[INFO] [stdout]     |                       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         (*self as int).cmp(&(*other as int))
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   not found in this scope
[INFO] [stdout]     |                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:193:40
[INFO] [stdout]     |
[INFO] [stdout] 193 |         (*self as int).cmp(&(*other as int))
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        not found in this scope
[INFO] [stdout]     |                                        help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:202:19
[INFO] [stdout]     |
[INFO] [stdout] 202 |         (*self as int).partial_cmp(&(*other as int))
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   not found in this scope
[INFO] [stdout]     |                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:202:48
[INFO] [stdout]     |
[INFO] [stdout] 202 |         (*self as int).partial_cmp(&(*other as int))
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                not found in this scope
[INFO] [stdout]     |                                                help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/cmp.rs:344:19
[INFO] [stdout]     |
[INFO] [stdout] 344 |         bool char uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64
[INFO] [stdout]     |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |         bool char uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       not found in this scope
[INFO] [stdout]     |                                       help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/cmp.rs:354:29
[INFO] [stdout]     |
[INFO] [stdout] 354 |     eq_impl! { () bool char uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:354:49
[INFO] [stdout]     |
[INFO] [stdout] 354 |     eq_impl! { () bool char uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                                 ^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 not found in this scope
[INFO] [stdout]     |                                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/cmp.rs:397:30
[INFO] [stdout]     |
[INFO] [stdout] 397 |     partial_ord_impl! { char uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:397:50
[INFO] [stdout]     |
[INFO] [stdout] 397 |     partial_ord_impl! { char uint u8 u16 u32 u64 int i8 i16 i32 i64 f32 f64 }
[INFO] [stdout]     |                                                  ^^^
[INFO] [stdout]     |                                                  |
[INFO] [stdout]     |                                                  not found in this scope
[INFO] [stdout]     |                                                  help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/cmp.rs:427:22
[INFO] [stdout]     |
[INFO] [stdout] 427 |     ord_impl! { char uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/cmp.rs:427:42
[INFO] [stdout]     |
[INFO] [stdout] 427 |     ord_impl! { char uint u8 u16 u32 u64 int i8 i16 i32 i64 }
[INFO] [stdout]     |                                          ^^^
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          not found in this scope
[INFO] [stdout]     |                                          help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/clone.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 63 | clone_impl! { int }
[INFO] [stdout]    |               ^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               not found in this scope
[INFO] [stdout]    |               help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/clone.rs:69:15
[INFO] [stdout]    |
[INFO] [stdout] 69 | clone_impl! { uint }
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/default.rs:153:17
[INFO] [stdout]     |
[INFO] [stdout] 153 | default_impl! { uint, 0u }
[INFO] [stdout]     |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/default.rs:159:17
[INFO] [stdout]     |
[INFO] [stdout] 159 | default_impl! { int, 0i }
[INFO] [stdout]     |                 ^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 not found in this scope
[INFO] [stdout]     |                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/atomic.rs:83:19
[INFO] [stdout]    |
[INFO] [stdout] 83 |     v: UnsafeCell<uint>,
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub struct AtomicBool<uint> {
[INFO] [stdout]    |                      ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/atomic.rs:91:19
[INFO] [stdout]    |
[INFO] [stdout] 91 |     v: UnsafeCell<int>,
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]    |
[INFO] [stdout] 91 -     v: UnsafeCell<int>,
[INFO] [stdout] 91 +     v: UnsafeCell<i32>,
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub struct AtomicInt<int> {
[INFO] [stdout]    |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/atomic.rs:99:19
[INFO] [stdout]    |
[INFO] [stdout] 99 |     v: UnsafeCell<uint>,
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub struct AtomicUint<uint> {
[INFO] [stdout]    |                      ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:107:19
[INFO] [stdout]     |
[INFO] [stdout] 107 |     p: UnsafeCell<uint>,
[INFO] [stdout]     |                   ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct AtomicPtr<T, uint> {
[INFO] [stdout]     |                       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 | const UINT_TRUE: uint = -1;
[INFO] [stdout]     |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:202:53
[INFO] [stdout]     |
[INFO] [stdout] 202 |         unsafe { atomic_load(self.v.get() as *const uint, order) > 0 }
[INFO] [stdout]     |                                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:418:19
[INFO] [stdout]     |
[INFO] [stdout] 418 |     pub fn new(v: int) -> AtomicInt {
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   not found in this scope
[INFO] [stdout]     |                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:440:44
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn load(&self, order: Ordering) -> int {
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            not found in this scope
[INFO] [stdout]     |                                            help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:441:53
[INFO] [stdout]     |
[INFO] [stdout] 441 |         unsafe { atomic_load(self.v.get() as *const int, order) }
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout]     |                                                     |
[INFO] [stdout]     |                                                     not found in this scope
[INFO] [stdout]     |                                                     help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:462:30
[INFO] [stdout]     |
[INFO] [stdout] 462 |     pub fn store(&self, val: int, order: Ordering) {
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not found in this scope
[INFO] [stdout]     |                              help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:480:29
[INFO] [stdout]     |
[INFO] [stdout] 480 |     pub fn swap(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                             ^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             not found in this scope
[INFO] [stdout]     |                             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:480:54
[INFO] [stdout]     |
[INFO] [stdout] 480 |     pub fn swap(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                      ^^^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      not found in this scope
[INFO] [stdout]     |                                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:501:41
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub fn compare_and_swap(&self, old: int, new: int, order: Ordering) -> int {
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         not found in this scope
[INFO] [stdout]     |                                         help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:501:51
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub fn compare_and_swap(&self, old: int, new: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                   ^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   not found in this scope
[INFO] [stdout]     |                                                   help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:501:76
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub fn compare_and_swap(&self, old: int, new: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                                            ^^^
[INFO] [stdout]     |                                                                            |
[INFO] [stdout]     |                                                                            not found in this scope
[INFO] [stdout]     |                                                                            help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:517:34
[INFO] [stdout]     |
[INFO] [stdout] 517 |     pub fn fetch_add(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  not found in this scope
[INFO] [stdout]     |                                  help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:517:59
[INFO] [stdout]     |
[INFO] [stdout] 517 |     pub fn fetch_add(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                           ^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           not found in this scope
[INFO] [stdout]     |                                                           help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:533:34
[INFO] [stdout]     |
[INFO] [stdout] 533 |     pub fn fetch_sub(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  not found in this scope
[INFO] [stdout]     |                                  help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:533:59
[INFO] [stdout]     |
[INFO] [stdout] 533 |     pub fn fetch_sub(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                           ^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           not found in this scope
[INFO] [stdout]     |                                                           help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:548:34
[INFO] [stdout]     |
[INFO] [stdout] 548 |     pub fn fetch_and(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  not found in this scope
[INFO] [stdout]     |                                  help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:548:59
[INFO] [stdout]     |
[INFO] [stdout] 548 |     pub fn fetch_and(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                           ^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           not found in this scope
[INFO] [stdout]     |                                                           help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:563:33
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn fetch_or(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 not found in this scope
[INFO] [stdout]     |                                 help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:563:58
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn fetch_or(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                          ^^^
[INFO] [stdout]     |                                                          |
[INFO] [stdout]     |                                                          not found in this scope
[INFO] [stdout]     |                                                          help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:578:34
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn fetch_xor(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  not found in this scope
[INFO] [stdout]     |                                  help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/atomic.rs:578:59
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn fetch_xor(&self, val: int, order: Ordering) -> int {
[INFO] [stdout]     |                                                           ^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           not found in this scope
[INFO] [stdout]     |                                                           help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:595:19
[INFO] [stdout]     |
[INFO] [stdout] 595 |     pub fn new(v: uint) -> AtomicUint {
[INFO] [stdout]     |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:617:44
[INFO] [stdout]     |
[INFO] [stdout] 617 |     pub fn load(&self, order: Ordering) -> uint {
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:618:53
[INFO] [stdout]     |
[INFO] [stdout] 618 |         unsafe { atomic_load(self.v.get() as *const uint, order) }
[INFO] [stdout]     |                                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:639:30
[INFO] [stdout]     |
[INFO] [stdout] 639 |     pub fn store(&self, val: uint, order: Ordering) {
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:657:29
[INFO] [stdout]     |
[INFO] [stdout] 657 |     pub fn swap(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:657:55
[INFO] [stdout]     |
[INFO] [stdout] 657 |     pub fn swap(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:678:41
[INFO] [stdout]     |
[INFO] [stdout] 678 |     pub fn compare_and_swap(&self, old: uint, new: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:678:52
[INFO] [stdout]     |
[INFO] [stdout] 678 |     pub fn compare_and_swap(&self, old: uint, new: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:678:78
[INFO] [stdout]     |
[INFO] [stdout] 678 |     pub fn compare_and_swap(&self, old: uint, new: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:694:34
[INFO] [stdout]     |
[INFO] [stdout] 694 |     pub fn fetch_add(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:694:60
[INFO] [stdout]     |
[INFO] [stdout] 694 |     pub fn fetch_add(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:710:34
[INFO] [stdout]     |
[INFO] [stdout] 710 |     pub fn fetch_sub(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:710:60
[INFO] [stdout]     |
[INFO] [stdout] 710 |     pub fn fetch_sub(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:725:34
[INFO] [stdout]     |
[INFO] [stdout] 725 |     pub fn fetch_and(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:725:60
[INFO] [stdout]     |
[INFO] [stdout] 725 |     pub fn fetch_and(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:740:33
[INFO] [stdout]     |
[INFO] [stdout] 740 |     pub fn fetch_or(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:740:59
[INFO] [stdout]     |
[INFO] [stdout] 740 |     pub fn fetch_or(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:755:34
[INFO] [stdout]     |
[INFO] [stdout] 755 |     pub fn fetch_xor(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:755:60
[INFO] [stdout]     |
[INFO] [stdout] 755 |     pub fn fetch_xor(&self, val: uint, order: Ordering) -> uint {
[INFO] [stdout]     |                                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:774:45
[INFO] [stdout]     |
[INFO] [stdout] 774 |         AtomicPtr { p: UnsafeCell::new(p as uint) }
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:826:52
[INFO] [stdout]     |
[INFO] [stdout] 826 |         unsafe { atomic_store(self.p.get(), ptr as uint, order); }
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:848:51
[INFO] [stdout]     |
[INFO] [stdout] 848 |         unsafe { atomic_swap(self.p.get(), ptr as uint, order) as *mut T }
[INFO] [stdout]     |                                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:875:58
[INFO] [stdout]     |
[INFO] [stdout] 875 |             atomic_compare_and_swap(self.p.get(), old as uint,
[INFO] [stdout]     |                                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/atomic.rs:876:44
[INFO] [stdout]     |
[INFO] [stdout] 876 | ...                   new as uint, order) as *mut T
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/atomic.rs:887:20
[INFO] [stdout]     |
[INFO] [stdout] 887 |         Acquire => panic!("there is no such thing as an acquire store"),
[INFO] [stdout]     |                    ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/atomic.rs:888:20
[INFO] [stdout]     |
[INFO] [stdout] 888 |         AcqRel  => panic!("there is no such thing as an acquire/release store"),
[INFO] [stdout]     |                    ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/atomic.rs:899:20
[INFO] [stdout]     |
[INFO] [stdout] 899 |         Release => panic!("there is no such thing as a release load"),
[INFO] [stdout]     |                    -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/atomic.rs:900:20
[INFO] [stdout]     |
[INFO] [stdout] 900 |         AcqRel  => panic!("there is no such thing as an acquire/release load"),
[INFO] [stdout]     |                    ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/atomic.rs:1034:24
[INFO] [stdout]      |
[INFO] [stdout] 1034 |             Relaxed => panic!("there is no such thing as a relaxed fence")
[INFO] [stdout]      |                        --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/cell.rs:245:19
[INFO] [stdout]     |
[INFO] [stdout] 245 | type BorrowFlag = uint;
[INFO] [stdout]     |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/cell.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |         debug_assert!(self.borrow.get() == UNUSED);
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/cell.rs:295:21
[INFO] [stdout]     |
[INFO] [stdout] 295 |             None => panic!("RefCell<T> already mutably borrowed")
[INFO] [stdout]     |                     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/cell.rs:325:21
[INFO] [stdout]     |
[INFO] [stdout] 325 |             None => panic!("RefCell<T> already borrowed")
[INFO] [stdout]     |                     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/cell.rs:386:9
[INFO] [stdout]     |
[INFO] [stdout] 386 |         debug_assert!(borrow != WRITING && borrow != UNUSED);
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/cell.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |         debug_assert!(borrow != WRITING && borrow != UNUSED);
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/cell.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         debug_assert!(borrow == WRITING);
[INFO] [stdout]     |         -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/char.rs:96:24
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn from_digit(num: uint, radix: uint) -> Option<char> {
[INFO] [stdout]    |                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/char.rs:96:37
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn from_digit(num: uint, radix: uint) -> Option<char> {
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/macros.rs:18:61
[INFO] [stdout]    |
[INFO] [stdout] 18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]    |                                                             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/char.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         panic!("from_digit: radix is too high (maximum 36)");
[INFO] [stdout]    |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:103:40
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 Some(transmute(('0' as uint + num) as u32))
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:105:40
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Some(transmute(('a' as uint + num - 10u) as u32))
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn is_digit(self, radix: uint) -> bool;
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:144:30
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn to_digit(self, radix: uint) -> Option<uint>;
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:144:46
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn to_digit(self, radix: uint) -> Option<uint>;
[INFO] [stdout]     |                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub trait CharExt<uint> {
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:173:26
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn len_utf8(self) -> uint;
[INFO] [stdout]     |                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn len_utf16(self) -> uint;
[INFO] [stdout]     |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:186:52
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn encode_utf8(self, dst: &mut [u8]) -> Option<uint>;
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub trait CharExt<uint> {
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:194:54
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn encode_utf16(self, dst: &mut [u16]) -> Option<uint>;
[INFO] [stdout]     |                                                      ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub trait CharExt<uint> {
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn is_digit(self, radix: uint) -> bool {
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:205:30
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn to_digit(self, radix: uint) -> Option<uint> {
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:205:46
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn to_digit(self, radix: uint) -> Option<uint> {
[INFO] [stdout]     |                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<uint> CharExt for char {
[INFO] [stdout]     |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/char.rs:207:13
[INFO] [stdout]     |
[INFO] [stdout] 207 |             panic!("to_digit: radix is too high (maximum 36)");
[INFO] [stdout]     |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:210:34
[INFO] [stdout]     |
[INFO] [stdout] 210 |           '0' ... '9' => self as uint - ('0' as uint),
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:210:49
[INFO] [stdout]     |
[INFO] [stdout] 210 |           '0' ... '9' => self as uint - ('0' as uint),
[INFO] [stdout]     |                                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:211:34
[INFO] [stdout]     |
[INFO] [stdout] 211 |           'a' ... 'z' => self as uint + 10u - ('a' as uint),
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:211:55
[INFO] [stdout]     |
[INFO] [stdout] 211 |           'a' ... 'z' => self as uint + 10u - ('a' as uint),
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:212:34
[INFO] [stdout]     |
[INFO] [stdout] 212 |           'A' ... 'Z' => self as uint + 10u - ('A' as uint),
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:212:55
[INFO] [stdout]     |
[INFO] [stdout] 212 |           'A' ... 'Z' => self as uint + 10u - ('A' as uint),
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn len_utf8(self) -> uint {
[INFO] [stdout]     |                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:253:27
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn len_utf16(self) -> uint {
[INFO] [stdout]     |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:260:52
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn encode_utf8(self, dst: &mut [u8]) -> Option<uint> {
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<uint> CharExt for char {
[INFO] [stdout]     |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:288:54
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn encode_utf16(self, dst: &mut [u16]) -> Option<uint> {
[INFO] [stdout]     |                                                      ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<uint> CharExt for char {
[INFO] [stdout]     |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/char.rs:322:11
[INFO] [stdout]     |
[INFO] [stdout] 322 |     Value(uint),
[INFO] [stdout]     |           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/panicking.rs:37:60
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn panic(expr_file_line: &(&'static str, &'static str, uint)) -> ! {
[INFO] [stdout]    |                                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/panicking.rs:44:50
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn panic_bounds_check(file_line: &(&'static str, uint),
[INFO] [stdout]    |                                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/panicking.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |                      index: uint, len: uint) -> ! {
[INFO] [stdout]    |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/panicking.rs:45:40
[INFO] [stdout]    |
[INFO] [stdout] 45 |                      index: uint, len: uint) -> ! {
[INFO] [stdout]    |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/panicking.rs:51:66
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn panic_fmt(fmt: fmt::Arguments, file_line: &(&'static str, uint)) -> ! {
[INFO] [stdout]    |                                                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/panicking.rs:55:70
[INFO] [stdout]    |
[INFO] [stdout] 55 |         fn panic_impl(fmt: fmt::Arguments, file: &'static str, line: uint) -> !;
[INFO] [stdout]    |                                                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]   --> src/iter.rs:99:29
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn size_hint(&self) -> (uint, Option<uint>) { (0, None) }
[INFO] [stdout]    |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]   --> src/iter.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn size_hint(&self) -> (uint, Option<uint>) { (0, None) }
[INFO] [stdout]    |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn count(self) -> uint {
[INFO] [stdout]     |                       ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:164:30
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn nth(&mut self, mut n: uint) -> Option<Self::Item> {
[INFO] [stdout]     |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:376:22
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn skip(self, n: uint) -> Skip<Self> {
[INFO] [stdout]     |                      ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:395:22
[INFO] [stdout]     |
[INFO] [stdout] 395 |     fn take(self, n: uint) -> Take<Self> {
[INFO] [stdout]     |                      ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:655:59
[INFO] [stdout]     |
[INFO] [stdout] 655 |     fn position<P>(&mut self, mut predicate: P) -> Option<uint> where
[INFO] [stdout]     |                                                           ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:673:60
[INFO] [stdout]     |
[INFO] [stdout] 673 |     fn rposition<P>(&mut self, mut predicate: P) -> Option<uint> where
[INFO] [stdout]     |                                                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:890:28
[INFO] [stdout]     |
[INFO] [stdout] 890 |         struct SizeHint<A>(uint, Option<uint>);
[INFO] [stdout]     |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:890:41
[INFO] [stdout]     |
[INFO] [stdout] 890 |         struct SizeHint<A>(uint, Option<uint>);
[INFO] [stdout]     |                                         ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:895:37
[INFO] [stdout]     |
[INFO] [stdout] 895 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                     ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:895:50
[INFO] [stdout]     |
[INFO] [stdout] 895 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                                  ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:981:28
[INFO] [stdout]     |
[INFO] [stdout] 981 |     fn indexable(&self) -> uint;
[INFO] [stdout]     |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:984:30
[INFO] [stdout]     |
[INFO] [stdout] 984 |     fn idx(&mut self, index: uint) -> Option<Self::Item>;
[INFO] [stdout]     |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/iter.rs:998:22
[INFO] [stdout]     |
[INFO] [stdout] 998 |     fn len(&self) -> uint {
[INFO] [stdout]     |                      ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:26:43
[INFO] [stdout]      |
[INFO] [stdout]   26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]      |                                           ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:1004:9
[INFO] [stdout]      |
[INFO] [stdout] 1004 |         assert_eq!(upper, Some(lower));
[INFO] [stdout]      |         ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1043:29
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     fn size_hint(&self) -> (uint, Option<uint>) { self.iter.size_hint() }
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1043:42
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     fn size_hint(&self) -> (uint, Option<uint>) { self.iter.size_hint() }
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1055:28
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn indexable(&self) -> uint { self.iter.indexable() }
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1057:30
[INFO] [stdout]      |
[INFO] [stdout] 1057 |     fn idx(&mut self, index: uint) -> Option<<I as Iterator>::Item> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1077:29
[INFO] [stdout]      |
[INFO] [stdout] 1077 |     fn size_hint(&self) -> (uint, Option<uint>) { self.iter.size_hint() }
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1077:42
[INFO] [stdout]      |
[INFO] [stdout] 1077 |     fn size_hint(&self) -> (uint, Option<uint>) { self.iter.size_hint() }
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/iter.rs:1118:18
[INFO] [stdout]      |
[INFO] [stdout] 1118 |   impl_additive! { int,  0 }
[INFO] [stdout]      |                    ^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:34:1
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1118 - impl_additive! { int,  0 }
[INFO] [stdout] 1118 + impl_additive! { Int,  0 }
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1118 - impl_additive! { int,  0 }
[INFO] [stdout] 1118 + impl_additive! { i32,  0 }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1123:18
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl_additive! { uint, 0 }
[INFO] [stdout]      |                  ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/iter.rs:1162:24
[INFO] [stdout]      |
[INFO] [stdout] 1162 |   impl_multiplicative! { int,  1 }
[INFO] [stdout]      |                          ^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:34:1
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1162 - impl_multiplicative! { int,  1 }
[INFO] [stdout] 1162 + impl_multiplicative! { Int,  1 }
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1162 - impl_multiplicative! { int,  1 }
[INFO] [stdout] 1162 + impl_multiplicative! { i32,  1 }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1167:24
[INFO] [stdout]      |
[INFO] [stdout] 1167 | impl_multiplicative! { uint, 1 }
[INFO] [stdout]      |                        ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1235:29
[INFO] [stdout]      |
[INFO] [stdout] 1235 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1235:42
[INFO] [stdout]      |
[INFO] [stdout] 1235 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1280:29
[INFO] [stdout]      |
[INFO] [stdout] 1280 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1280:42
[INFO] [stdout]      |
[INFO] [stdout] 1280 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1295:28
[INFO] [stdout]      |
[INFO] [stdout] 1295 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1304:30
[INFO] [stdout]      |
[INFO] [stdout] 1304 |     fn idx(&mut self, index: uint) -> Option<<I as Iterator>::Item> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1346:29
[INFO] [stdout]      |
[INFO] [stdout] 1346 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1346:42
[INFO] [stdout]      |
[INFO] [stdout] 1346 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1381:28
[INFO] [stdout]      |
[INFO] [stdout] 1381 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1387:30
[INFO] [stdout]      |
[INFO] [stdout] 1387 |     fn idx(&mut self, index: uint) -> Option<T> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1425:29
[INFO] [stdout]      |
[INFO] [stdout] 1425 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1425:42
[INFO] [stdout]      |
[INFO] [stdout] 1425 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:1462:18
[INFO] [stdout]      |
[INFO] [stdout] 1462 |             _ => unreachable!(),
[INFO] [stdout]      |                  -------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1473:28
[INFO] [stdout]      |
[INFO] [stdout] 1473 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1478:30
[INFO] [stdout]      |
[INFO] [stdout] 1478 |     fn idx(&mut self, index: uint) -> Option<(T, U)> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1532:29
[INFO] [stdout]      |
[INFO] [stdout] 1532 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1532:42
[INFO] [stdout]      |
[INFO] [stdout] 1532 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1555:28
[INFO] [stdout]      |
[INFO] [stdout] 1555 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1560:30
[INFO] [stdout]      |
[INFO] [stdout] 1560 |     fn idx(&mut self, index: uint) -> Option<B> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1605:29
[INFO] [stdout]      |
[INFO] [stdout] 1605 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1605:42
[INFO] [stdout]      |
[INFO] [stdout] 1605 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1668:29
[INFO] [stdout]      |
[INFO] [stdout] 1668 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1668:42
[INFO] [stdout]      |
[INFO] [stdout] 1668 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1697:12
[INFO] [stdout]      |
[INFO] [stdout] 1697 |     count: uint
[INFO] [stdout]      |            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1702:18
[INFO] [stdout]      |
[INFO] [stdout] 1702 |     type Item = (uint, <I as Iterator>::Item);
[INFO] [stdout]      |                  ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1705:35
[INFO] [stdout]      |
[INFO] [stdout] 1705 |     fn next(&mut self) -> Option<(uint, <I as Iterator>::Item)> {
[INFO] [stdout]      |                                   ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1717:29
[INFO] [stdout]      |
[INFO] [stdout] 1717 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1717:42
[INFO] [stdout]      |
[INFO] [stdout] 1717 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1727:40
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     fn next_back(&mut self) -> Option<(uint, <I as Iterator>::Item)> {
[INFO] [stdout]      |                                        ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1741:28
[INFO] [stdout]      |
[INFO] [stdout] 1741 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1746:30
[INFO] [stdout]      |
[INFO] [stdout] 1746 |     fn idx(&mut self, index: uint) -> Option<(uint, <I as Iterator>::Item)> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1746:47
[INFO] [stdout]      |
[INFO] [stdout] 1746 |     fn idx(&mut self, index: uint) -> Option<(uint, <I as Iterator>::Item)> {
[INFO] [stdout]      |                                               ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1774:29
[INFO] [stdout]      |
[INFO] [stdout] 1774 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1774:42
[INFO] [stdout]      |
[INFO] [stdout] 1774 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1851:29
[INFO] [stdout]      |
[INFO] [stdout] 1851 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1851:42
[INFO] [stdout]      |
[INFO] [stdout] 1851 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1905:29
[INFO] [stdout]      |
[INFO] [stdout] 1905 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1905:42
[INFO] [stdout]      |
[INFO] [stdout] 1905 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1917:8
[INFO] [stdout]      |
[INFO] [stdout] 1917 |     n: uint
[INFO] [stdout]      |        ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1950:29
[INFO] [stdout]      |
[INFO] [stdout] 1950 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1950:42
[INFO] [stdout]      |
[INFO] [stdout] 1950 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1967:28
[INFO] [stdout]      |
[INFO] [stdout] 1967 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1972:30
[INFO] [stdout]      |
[INFO] [stdout] 1972 |     fn idx(&mut self, index: uint) -> Option<<I as Iterator>::Item> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:1987:8
[INFO] [stdout]      |
[INFO] [stdout] 1987 |     n: uint
[INFO] [stdout]      |        ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2005:29
[INFO] [stdout]      |
[INFO] [stdout] 2005 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2005:42
[INFO] [stdout]      |
[INFO] [stdout] 2005 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2022:28
[INFO] [stdout]      |
[INFO] [stdout] 2022 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2027:30
[INFO] [stdout]      |
[INFO] [stdout] 2027 |     fn idx(&mut self, index: uint) -> Option<<I as Iterator>::Item> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2077:29
[INFO] [stdout]      |
[INFO] [stdout] 2077 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2077:42
[INFO] [stdout]      |
[INFO] [stdout] 2077 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2140:29
[INFO] [stdout]      |
[INFO] [stdout] 2140 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2140:42
[INFO] [stdout]      |
[INFO] [stdout] 2140 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2204:29
[INFO] [stdout]      |
[INFO] [stdout] 2204 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2204:42
[INFO] [stdout]      |
[INFO] [stdout] 2204 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2235:28
[INFO] [stdout]      |
[INFO] [stdout] 2235 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2240:30
[INFO] [stdout]      |
[INFO] [stdout] 2240 |     fn idx(&mut self, index: uint) -> Option<<I as Iterator>::Item> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2301:29
[INFO] [stdout]      |
[INFO] [stdout] 2301 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2301:42
[INFO] [stdout]      |
[INFO] [stdout] 2301 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2324:28
[INFO] [stdout]      |
[INFO] [stdout] 2324 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2329:30
[INFO] [stdout]      |
[INFO] [stdout] 2329 |     fn idx(&mut self, index: uint) -> Option<A> {
[INFO] [stdout]      |                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2411:29
[INFO] [stdout]      |
[INFO] [stdout] 2411 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2411:42
[INFO] [stdout]      |
[INFO] [stdout] 2411 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2447:29
[INFO] [stdout]      |
[INFO] [stdout] 2447 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2447:42
[INFO] [stdout]      |
[INFO] [stdout] 2447 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2501:29
[INFO] [stdout]      |
[INFO] [stdout] 2501 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2501:42
[INFO] [stdout]      |
[INFO] [stdout] 2501 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2586:29
[INFO] [stdout]      |
[INFO] [stdout] 2586 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2586:42
[INFO] [stdout]      |
[INFO] [stdout] 2586 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2715:58
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     fn steps_between(start: &Self, end: &Self) -> Option<uint>;
[INFO] [stdout]      |                                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2751:12
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      |            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2727:62
[INFO] [stdout]      |
[INFO] [stdout] 2727 |             fn steps_between(start: &$t, end: &$t) -> Option<uint> {
[INFO] [stdout]      |                                                              ^^^^ not a type
[INFO] [stdout] ...
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2729:41
[INFO] [stdout]      |
[INFO] [stdout] 2729 |                 Some((*end - *start) as uint)
[INFO] [stdout]      |                                         ^^^^ not a type
[INFO] [stdout] ...
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/iter.rs:2751:28
[INFO] [stdout]      |
[INFO] [stdout] 2751 |   step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      |                              ^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:34:1
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 2751 - step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout] 2751 + step_impl!(uint u8 u16 u32 Int i8 i16 i32);
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 2751 - step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout] 2751 + step_impl!(uint u8 u16 u32 i32 i8 i16 i32);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not a type
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/iter.rs:2751:1
[INFO] [stdout]      |
[INFO] [stdout] 2751 | step_impl!(uint u8 u16 u32 int i8 i16 i32);
[INFO] [stdout]      | ------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `step_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2772:29
[INFO] [stdout]      |
[INFO] [stdout] 2772 |     fn size_hint(&self) -> (uint, Option<uint>) { (uint::MAX, None) }
[INFO] [stdout]      |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2772:42
[INFO] [stdout]      |
[INFO] [stdout] 2772 |     fn size_hint(&self) -> (uint, Option<uint>) { (uint::MAX, None) }
[INFO] [stdout]      |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2784:28
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     fn indexable(&self) -> uint { uint::MAX }
[INFO] [stdout]      |                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/iter.rs:2786:26
[INFO] [stdout]      |
[INFO] [stdout] 2786 |     fn idx(&mut self, _: uint) -> Option<A> { Some(self.element.clone()) }
[INFO] [stdout]      |                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:26:43
[INFO] [stdout]     |
[INFO] [stdout]  26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/option.rs:329:21
[INFO] [stdout]     |
[INFO] [stdout] 329 |             None => panic!("{}", msg),
[INFO] [stdout]     |                     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/option.rs:361:21
[INFO] [stdout]     |
[INFO] [stdout] 361 |             None => panic!("called `Option::unwrap()` on a `None` value"),
[INFO] [stdout]     |                     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:789:29
[INFO] [stdout]     |
[INFO] [stdout] 789 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:789:42
[INFO] [stdout]     |
[INFO] [stdout] 789 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 780 | impl<A, uint> Iterator for Item<A> {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:817:29
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn size_hint(&self) -> (uint, Option<uint>) { self.inner.size_hint() }
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:817:42
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn size_hint(&self) -> (uint, Option<uint>) { self.inner.size_hint() }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 811 | impl<'a, A, uint> Iterator for Iter<'a, A> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:847:29
[INFO] [stdout]     |
[INFO] [stdout] 847 |     fn size_hint(&self) -> (uint, Option<uint>) { self.inner.size_hint() }
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:847:42
[INFO] [stdout]     |
[INFO] [stdout] 847 |     fn size_hint(&self) -> (uint, Option<uint>) { self.inner.size_hint() }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 841 | impl<'a, A, uint> Iterator for IterMut<'a, A> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:870:29
[INFO] [stdout]     |
[INFO] [stdout] 870 |     fn size_hint(&self) -> (uint, Option<uint>) { self.inner.size_hint() }
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/option.rs:870:42
[INFO] [stdout]     |
[INFO] [stdout] 870 |     fn size_hint(&self) -> (uint, Option<uint>) { self.inner.size_hint() }
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 864 | impl<A, uint> Iterator for IntoIter<A> {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/raw.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub len: uint,
[INFO] [stdout]    |              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:26:43
[INFO] [stdout]     |
[INFO] [stdout]  26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/result.rs:746:17
[INFO] [stdout]     |
[INFO] [stdout] 746 |                 panic!("called `Result::unwrap()` on an `Err` value: {:?}", e)
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:26:43
[INFO] [stdout]     |
[INFO] [stdout]  26 |         static _FILE_LINE: (&'static str, uint) = (file!(), line!());
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/result.rs:776:17
[INFO] [stdout]     |
[INFO] [stdout] 776 |                 panic!("called `Result::unwrap_err()` on an `Ok` value: {:?}", t),
[INFO] [stdout]     |                 ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/result.rs:817:29
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/result.rs:817:42
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 811 | impl<'a, T, uint> Iterator for Iter<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/result.rs:847:29
[INFO] [stdout]     |
[INFO] [stdout] 847 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/result.rs:847:42
[INFO] [stdout]     |
[INFO] [stdout] 847 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 841 | impl<'a, T, uint> Iterator for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/result.rs:873:29
[INFO] [stdout]     |
[INFO] [stdout] 873 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/result.rs:873:42
[INFO] [stdout]     |
[INFO] [stdout] 873 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 867 | impl<T, uint> Iterator for IntoIter<T> {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn slice<'a>(&'a self, start: uint, end: uint) -> &'a [Self::Item];
[INFO] [stdout]    |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:70:46
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn slice<'a>(&'a self, start: uint, end: uint) -> &'a [Self::Item];
[INFO] [stdout]    |                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:71:40
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn slice_from<'a>(&'a self, start: uint) -> &'a [Self::Item];
[INFO] [stdout]    |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:72:36
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn slice_to<'a>(&'a self, end: uint) -> &'a [Self::Item];
[INFO] [stdout]    |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:73:36
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn split_at<'a>(&'a self, mid: uint) -> (&'a [Self::Item], &'a [Self::Item]);
[INFO] [stdout]    |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:77:35
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn splitn<'a, P>(&'a self, n: uint, pred: P) -> SplitN<'a, Self::Item, P>
[INFO] [stdout]    |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:79:37
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn rsplitn<'a, P>(&'a self,  n: uint, pred: P) -> RSplitN<'a, Self::Item, P>
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:81:36
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn windows<'a>(&'a self, size: uint) -> Windows<'a, Self::Item>;
[INFO] [stdout]    |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:82:35
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn chunks<'a>(&'a self, size: uint) -> Chunks<'a, Self::Item>;
[INFO] [stdout]    |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:83:33
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn get<'a>(&'a self, index: uint) -> Option<&'a Self::Item>;
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:88:50
[INFO] [stdout]    |
[INFO] [stdout] 88 |     unsafe fn get_unchecked<'a>(&'a self, index: uint) -> &'a Self::Item;
[INFO] [stdout]    |                                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:90:51
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn binary_search_by<F>(&self, f: F) -> Result<uint, uint> where
[INFO] [stdout]    |                                                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub trait SliceExt<uint> {
[INFO] [stdout]    |                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:90:57
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn binary_search_by<F>(&self, f: F) -> Result<uint, uint> where
[INFO] [stdout]    |                                                         ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub trait SliceExt<uint> {
[INFO] [stdout]    |                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn len(&self) -> uint;
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:94:41
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn get_mut<'a>(&'a mut self, index: uint) -> Option<&'a mut Self::Item>;
[INFO] [stdout]    |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:96:43
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn slice_mut<'a>(&'a mut self, start: uint, end: uint) -> &'a mut [Self::Item];
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:96:54
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn slice_mut<'a>(&'a mut self, start: uint, end: uint) -> &'a mut [Self::Item];
[INFO] [stdout]    |                                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:97:48
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn slice_from_mut<'a>(&'a mut self, start: uint) -> &'a mut [Self::Item];
[INFO] [stdout]    |                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/slice.rs:98:44
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn slice_to_mut<'a>(&'a mut self, end: uint) -> &'a mut [Self::Item];
[INFO] [stdout]    |                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:106:36
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn splitn_mut<P>(&mut self, n: uint, pred: P) -> SplitNMut<Self::Item, P>
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:108:38
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn rsplitn_mut<P>(&mut self,  n: uint, pred: P) -> RSplitNMut<Self::Item, P>
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:110:49
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn chunks_mut<'a>(&'a mut self, chunk_size: uint) -> ChunksMut<'a, Self::Item>;
[INFO] [stdout]     |                                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn swap(&mut self, a: uint, b: uint);
[INFO] [stdout]     |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn swap(&mut self, a: uint, b: uint);
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:112:44
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn split_at_mut<'a>(&'a mut self, mid: uint) -> (&'a mut [Self::Item], &'a mut [Self::Item]);
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:114:58
[INFO] [stdout]     |
[INFO] [stdout] 114 |     unsafe fn get_unchecked_mut<'a>(&'a mut self, index: uint) -> &'a mut Self::Item;
[INFO] [stdout]     |                                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:117:55
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn position_elem(&self, t: &Self::Item) -> Option<uint> where Self::Item: PartialEq;
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  67 | pub trait SliceExt<uint> {
[INFO] [stdout]     |                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:119:56
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn rposition_elem(&self, t: &Self::Item) -> Option<uint> where Self::Item: PartialEq;
[INFO] [stdout]     |                                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  67 | pub trait SliceExt<uint> {
[INFO] [stdout]     |                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:127:55
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn binary_search(&self, x: &Self::Item) -> Result<uint, uint> where Self::Item: Ord;
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  67 | pub trait SliceExt<uint> {
[INFO] [stdout]     |                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:127:61
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn binary_search(&self, x: &Self::Item) -> Result<uint, uint> where Self::Item: Ord;
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  67 | pub trait SliceExt<uint> {
[INFO] [stdout]     |                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:131:54
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn clone_from_slice(&mut self, &[Self::Item]) -> uint where Self::Item: Clone;
[INFO] [stdout]     |                                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:139:28
[INFO] [stdout]     |
[INFO] [stdout] 139 |     fn slice(&self, start: uint, end: uint) -> &[T] {
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:139:39
[INFO] [stdout]     |
[INFO] [stdout] 139 |     fn slice(&self, start: uint, end: uint) -> &[T] {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         assert!(start <= end);
[INFO] [stdout]     |         --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         assert!(end <= self.len());
[INFO] [stdout]     |         -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:144:53
[INFO] [stdout]     |
[INFO] [stdout] 144 |                   data: self.as_ptr().offset(start as int),
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 144 -                 data: self.as_ptr().offset(start as int),
[INFO] [stdout] 144 +                 data: self.as_ptr().offset(start as Int),
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 144 -                 data: self.as_ptr().offset(start as int),
[INFO] [stdout] 144 +                 data: self.as_ptr().offset(start as i32),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:151:33
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn slice_from(&self, start: uint) -> &[T] {
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:156:29
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn slice_to(&self, end: uint) -> &[T] {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:161:29
[INFO] [stdout]     |
[INFO] [stdout] 161 |     fn split_at(&self, mid: uint) -> (&[T], &[T]) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:171:34
[INFO] [stdout]     |
[INFO] [stdout] 171 |                       end: (p as uint + self.len()) as *const T,
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:175:51
[INFO] [stdout]     |
[INFO] [stdout] 175 |                         end: p.offset(self.len() as int),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 175 -                       end: p.offset(self.len() as int),
[INFO] [stdout] 175 +                       end: p.offset(self.len() as Int),
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 175 -                       end: p.offset(self.len() as int),
[INFO] [stdout] 175 +                       end: p.offset(self.len() as i32),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:191:35
[INFO] [stdout]     |
[INFO] [stdout] 191 |     fn splitn<'a, P>(&'a self, n: uint, pred: P) -> SplitN<'a, T, P> where
[INFO] [stdout]     |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:204:36
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn rsplitn<'a, P>(&'a self, n: uint, pred: P) -> RSplitN<'a, T, P> where
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:217:29
[INFO] [stdout]     |
[INFO] [stdout] 217 |     fn windows(&self, size: uint) -> Windows<T> {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         assert!(size != 0);
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:223:28
[INFO] [stdout]     |
[INFO] [stdout] 223 |     fn chunks(&self, size: uint) -> Chunks<T> {
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |         assert!(size != 0);
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:229:26
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn get(&self, index: uint) -> Option<&T> {
[INFO] [stdout]     |                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:252:43
[INFO] [stdout]     |
[INFO] [stdout] 252 |     unsafe fn get_unchecked(&self, index: uint) -> &T {
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:253:52
[INFO] [stdout]     |
[INFO] [stdout] 253 |           transmute(self.repr().data.offset(index as int))
[INFO] [stdout]     |                                                      ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 253 -         transmute(self.repr().data.offset(index as int))
[INFO] [stdout] 253 +         transmute(self.repr().data.offset(index as Int))
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 253 -         transmute(self.repr().data.offset(index as int))
[INFO] [stdout] 253 +         transmute(self.repr().data.offset(index as i32))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:262:55
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn binary_search_by<F>(&self, mut f: F) -> Result<uint, uint> where
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T, uint> SliceExt for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:262:61
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn binary_search_by<F>(&self, mut f: F) -> Result<uint, uint> where
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T, uint> SliceExt for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:265:24
[INFO] [stdout]     |
[INFO] [stdout] 265 |         let mut base : uint = 0;
[INFO] [stdout]     |                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:266:23
[INFO] [stdout]     |
[INFO] [stdout] 266 |         let mut lim : uint = self.len();
[INFO] [stdout]     |                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:284:22
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn len(&self) -> uint { self.repr().len }
[INFO] [stdout]     |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:287:34
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn get_mut(&mut self, index: uint) -> Option<&mut T> {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:294:36
[INFO] [stdout]     |
[INFO] [stdout] 294 |     fn slice_mut(&mut self, start: uint, end: uint) -> &mut [T] {
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:294:47
[INFO] [stdout]     |
[INFO] [stdout] 294 |     fn slice_mut(&mut self, start: uint, end: uint) -> &mut [T] {
[INFO] [stdout]     |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:299:41
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn slice_from_mut(&mut self, start: uint) -> &mut [T] {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:304:37
[INFO] [stdout]     |
[INFO] [stdout] 304 |     fn slice_to_mut(&mut self, end: uint) -> &mut [T] {
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:309:37
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn split_at_mut(&mut self, mid: uint) -> (&mut [T], &mut [T]) {
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:324:37
[INFO] [stdout]     |
[INFO] [stdout] 324 |                          end: (p as uint + self.len()) as *mut T,
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:328:54
[INFO] [stdout]     |
[INFO] [stdout] 328 |                            end: p.offset(self.len() as int),
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 328 -                          end: p.offset(self.len() as int),
[INFO] [stdout] 328 +                          end: p.offset(self.len() as Int),
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 328 -                          end: p.offset(self.len() as int),
[INFO] [stdout] 328 +                          end: p.offset(self.len() as i32),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:363:43
[INFO] [stdout]     |
[INFO] [stdout] 363 |     fn splitn_mut<'a, P>(&'a mut self, n: uint, pred: P) -> SplitNMut<'a, T, P> where
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:376:44
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn rsplitn_mut<'a, P>(&'a mut self, n: uint, pred: P) -> RSplitNMut<'a, T, P> where
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:389:42
[INFO] [stdout]     |
[INFO] [stdout] 389 |     fn chunks_mut(&mut self, chunk_size: uint) -> ChunksMut<T> {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:390:9
[INFO] [stdout]     |
[INFO] [stdout] 390 |         assert!(chunk_size > 0);
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:394:27
[INFO] [stdout]     |
[INFO] [stdout] 394 |     fn swap(&mut self, a: uint, b: uint) {
[INFO] [stdout]     |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:394:36
[INFO] [stdout]     |
[INFO] [stdout] 394 |     fn swap(&mut self, a: uint, b: uint) {
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:405:20
[INFO] [stdout]     |
[INFO] [stdout] 405 |         let mut i: uint = 0;
[INFO] [stdout]     |                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:419:51
[INFO] [stdout]     |
[INFO] [stdout] 419 |     unsafe fn get_unchecked_mut(&mut self, index: uint) -> &mut T {
[INFO] [stdout]     |                                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:420:64
[INFO] [stdout]     |
[INFO] [stdout] 420 |           transmute((self.repr().data as *mut T).offset(index as int))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 420 -         transmute((self.repr().data as *mut T).offset(index as int))
[INFO] [stdout] 420 +         transmute((self.repr().data as *mut T).offset(index as Int))
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 420 -         transmute((self.repr().data as *mut T).offset(index as int))
[INFO] [stdout] 420 +         transmute((self.repr().data as *mut T).offset(index as i32))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:429:46
[INFO] [stdout]     |
[INFO] [stdout] 429 |     fn position_elem(&self, x: &T) -> Option<uint> where T: PartialEq {
[INFO] [stdout]     |                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T, uint> SliceExt for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:434:47
[INFO] [stdout]     |
[INFO] [stdout] 434 |     fn rposition_elem(&self, t: &T) -> Option<uint> where T: PartialEq {
[INFO] [stdout]     |                                               ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T, uint> SliceExt for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:456:46
[INFO] [stdout]     |
[INFO] [stdout] 456 |     fn binary_search(&self, x: &T) -> Result<uint, uint> where T: Ord {
[INFO] [stdout]     |                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T, uint> SliceExt for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:456:52
[INFO] [stdout]     |
[INFO] [stdout] 456 |     fn binary_search(&self, x: &T) -> Result<uint, uint> where T: Ord {
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T, uint> SliceExt for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:523:50
[INFO] [stdout]     |
[INFO] [stdout] 523 |     fn clone_from_slice(&mut self, src: &[T]) -> uint where T: Clone {
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:534:20
[INFO] [stdout]     |
[INFO] [stdout] 534 | impl<T> ops::Index<uint> for [T] {
[INFO] [stdout]     |                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 534 | impl<T, uint> ops::Index<uint> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:537:30
[INFO] [stdout]     |
[INFO] [stdout] 537 |     fn index(&self, &index: &uint) -> &T {
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:538:9
[INFO] [stdout]     |
[INFO] [stdout] 538 |         assert!(index < self.len());
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:540:66
[INFO] [stdout]     |
[INFO] [stdout] 540 |           unsafe { mem::transmute(self.repr().data.offset(index as int)) }
[INFO] [stdout]     |                                                                    ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 540 -         unsafe { mem::transmute(self.repr().data.offset(index as int)) }
[INFO] [stdout] 540 +         unsafe { mem::transmute(self.repr().data.offset(index as Int)) }
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 540 -         unsafe { mem::transmute(self.repr().data.offset(index as int)) }
[INFO] [stdout] 540 +         unsafe { mem::transmute(self.repr().data.offset(index as i32)) }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:544:23
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl<T> ops::IndexMut<uint> for [T] {
[INFO] [stdout]     |                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl<T, uint> ops::IndexMut<uint> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:547:38
[INFO] [stdout]     |
[INFO] [stdout] 547 |     fn index_mut(&mut self, &index: &uint) -> &mut T {
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:548:9
[INFO] [stdout]     |
[INFO] [stdout] 548 |         assert!(index < self.len());
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:550:66
[INFO] [stdout]     |
[INFO] [stdout] 550 |           unsafe { mem::transmute(self.repr().data.offset(index as int)) }
[INFO] [stdout]     |                                                                    ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 550 -         unsafe { mem::transmute(self.repr().data.offset(index as int)) }
[INFO] [stdout] 550 +         unsafe { mem::transmute(self.repr().data.offset(index as Int)) }
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 550 -         unsafe { mem::transmute(self.repr().data.offset(index as int)) }
[INFO] [stdout] 550 +         unsafe { mem::transmute(self.repr().data.offset(index as i32)) }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:554:31
[INFO] [stdout]     |
[INFO] [stdout] 554 | impl<T> ops::Index<ops::Range<uint>> for [T] {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 554 | impl<T, uint> ops::Index<ops::Range<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:557:40
[INFO] [stdout]     |
[INFO] [stdout] 557 |     fn index(&self, index: &ops::Range<uint>) -> &[T] {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 554 | impl<T, uint> ops::Index<ops::Range<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:558:9
[INFO] [stdout]     |
[INFO] [stdout] 558 |         assert!(index.start <= index.end);
[INFO] [stdout]     |         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 |         assert!(index.end <= self.len());
[INFO] [stdout]     |         -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:562:63
[INFO] [stdout]     |
[INFO] [stdout] 562 |                       data: self.as_ptr().offset(index.start as int),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 562 -                     data: self.as_ptr().offset(index.start as int),
[INFO] [stdout] 562 +                     data: self.as_ptr().offset(index.start as Int),
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 562 -                     data: self.as_ptr().offset(index.start as int),
[INFO] [stdout] 562 +                     data: self.as_ptr().offset(index.start as i32),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:568:33
[INFO] [stdout]     |
[INFO] [stdout] 568 | impl<T> ops::Index<ops::RangeTo<uint>> for [T] {
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 568 | impl<T, uint> ops::Index<ops::RangeTo<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:571:42
[INFO] [stdout]     |
[INFO] [stdout] 571 |     fn index(&self, index: &ops::RangeTo<uint>) -> &[T] {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 568 | impl<T, uint> ops::Index<ops::RangeTo<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:575:35
[INFO] [stdout]     |
[INFO] [stdout] 575 | impl<T> ops::Index<ops::RangeFrom<uint>> for [T] {
[INFO] [stdout]     |                                   ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 575 | impl<T, uint> ops::Index<ops::RangeFrom<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:578:44
[INFO] [stdout]     |
[INFO] [stdout] 578 |     fn index(&self, index: &ops::RangeFrom<uint>) -> &[T] {
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 575 | impl<T, uint> ops::Index<ops::RangeFrom<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:590:34
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl<T> ops::IndexMut<ops::Range<uint>> for [T] {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl<T, uint> ops::IndexMut<ops::Range<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:593:48
[INFO] [stdout]     |
[INFO] [stdout] 593 |     fn index_mut(&mut self, index: &ops::Range<uint>) -> &mut [T] {
[INFO] [stdout]     |                                                ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl<T, uint> ops::IndexMut<ops::Range<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:594:9
[INFO] [stdout]     |
[INFO] [stdout] 594 |         assert!(index.start <= index.end);
[INFO] [stdout]     |         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/macros.rs:18:61
[INFO] [stdout]     |
[INFO] [stdout]  18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]     |                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/slice.rs:595:9
[INFO] [stdout]     |
[INFO] [stdout] 595 |         assert!(index.end <= self.len());
[INFO] [stdout]     |         -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:598:63
[INFO] [stdout]     |
[INFO] [stdout] 598 |                       data: self.as_ptr().offset(index.start as int),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 598 -                     data: self.as_ptr().offset(index.start as int),
[INFO] [stdout] 598 +                     data: self.as_ptr().offset(index.start as Int),
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 598 -                     data: self.as_ptr().offset(index.start as int),
[INFO] [stdout] 598 +                     data: self.as_ptr().offset(index.start as i32),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:604:36
[INFO] [stdout]     |
[INFO] [stdout] 604 | impl<T> ops::IndexMut<ops::RangeTo<uint>> for [T] {
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 604 | impl<T, uint> ops::IndexMut<ops::RangeTo<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:607:50
[INFO] [stdout]     |
[INFO] [stdout] 607 |     fn index_mut(&mut self, index: &ops::RangeTo<uint>) -> &mut [T] {
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 604 | impl<T, uint> ops::IndexMut<ops::RangeTo<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:611:38
[INFO] [stdout]     |
[INFO] [stdout] 611 | impl<T> ops::IndexMut<ops::RangeFrom<uint>> for [T] {
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 611 | impl<T, uint> ops::IndexMut<ops::RangeFrom<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:614:52
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn index_mut(&mut self, index: &ops::RangeFrom<uint>) -> &mut [T] {
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 611 | impl<T, uint> ops::IndexMut<ops::RangeFrom<uint>> for [T] {
[INFO] [stdout]     |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:758:35
[INFO] [stdout]     |
[INFO] [stdout] 758 | impl<'a, T> ops::Index<ops::Range<uint>> for Iter<'a, T> {
[INFO] [stdout]     |                                   ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 758 | impl<'a, T, uint> ops::Index<ops::Range<uint>> for Iter<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:761:40
[INFO] [stdout]     |
[INFO] [stdout] 761 |     fn index(&self, index: &ops::Range<uint>) -> &[T] {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 758 | impl<'a, T, uint> ops::Index<ops::Range<uint>> for Iter<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:767:37
[INFO] [stdout]     |
[INFO] [stdout] 767 | impl<'a, T> ops::Index<ops::RangeTo<uint>> for Iter<'a, T> {
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 767 | impl<'a, T, uint> ops::Index<ops::RangeTo<uint>> for Iter<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:770:42
[INFO] [stdout]     |
[INFO] [stdout] 770 |     fn index(&self, index: &ops::RangeTo<uint>) -> &[T] {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 767 | impl<'a, T, uint> ops::Index<ops::RangeTo<uint>> for Iter<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:776:39
[INFO] [stdout]     |
[INFO] [stdout] 776 | impl<'a, T> ops::Index<ops::RangeFrom<uint>> for Iter<'a, T> {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 776 | impl<'a, T, uint> ops::Index<ops::RangeFrom<uint>> for Iter<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:779:44
[INFO] [stdout]     |
[INFO] [stdout] 779 |     fn index(&self, index: &ops::RangeFrom<uint>) -> &[T] {
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 776 | impl<'a, T, uint> ops::Index<ops::RangeFrom<uint>> for Iter<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:28
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 800 |         make_slice!(T => &'a [T]: self.ptr, self.end)
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:45
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 800 |         make_slice!(T => &'a [T]: self.ptr, self.end)
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:685:62
[INFO] [stdout]     |
[INFO] [stdout] 685 |                             self.ptr = transmute(self.ptr as uint + 1);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 806 | iterator!{struct Iter -> *const T, &'a T}
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:700:37
[INFO] [stdout]     |
[INFO] [stdout] 700 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 806 | iterator!{struct Iter -> *const T, &'a T}
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:700:50
[INFO] [stdout]     |
[INFO] [stdout] 700 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 806 | iterator!{struct Iter -> *const T, &'a T}
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:701:41
[INFO] [stdout]     |
[INFO] [stdout] 701 |                 let diff = (self.end as uint) - (self.ptr as uint);
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 806 | iterator!{struct Iter -> *const T, &'a T}
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:701:62
[INFO] [stdout]     |
[INFO] [stdout] 701 |                 let diff = (self.end as uint) - (self.ptr as uint);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 806 | iterator!{struct Iter -> *const T, &'a T}
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:719:62
[INFO] [stdout]     |
[INFO] [stdout] 719 |                             self.end = transmute(self.end as uint - 1);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 806 | iterator!{struct Iter -> *const T, &'a T}
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:819:28
[INFO] [stdout]     |
[INFO] [stdout] 819 |     fn indexable(&self) -> uint {
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:825:30
[INFO] [stdout]     |
[INFO] [stdout] 825 |     fn idx(&mut self, index: uint) -> Option<&'a T> {
[INFO] [stdout]     |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/slice.rs:832:61
[INFO] [stdout]     |
[INFO] [stdout] 832 |                       Some(transmute(self.ptr.offset(index as int)))
[INFO] [stdout]     |                                                               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 832 -                     Some(transmute(self.ptr.offset(index as int)))
[INFO] [stdout] 832 +                     Some(transmute(self.ptr.offset(index as Int)))
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 832 -                     Some(transmute(self.ptr.offset(index as int)))
[INFO] [stdout] 832 +                     Some(transmute(self.ptr.offset(index as i32)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:851:35
[INFO] [stdout]     |
[INFO] [stdout] 851 | impl<'a, T> ops::Index<ops::Range<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |                                   ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 851 | impl<'a, T, uint> ops::Index<ops::Range<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:854:40
[INFO] [stdout]     |
[INFO] [stdout] 854 |     fn index(&self, index: &ops::Range<uint>) -> &[T] {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 851 | impl<'a, T, uint> ops::Index<ops::Range<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:859:37
[INFO] [stdout]     |
[INFO] [stdout] 859 | impl<'a, T> ops::Index<ops::RangeTo<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 859 | impl<'a, T, uint> ops::Index<ops::RangeTo<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:862:42
[INFO] [stdout]     |
[INFO] [stdout] 862 |     fn index(&self, index: &ops::RangeTo<uint>) -> &[T] {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 859 | impl<'a, T, uint> ops::Index<ops::RangeTo<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:867:39
[INFO] [stdout]     |
[INFO] [stdout] 867 | impl<'a, T> ops::Index<ops::RangeFrom<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 867 | impl<'a, T, uint> ops::Index<ops::RangeFrom<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:870:44
[INFO] [stdout]     |
[INFO] [stdout] 870 |     fn index(&self, index: &ops::RangeFrom<uint>) -> &[T] {
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 867 | impl<'a, T, uint> ops::Index<ops::RangeFrom<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:28
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 879 |         make_slice!(T => &[T]: self.ptr, self.end)
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:45
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 879 |         make_slice!(T => &[T]: self.ptr, self.end)
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:884:38
[INFO] [stdout]     |
[INFO] [stdout] 884 | impl<'a, T> ops::IndexMut<ops::Range<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 884 | impl<'a, T, uint> ops::IndexMut<ops::Range<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:887:48
[INFO] [stdout]     |
[INFO] [stdout] 887 |     fn index_mut(&mut self, index: &ops::Range<uint>) -> &mut [T] {
[INFO] [stdout]     |                                                ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 884 | impl<'a, T, uint> ops::IndexMut<ops::Range<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:892:40
[INFO] [stdout]     |
[INFO] [stdout] 892 | impl<'a, T> ops::IndexMut<ops::RangeTo<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 892 | impl<'a, T, uint> ops::IndexMut<ops::RangeTo<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:895:50
[INFO] [stdout]     |
[INFO] [stdout] 895 |     fn index_mut(&mut self, index: &ops::RangeTo<uint>) -> &mut [T] {
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 892 | impl<'a, T, uint> ops::IndexMut<ops::RangeTo<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:900:42
[INFO] [stdout]     |
[INFO] [stdout] 900 | impl<'a, T> ops::IndexMut<ops::RangeFrom<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 900 | impl<'a, T, uint> ops::IndexMut<ops::RangeFrom<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:903:52
[INFO] [stdout]     |
[INFO] [stdout] 903 |     fn index_mut(&mut self, index: &ops::RangeFrom<uint>) -> &mut [T] {
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 900 | impl<'a, T, uint> ops::IndexMut<ops::RangeFrom<uint>> for IterMut<'a, T> {
[INFO] [stdout]     |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:28
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 912 |         make_slice!(T => &mut [T]: self.ptr, self.end)
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:45
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 912 |         make_slice!(T => &mut [T]: self.ptr, self.end)
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:28
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 926 |         make_slice!(T => &'a mut [T]: self.ptr, self.end)
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:737:45
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let diff = $end as uint - $start as uint;
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 926 |         make_slice!(T => &'a mut [T]: self.ptr, self.end)
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `make_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:685:62
[INFO] [stdout]     |
[INFO] [stdout] 685 |                             self.ptr = transmute(self.ptr as uint + 1);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 930 | iterator!{struct IterMut -> *mut T, &'a mut T}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:700:37
[INFO] [stdout]     |
[INFO] [stdout] 700 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 930 | iterator!{struct IterMut -> *mut T, &'a mut T}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:700:50
[INFO] [stdout]     |
[INFO] [stdout] 700 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 930 | iterator!{struct IterMut -> *mut T, &'a mut T}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:701:41
[INFO] [stdout]     |
[INFO] [stdout] 701 |                 let diff = (self.end as uint) - (self.ptr as uint);
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 930 | iterator!{struct IterMut -> *mut T, &'a mut T}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:701:62
[INFO] [stdout]     |
[INFO] [stdout] 701 |                 let diff = (self.end as uint) - (self.ptr as uint);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 930 | iterator!{struct IterMut -> *mut T, &'a mut T}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:719:62
[INFO] [stdout]     |
[INFO] [stdout] 719 |                             self.end = transmute(self.end as uint - 1);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 930 | iterator!{struct IterMut -> *mut T, &'a mut T}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:983:29
[INFO] [stdout]     |
[INFO] [stdout] 983 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/slice.rs:983:42
[INFO] [stdout]     |
[INFO] [stdout] 983 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 965 | impl<'a, T, P, uint> Iterator for Split<'a, T, P> where P: FnMut(&T) -> bool {
[INFO] [stdout]     |              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1061:29
[INFO] [stdout]      |
[INFO] [stdout] 1061 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1061:42
[INFO] [stdout]      |
[INFO] [stdout] 1061 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1038 | impl<'a, T, P, uint> Iterator for SplitMut<'a, T, P> where P: FnMut(&T) -> bool {
[INFO] [stdout]      |              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1101:12
[INFO] [stdout]      |
[INFO] [stdout] 1101 |     count: uint,
[INFO] [stdout]      |            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1119:29
[INFO] [stdout]      |
[INFO] [stdout] 1119 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1119:42
[INFO] [stdout]      |
[INFO] [stdout] 1119 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1105 | impl<T, I: SplitIter<Item=T>, uint> Iterator for GenericSplitN<I> {
[INFO] [stdout]      |                             ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:37
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1176 | forward_iterator! { SplitN: T, &'a [T] }
[INFO] [stdout]      | ---------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:50
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1176 | forward_iterator! { SplitN: T, &'a [T] }
[INFO] [stdout]      | ---------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:37
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1177 | forward_iterator! { RSplitN: T, &'a [T] }
[INFO] [stdout]      | ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:50
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1177 | forward_iterator! { RSplitN: T, &'a [T] }
[INFO] [stdout]      | ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:37
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1178 | forward_iterator! { SplitNMut: T, &'a mut [T] }
[INFO] [stdout]      | ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:50
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1178 | forward_iterator! { SplitNMut: T, &'a mut [T] }
[INFO] [stdout]      | ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:37
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                     ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1179 | forward_iterator! { RSplitNMut: T, &'a mut [T] }
[INFO] [stdout]      | ------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1169:50
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                                  ^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 1179 | forward_iterator! { RSplitNMut: T, &'a mut [T] }
[INFO] [stdout]      | ------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `forward_iterator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1186:11
[INFO] [stdout]      |
[INFO] [stdout] 1186 |     size: uint
[INFO] [stdout]      |           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1205:29
[INFO] [stdout]      |
[INFO] [stdout] 1205 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1205:42
[INFO] [stdout]      |
[INFO] [stdout] 1205 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1190 | impl<'a, T, uint> Iterator for Windows<'a, T> {
[INFO] [stdout]      |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1224:11
[INFO] [stdout]      |
[INFO] [stdout] 1224 |     size: uint
[INFO] [stdout]      |           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1244:29
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1244:42
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1228 | impl<'a, T, uint> Iterator for Chunks<'a, T> {
[INFO] [stdout]      |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1275:28
[INFO] [stdout]      |
[INFO] [stdout] 1275 |     fn indexable(&self) -> uint {
[INFO] [stdout]      |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1280:30
[INFO] [stdout]      |
[INFO] [stdout] 1280 |     fn idx(&mut self, index: uint) -> Option<&'a [T]> {
[INFO] [stdout]      |                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1299:17
[INFO] [stdout]      |
[INFO] [stdout] 1299 |     chunk_size: uint
[INFO] [stdout]      |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1320:29
[INFO] [stdout]      |
[INFO] [stdout] 1320 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1320:42
[INFO] [stdout]      |
[INFO] [stdout] 1320 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]      |                                          ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1303 | impl<'a, T, uint> Iterator for ChunksMut<'a, T> {
[INFO] [stdout]      |           ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1399:57
[INFO] [stdout]      |
[INFO] [stdout] 1399 | pub unsafe fn from_raw_buf<'a, T>(p: &'a *const T, len: uint) -> &'a [T] {
[INFO] [stdout]      |                                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1411:59
[INFO] [stdout]      |
[INFO] [stdout] 1411 | pub unsafe fn from_raw_mut_buf<'a, T>(p: &'a *mut T, len: uint) -> &'a mut [T] {
[INFO] [stdout]      |                                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/macros.rs:18:61
[INFO] [stdout]      |
[INFO] [stdout]   18 |         static _MSG_FILE_LINE: (&'static str, &'static str, uint) = ($msg, file!(), line!());
[INFO] [stdout]      |                                                             ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/slice.rs:1445:9
[INFO] [stdout]      |
[INFO] [stdout] 1445 |         assert!(dst.len() >= len_src);
[INFO] [stdout]      |         ----------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `panic` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/slice.rs:1549:20
[INFO] [stdout]      |
[INFO] [stdout] 1549 | impl_int_slices! { uint, int }
[INFO] [stdout]      |                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]     --> src/slice.rs:1549:26
[INFO] [stdout]      |
[INFO] [stdout] 1549 |   impl_int_slices! { uint, int }
[INFO] [stdout]      |                            ^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/num/mod.rs:34:1
[INFO] [stdout]      |
[INFO] [stdout]   34 | / pub trait Int
[INFO] [stdout]   35 | |     : Copy + Clone
[INFO] [stdout]   36 | |     + NumCast
[INFO] [stdout]   37 | |     + PartialOrd + Ord
[INFO] [stdout] ...    |
[INFO] [stdout]  375 | | }
[INFO] [stdout]      | |_- similarly named trait `Int` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]      |
[INFO] [stdout] 1549 - impl_int_slices! { uint, int }
[INFO] [stdout] 1549 + impl_int_slices! { uint, Int }
[INFO] [stdout]      |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]      |
[INFO] [stdout] 1549 - impl_int_slices! { uint, int }
[INFO] [stdout] 1549 + impl_int_slices! { uint, i32 }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:153:17
[INFO] [stdout]     |
[INFO] [stdout] 153 |     InvalidByte(uint),
[INFO] [stdout]     |                 ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/str/mod.rs:200:28
[INFO] [stdout]     |
[INFO] [stdout] 200 |       while *s.offset(len as int) != 0 {
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/num/mod.rs:34:1
[INFO] [stdout]     |
[INFO] [stdout]  34 | / pub trait Int
[INFO] [stdout]  35 | |     : Copy + Clone
[INFO] [stdout]  36 | |     + NumCast
[INFO] [stdout]  37 | |     + PartialOrd + Ord
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- similarly named trait `Int` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 200 -     while *s.offset(len as int) != 0 {
[INFO] [stdout] 200 +     while *s.offset(len as Int) != 0 {
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 200 -     while *s.offset(len as int) != 0 {
[INFO] [stdout] 200 +     while *s.offset(len as i32) != 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:222:46
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn only_ascii(&self) -> bool { (*self as uint) < 128 }
[INFO] [stdout]     |                                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:322:29
[INFO] [stdout]     |
[INFO] [stdout] 322 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:322:42
[INFO] [stdout]     |
[INFO] [stdout] 322 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:367:19
[INFO] [stdout]     |
[INFO] [stdout] 367 |     front_offset: uint,
[INFO] [stdout]     |                   ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:373:18
[INFO] [stdout]     |
[INFO] [stdout] 373 |     type Item = (uint, char);
[INFO] [stdout]     |                  ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:376:35
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn next(&mut self) -> Option<(uint, char)> {
[INFO] [stdout]     |                                   ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:390:29
[INFO] [stdout]     |
[INFO] [stdout] 390 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:390:42
[INFO] [stdout]     |
[INFO] [stdout] 390 |     fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                          ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:398:40
[INFO] [stdout]     |
[INFO] [stdout] 398 |     fn next_back(&mut self) -> Option<(uint, char)> {
[INFO] [stdout]     |                                        ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:57:37
[INFO] [stdout]     |
[INFO] [stdout]  57 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                     ^^^^ not a type
[INFO] [stdout] ...
[INFO] [stdout] 417 | delegate_iter!{exact u8 : Bytes<'a>}
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `delegate_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:57:50
[INFO] [stdout]     |
[INFO] [stdout]  57 |             fn size_hint(&self) -> (uint, Option<uint>) {
[INFO] [stdout]     |                                                  ^^^^ not a type
[INFO] [stdout] ...
[INFO] [stdout] 417 | delegate_iter!{exact u8 : Bytes<'a>}
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `delegate_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:42:30
[INFO] [stdout]     |
[INFO] [stdout]  42 |             fn len(&self) -> uint {
[INFO] [stdout]     |                              ^^^^ not a type
[INFO] [stdout] ...
[INFO] [stdout] 417 | delegate_iter!{exact u8 : Bytes<'a>}
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `delegate_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:449:12
[INFO] [stdout]     |
[INFO] [stdout] 449 |     count: uint,
[INFO] [stdout]     |            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:573:15
[INFO] [stdout]     |
[INFO] [stdout] 573 |     position: uint
[INFO] [stdout]     |               ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:581:67
[INFO] [stdout]     |
[INFO] [stdout] 581 |     fn next(&mut self, haystack: &[u8], needle: &[u8]) -> Option<(uint, uint)> {
[INFO] [stdout]     |                                                                   ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:581:73
[INFO] [stdout]     |
[INFO] [stdout] 581 |     fn next(&mut self, haystack: &[u8], needle: &[u8]) -> Option<(uint, uint)> {
[INFO] [stdout]     |                                                                         ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:600:15
[INFO] [stdout]     |
[INFO] [stdout] 600 |     crit_pos: uint,
[INFO] [stdout]     |               ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:601:13
[INFO] [stdout]     |
[INFO] [stdout] 601 |     period: uint,
[INFO] [stdout]     |             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:605:15
[INFO] [stdout]     |
[INFO] [stdout] 605 |     position: uint,
[INFO] [stdout]     |               ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:606:13
[INFO] [stdout]     |
[INFO] [stdout] 606 |     memory: uint
[INFO] [stdout]     |             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:696:67
[INFO] [stdout]     |
[INFO] [stdout] 696 | ...                   .fold(0, |a, &b| (1 << ((b & 0x3f) as uint)) | a);
[INFO] [stdout]     |                                                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:734:86
[INFO] [stdout]     |
[INFO] [stdout] 734 |     fn next(&mut self, haystack: &[u8], needle: &[u8], long_period: bool) -> Option<(uint, uint)> {
[INFO] [stdout]     |                                                                                      ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:734:92
[INFO] [stdout]     |
[INFO] [stdout] 734 |     fn next(&mut self, haystack: &[u8], needle: &[u8], long_period: bool) -> Option<(uint, uint)> {
[INFO] [stdout]     |                                                                                            ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:744:25
[INFO] [stdout]     |
[INFO] [stdout] 744 |                      as uint)) & 1 == 0 {
[INFO] [stdout]     |                         ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:791:55
[INFO] [stdout]     |
[INFO] [stdout] 791 |     fn maximal_suffix(arr: &[u8], reversed: bool) -> (uint, uint) {
[INFO] [stdout]     |                                                       ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:791:61
[INFO] [stdout]     |
[INFO] [stdout] 791 |     fn maximal_suffix(arr: &[u8], reversed: bool) -> (uint, uint) {
[INFO] [stdout]     |                                                             ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:877:15
[INFO] [stdout]     |
[INFO] [stdout] 877 |     last_end: uint,
[INFO] [stdout]     |               ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:883:18
[INFO] [stdout]     |
[INFO] [stdout] 883 |     type Item = (uint, uint);
[INFO] [stdout]     |                  ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:883:24
[INFO] [stdout]     |
[INFO] [stdout] 883 |     type Item = (uint, uint);
[INFO] [stdout]     |                        ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:886:35
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn next(&mut self) -> Option<(uint, uint)> {
[INFO] [stdout]     |                                   ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:886:41
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn next(&mut self) -> Option<(uint, uint)> {
[INFO] [stdout]     |                                         ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:932:57
[INFO] [stdout]     |
[INFO] [stdout] 932 |     extern { fn memcmp(s1: *const i8, s2: *const i8, n: uint) -> i32; }
[INFO] [stdout]     |                                                         ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:989:46
[INFO] [stdout]     |
[INFO] [stdout] 989 |             let w = UTF8_CHAR_WIDTH[first as uint] as uint;
[INFO] [stdout]     |                                              ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]    --> src/str/mod.rs:989:55
[INFO] [stdout]     |
[INFO] [stdout] 989 |             let w = UTF8_CHAR_WIDTH[first as uint] as uint;
[INFO] [stdout]     |                                                       ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0573]: expected type, found module `uint`
[INFO] [stdout]     --> src/str/mod.rs:1063:15
[INFO] [stdout]      |
[INFO] [stdout] 1063 |     pub next: uint,
[INFO] [stdout]      |               ^^^^ not a type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/str/mod.rs:1121:32
[INFO] [stdout]      |
[INFO] [stdout] 1121 |     impl ops::Index<ops::Range<uint>> for str {
[INFO] [stdout]      |                                ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1121 |     impl<uint> ops::Index<ops::Range<uint>> for str {
[INFO] [stdout]      |         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/str/mod.rs:1124:44
[INFO] [stdout]      |
[INFO] [stdout] 1124 |         fn index(&self, index: &ops::Range<uint>) -> &str {
[INFO] [stdout]      |                                            ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1121 |     impl<uint> ops::Index<ops::Range<uint>> for str {
[INFO] [stdout]      |         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/str/mod.rs:1128:34
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     impl ops::Index<ops::RangeTo<uint>> for str {
[INFO] [stdout]      |                                  ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     impl<uint> ops::Index<ops::RangeTo<uint>> for str {
[INFO] [stdout]      |         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]     --> src/str/mod.rs:1131:46
[INFO] [stdout]      |
[INFO] [stdout] 1131 |         fn index(&self, index: &ops::RangeTo<uint>) -> &str {
[INFO] [stdout]      |                                              ^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     impl<uint> ops::Index<ops::RangeTo<uint>> for str {
[INFO] [stdout]      |         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[WARN] too many lines in the log, truncating it
