[INFO] fetching crate core-nightly 2015.1.7... [INFO] checking core-nightly-2015.1.7 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate core-nightly 2015.1.7 into /workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate core-nightly 2015.1.7 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1986ae25eacd92e691955527ef87b985c5327d8c91ef9dc31592038b6817559e [INFO] running `Command { std: "docker" "start" "-a" "1986ae25eacd92e691955527ef87b985c5327d8c91ef9dc31592038b6817559e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1986ae25eacd92e691955527ef87b985c5327d8c91ef9dc31592038b6817559e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1986ae25eacd92e691955527ef87b985c5327d8c91ef9dc31592038b6817559e", kill_on_drop: false }` [INFO] [stdout] 1986ae25eacd92e691955527ef87b985c5327d8c91ef9dc31592038b6817559e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ccfc5005a77a65f0ec92bc86a74b6eb13bc5f0a4ae372ba417c564722f21539 [INFO] running `Command { std: "docker" "start" "-a" "3ccfc5005a77a65f0ec92bc86a74b6eb13bc5f0a4ae372ba417c564722f21539", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking 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[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: 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[E0658]: use of unstable library feature `test`: `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/hash/sip.rs:505:7 [INFO] [stdout] | [INFO] [stdout] 505 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `test`: `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/hash/sip.rs:513:7 [INFO] [stdout] | [INFO] [stdout] 513 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `test`: `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/hash/sip.rs:521:7 [INFO] [stdout] | [INFO] [stdout] 521 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `test`: `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/hash/sip.rs:529:7 [INFO] [stdout] | [INFO] [stdout] 529 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `test`: `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/hash/sip.rs:542:7 [INFO] [stdout] | [INFO] [stdout] 542 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-19; consider upgrading it if it is out of date [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[E0432]: unresolved import `test` [INFO] [stdout] --> src/hash/sip.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | use test::Bencher; [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `hash::sip::tests::test::test` [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: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: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: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 derive macro `Show` in this scope [INFO] [stdout] --> src/num/mod.rs:1233:27 [INFO] [stdout] | [INFO] [stdout] 1233 | #[derive(Copy, PartialEq, Show)] [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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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 derive macro `Show` in this scope [INFO] [stdout] --> src/num/mod.rs:1233:27 [INFO] [stdout] | [INFO] [stdout] 1233 | #[derive(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^ [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: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: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: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: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: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: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: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: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: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: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] 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] 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] 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] 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] 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] 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] 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: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] 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] 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] 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] 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/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/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/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 derive macro `Show` in this scope [INFO] [stdout] --> src/intrinsics.rs:547:38 [INFO] [stdout] | [INFO] [stdout] 547 | #[derive(Clone, Copy, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^ [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 derive macro `Show` in this scope [INFO] [stdout] --> src/nonzero.rs:34:55 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Show)] [INFO] [stdout] | ^^^^ [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/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/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/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 `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 `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/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 derive macro `Show` in this scope [INFO] [stdout] --> src/cmp.rs:108:34 [INFO] [stdout] | [INFO] [stdout] 108 | #[derive(Clone, Copy, PartialEq, Show)] [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 derive macro `Show` in this scope [INFO] [stdout] --> src/intrinsics.rs:547:38 [INFO] [stdout] | [INFO] [stdout] 547 | #[derive(Clone, Copy, PartialEq, Eq, Show)] [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 derive macro `Show` in this scope [INFO] [stdout] --> src/nonzero.rs:34:55 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Show)] [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/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/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/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 `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 `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/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 derive macro `Show` in this scope [INFO] [stdout] --> src/cmp.rs:108:34 [INFO] [stdout] | [INFO] [stdout] 108 | #[derive(Clone, Copy, PartialEq, Show)] [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] 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/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/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/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] 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/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/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 `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 `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 `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 `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 `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 `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 `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 `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/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/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/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/cell.rs:335:7 [INFO] [stdout] | [INFO] [stdout] 335 | #[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] 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 `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/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/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/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 `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 `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 `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 `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 `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 `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 `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 `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/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/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/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/cell.rs:335:7 [INFO] [stdout] | [INFO] [stdout] 335 | #[experimental] [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] 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 `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/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/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 `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 `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 `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 `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: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: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: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: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: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: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: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: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] 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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 derive macro `Show` in this scope [INFO] [stdout] --> src/iter.rs:1172:28 [INFO] [stdout] | [INFO] [stdout] 1172 | #[derive(Clone, PartialEq, Show)] [INFO] [stdout] | ^^^^ [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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:2388:3 [INFO] [stdout] | [INFO] [stdout] 2388 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> src/iter.rs:1172:28 [INFO] [stdout] | [INFO] [stdout] 1172 | #[derive(Clone, PartialEq, Show)] [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: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: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/iter.rs:1375:3 [INFO] [stdout] | [INFO] [stdout] 1375 | #[experimental = "trait is experimental"] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> src/option.rs:166:55 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Show, Hash)] [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/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/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/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/iter.rs:1964:3 [INFO] [stdout] | [INFO] [stdout] 1964 | #[experimental = "trait is experimental"] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> src/result.rs:246:55 [INFO] [stdout] | [INFO] [stdout] 246 | #[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Show, Hash)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Show` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/result.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | use fmt::Show; [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/result.rs:956:3 [INFO] [stdout] | [INFO] [stdout] 956 | #[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 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/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/simd.rs:40:3 [INFO] [stdout] | [INFO] [stdout] 40 | #[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 `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 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 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/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/simd.rs:49:3 [INFO] [stdout] | [INFO] [stdout] 49 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> src/option.rs:166:55 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Show, Hash)] [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 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 derive macro `Show` in this scope [INFO] [stdout] --> src/result.rs:246:55 [INFO] [stdout] | [INFO] [stdout] 246 | #[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Show, Hash)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Show` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/result.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | use fmt::Show; [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 `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 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: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 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 `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 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: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 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:50:3 [INFO] [stdout] | [INFO] [stdout] 50 | #[simd] [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:58:16 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(Copy, Show)] [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:56:3 [INFO] [stdout] | [INFO] [stdout] 56 | #[experimental] [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:57:3 [INFO] [stdout] | [INFO] [stdout] 57 | #[simd] [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: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 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 `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 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 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 `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 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: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 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:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | #[simd] [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 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:84:3 [INFO] [stdout] | [INFO] [stdout] 84 | #[experimental] [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:85:3 [INFO] [stdout] | [INFO] [stdout] 85 | #[simd] [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: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 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 `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 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 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 `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/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 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 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/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/simd.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | #[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 `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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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 derive macro `Show` in this scope [INFO] [stdout] --> src/str/mod.rs:145:38 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Copy, Eq, PartialEq, Clone, Show)] [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] 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/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/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/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 derive macro `Show` in this scope [INFO] [stdout] --> src/str/mod.rs:145:38 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Copy, Eq, PartialEq, Clone, Show)] [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 macro `format` in this scope [INFO] [stdout] --> src/hash/sip.rs:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | s.push_str(format!("{}", fmt::radix(*b, 16)).as_slice()); [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 macro `vec` in this scope [INFO] [stdout] --> src/hash/sip.rs:378:13 [INFO] [stdout] | [INFO] [stdout] 378 | vec![(h >> 0) as u8, [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 macro `format` in this scope [INFO] [stdout] --> src/hash/sip.rs:393:28 [INFO] [stdout] | [INFO] [stdout] 393 | s.push_str(format!("{}", fmt::radix(*b, 16)).as_slice()); [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 macro `debug` in this scope [INFO] [stdout] --> src/hash/sip.rs:399:13 [INFO] [stdout] | [INFO] [stdout] 399 | debug!("siphash test {}: {}", t, buf); [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 macro `debug` in this scope [INFO] [stdout] --> src/hash/sip.rs:402:13 [INFO] [stdout] | [INFO] [stdout] 402 | debug!("got {}, expected {}", out, vec); [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 macro `debug` in this scope [INFO] [stdout] --> src/hash/sip.rs:410:13 [INFO] [stdout] | [INFO] [stdout] 410 | debug!("{}: ({}) => inc={} full={}", t, v, i, f); [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/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: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: 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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 [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 [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 [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 [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 { [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 { [INFO] [stdout] 733 + fn to_int(&self) -> Option { [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 733 - fn to_int(&self) -> Option { [INFO] [stdout] 733 + fn to_int(&self) -> Option { [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 730 | pub trait ToPrimitive { [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 { [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 { [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | [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] 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] 906 | fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 906 - fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(int, *self) } [INFO] [stdout] 906 + fn to_int(&self) -> Option { impl_to_primitive_uint_to_int!(i32, *self) } [INFO] [stdout] | [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 { 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 { 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] 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] 961 | fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | [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] 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] 961 | fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as Int) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as i32) } [INFO] [stdout] | [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 { 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 { 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] 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] 961 | fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | [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] 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] 961 | fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as Int) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 961 - fn to_int(&self) -> Option { Some(*self as int) } [INFO] [stdout] 961 + fn to_int(&self) -> Option { Some(*self as i32) } [INFO] [stdout] | [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 { 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 { 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 { [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 { [INFO] [stdout] 999 + fn from_int(n: Int) -> Option { [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 999 - fn from_int(n: int) -> Option { [INFO] [stdout] 999 + fn from_int(n: i32) -> Option { [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 { [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(n: int) -> Option { [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(n: int) -> Option { [INFO] [stdout] 1077 + pub fn from_int(n: Int) -> Option { [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1077 - pub fn from_int(n: int) -> Option { [INFO] [stdout] 1077 + pub fn from_int(n: i32) -> Option { [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(n: uint) -> Option { [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] 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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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/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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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[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[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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [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/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] 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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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/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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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/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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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 `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/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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 `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/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/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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 `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/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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1150: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] 1150 | #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: Int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1150 - #[inline] fn from_int(n: int) -> Option<$T> { n.$to_ty() } [INFO] [stdout] 1150 + #[inline] fn from_int(n: i32) -> Option<$T> { n.$to_ty() } [INFO] [stdout] | [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) -> 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/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/f32.rs:185:34 [INFO] [stdout] | [INFO] [stdout] 185 | fn digits(_: Option) -> uint { 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/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/f32.rs:193:35 [INFO] [stdout] | [INFO] [stdout] 193 | fn min_exp(_: Option) -> 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/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 `int` in this scope [INFO] [stdout] --> src/num/f32.rs:197:35 [INFO] [stdout] | [INFO] [stdout] 197 | fn max_exp(_: Option) -> 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) -> 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 `uint` in this scope [INFO] [stdout] --> src/num/mod.rs:1284:54 [INFO] [stdout] | [INFO] [stdout] 1284 | fn mantissa_digits(unused_self: Option) -> 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/f32.rs:205:38 [INFO] [stdout] | [INFO] [stdout] 205 | fn max_10_exp(_: Option) -> 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:1287:45 [INFO] [stdout] | [INFO] [stdout] 1287 | fn digits(unused_self: 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/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 `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) -> 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) -> int; [INFO] [stdout] 1293 + fn min_exp(unused_self: Option) -> Int; [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1293 - fn min_exp(unused_self: Option) -> int; [INFO] [stdout] 1293 + fn min_exp(unused_self: Option) -> i32; [INFO] [stdout] | [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 `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) -> 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) -> int; [INFO] [stdout] 1296 + fn max_exp(unused_self: Option) -> Int; [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1296 - fn max_exp(unused_self: Option) -> int; [INFO] [stdout] 1296 + fn max_exp(unused_self: Option) -> i32; [INFO] [stdout] | [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/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) -> 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) -> int; [INFO] [stdout] 1299 + fn min_10_exp(unused_self: Option) -> 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) -> int; [INFO] [stdout] 1299 + fn min_10_exp(unused_self: Option) -> i32; [INFO] [stdout] | [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/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) -> 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) -> int; [INFO] [stdout] 1302 + fn max_10_exp(unused_self: Option) -> 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) -> int; [INFO] [stdout] 1302 + fn max_10_exp(unused_self: Option) -> i32; [INFO] [stdout] | [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 `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; [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: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/mod.rs:1404:58 [INFO] [stdout] | [INFO] [stdout] 1404 | pub fn from_str_radix(str: &str, radix: uint) -> Option { [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:188:43 [INFO] [stdout] | [INFO] [stdout] 188 | fn mantissa_digits(_: Option) -> 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/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/num/f64.rs:192:34 [INFO] [stdout] | [INFO] [stdout] 192 | fn digits(_: Option) -> uint { 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/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/f64.rs:200:35 [INFO] [stdout] | [INFO] [stdout] 200 | fn min_exp(_: Option) -> 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/mod.rs:1499:56 [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] 1499 | sig = sig + ((digit as int) as $T); [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1499 - sig = sig + ((digit as int) as $T); [INFO] [stdout] 1499 + sig = sig + ((digit as Int) as $T); [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1499 - sig = sig + ((digit as int) as $T); [INFO] [stdout] 1499 + sig = sig + ((digit as i32) as $T); [INFO] [stdout] | [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) -> 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/mod.rs:1501:56 [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] 1501 | sig = sig - ((digit as int) as $T); [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1501 - sig = sig - ((digit as int) as $T); [INFO] [stdout] 1501 + sig = sig - ((digit as Int) as $T); [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1501 - sig = sig - ((digit as int) as $T); [INFO] [stdout] 1501 + sig = sig - ((digit as i32) as $T); [INFO] [stdout] | [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) -> 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 `uint` in this scope [INFO] [stdout] --> src/num/mod.rs:1582:69 [INFO] [stdout] | [INFO] [stdout] 1582 | Some(('-', src)) => (false, src.parse::()), [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/f64.rs:212:38 [INFO] [stdout] | [INFO] [stdout] 212 | fn max_10_exp(_: Option) -> 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:1583:69 [INFO] [stdout] | [INFO] [stdout] 1583 | Some(('+', src)) => (true, src.parse::()), [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:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | + Shl [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 [INFO] [stdout] | ++++++ [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::()), [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:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | + Shr [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 [INFO] [stdout] | ++++++ [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/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/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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1499:56 [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] 1499 | sig = sig + ((digit as int) as $T); [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1499 - sig = sig + ((digit as int) as $T); [INFO] [stdout] 1499 + sig = sig + ((digit as Int) as $T); [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1499 - sig = sig + ((digit as int) as $T); [INFO] [stdout] 1499 + sig = sig + ((digit as i32) as $T); [INFO] [stdout] | [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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:1501:56 [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] 1501 | sig = sig - ((digit as int) as $T); [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 1501 - sig = sig - ((digit as int) as $T); [INFO] [stdout] 1501 + sig = sig - ((digit as Int) as $T); [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 1501 - sig = sig - ((digit as int) as $T); [INFO] [stdout] 1501 + sig = sig - ((digit as i32) as $T); [INFO] [stdout] | [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:1582:69 [INFO] [stdout] | [INFO] [stdout] 1582 | Some(('-', src)) => (false, src.parse::()), [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: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:1583:69 [INFO] [stdout] | [INFO] [stdout] 1583 | Some(('+', src)) => (true, src.parse::()), [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: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:1584:69 [INFO] [stdout] | [INFO] [stdout] 1584 | Some((_, _)) => (true, src.parse::()), [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: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 `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: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: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/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/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: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: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/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/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: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: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: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: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/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/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: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: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/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/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: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: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: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: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/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/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: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: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/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/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: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: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: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: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/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/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: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: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/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/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/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/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/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/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/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/intrinsics.rs:187:28 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn size_of() -> 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: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/intrinsics.rs:194:33 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn min_align_of() -> 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: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/intrinsics.rs:195:34 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn pref_align_of() -> 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: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 `int` in this scope [INFO] [stdout] --> src/intrinsics.rs:255:45 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn offset(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/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/intrinsics.rs:295:77 [INFO] [stdout] | [INFO] [stdout] 295 | pub fn copy_nonoverlapping_memory(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/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/intrinsics.rs:325:62 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn copy_memory(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/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/intrinsics.rs:330:55 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn set_memory(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/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/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/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/intrinsics.rs:344:71 [INFO] [stdout] | [INFO] [stdout] 344 | pub fn volatile_copy_memory(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/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/intrinsics.rs:350:64 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn volatile_set_memory(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/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/mem.rs:46:24 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn size_of() -> 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: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/mem.rs:61:36 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn size_of_val(_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/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/mem.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn min_align_of() -> 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: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/mem.rs:93:41 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn min_align_of_val(_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/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 `uint` in this scope [INFO] [stdout] --> src/mem.rs:111:25 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn align_of() -> 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: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/mem.rs:133:37 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn align_of_val(_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/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 `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 `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 { [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 { [INFO] [stdout] 733 + fn to_int(&self) -> Option { [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 733 - fn to_int(&self) -> Option { [INFO] [stdout] 733 + fn to_int(&self) -> Option { [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 730 | pub trait ToPrimitive { [INFO] [stdout] | +++++ [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(dst: *mut 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/num/mod.rs:760:33 [INFO] [stdout] | [INFO] [stdout] 760 | fn to_uint(&self) -> Option { [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 { [INFO] [stdout] | ++++++ [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 `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 `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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:836:40 [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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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/num/mod.rs:836:81 [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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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/num/mod.rs:847:41 [INFO] [stdout] | [INFO] [stdout] 847 | fn to_uint(&self) -> Option { 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 { 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/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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:836:40 [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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 `uint` in this scope [INFO] [stdout] --> src/num/mod.rs:847:41 [INFO] [stdout] | [INFO] [stdout] 847 | fn to_uint(&self) -> Option { 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 { 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/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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:836:40 [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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 `uint` in this scope [INFO] [stdout] --> src/num/mod.rs:847:41 [INFO] [stdout] | [INFO] [stdout] 847 | fn to_uint(&self) -> Option { 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/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/num/mod.rs:847:84 [INFO] [stdout] | [INFO] [stdout] 847 | fn to_uint(&self) -> Option { 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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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/num/mod.rs:836:81 [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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [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 `uint` in this scope [INFO] [stdout] --> src/num/mod.rs:847:41 [INFO] [stdout] | [INFO] [stdout] 847 | fn to_uint(&self) -> Option { 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 { 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/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 `int` in this scope [INFO] [stdout] --> src/num/mod.rs:836:40 [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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | [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] 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] 836 | fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] | ^^^ [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] help: a trait with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, Int, *self) } [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 836 - fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, int, *self) } [INFO] [stdout] 836 + fn to_int(&self) -> Option { impl_to_primitive_int_to_int!($T, i32, *self) } [INFO] [stdout] | [INFO] [stdout] [WARN] too many lines in the log, truncating it