[INFO] cloning repository https://github.com/kurtbuilds/fastmurmur3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kurtbuilds/fastmurmur3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Ffastmurmur3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Ffastmurmur3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 557f03839e9217c41885432545a99cec5508933f [INFO] testing kurtbuilds/fastmurmur3 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Ffastmurmur3" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kurtbuilds/fastmurmur3 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kurtbuilds/fastmurmur3 [INFO] finished tweaking git repo https://github.com/kurtbuilds/fastmurmur3 [INFO] tweaked toml for git repo https://github.com/kurtbuilds/fastmurmur3 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/kurtbuilds/fastmurmur3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xxhash-rust v0.8.2 [INFO] [stderr] Downloaded xoroshiro128 v0.3.0 [INFO] [stderr] Downloaded fasthash v0.4.0 [INFO] [stderr] Downloaded seahash v3.0.7 [INFO] [stderr] Downloaded fasthash-sys v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 847d7a12709665ca1e882ba0911d302fbde110ef635f5b5880c3fc03aa604d2f [INFO] running `Command { std: "docker" "start" "-a" "847d7a12709665ca1e882ba0911d302fbde110ef635f5b5880c3fc03aa604d2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "847d7a12709665ca1e882ba0911d302fbde110ef635f5b5880c3fc03aa604d2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "847d7a12709665ca1e882ba0911d302fbde110ef635f5b5880c3fc03aa604d2f", kill_on_drop: false }` [INFO] [stdout] 847d7a12709665ca1e882ba0911d302fbde110ef635f5b5880c3fc03aa604d2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de214908f4d3bb271f641909adaa0c11da7848ad482af82e3f74a0d81c002b80 [INFO] running `Command { std: "docker" "start" "-a" "de214908f4d3bb271f641909adaa0c11da7848ad482af82e3f74a0d81c002b80", kill_on_drop: false }` [INFO] [stderr] Compiling fastmurmur3 v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `test_println` [INFO] [stdout] --> src/murmur3rs.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! test_println { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 137 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `Command { std: "docker" "inspect" "de214908f4d3bb271f641909adaa0c11da7848ad482af82e3f74a0d81c002b80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de214908f4d3bb271f641909adaa0c11da7848ad482af82e3f74a0d81c002b80", kill_on_drop: false }` [INFO] [stdout] de214908f4d3bb271f641909adaa0c11da7848ad482af82e3f74a0d81c002b80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8944e8b63a671d75aa15bc96a067cc0d78ca1db7ab1009dbe4a67fed6af900cb [INFO] running `Command { std: "docker" "start" "-a" "8944e8b63a671d75aa15bc96a067cc0d78ca1db7ab1009dbe4a67fed6af900cb", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.33 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling murmur3 v0.5.1 [INFO] [stderr] Compiling xxhash-rust v0.8.2 [INFO] [stdout] warning: unused macro definition: `test_println` [INFO] [stdout] --> src/murmur3rs.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! test_println { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stdout] warning: 137 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling fasthash-sys v0.3.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling xoroshiro128 v0.3.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling block-buffer v0.10.0 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling twox-hash v1.6.1 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling fasthash v0.4.0 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling fastmurmur3 v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `murmur3c` [INFO] [stdout] --> src/lib.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | let b = murmur3c::hash(SOURCE); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `murmur3c` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 20 | let b = murmur3::hash(SOURCE); [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `murmur3c` [INFO] [stdout] --> src/lib.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | let b = murmur3c::murmur3_x64_128(&buf, salt); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `murmur3c` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 34 | let b = murmur3::murmur3_x64_128(&buf, salt); [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `test_println` [INFO] [stdout] --> src/murmur3rs.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! test_println { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 65 | / match_fallthrough!(x, { [INFO] [stdout] 66 | | 0 => { assert_eq!(x,0); x = 1; }, [INFO] [stdout] 67 | | 1 => { assert_eq!(x,1); x = 2; break; }, [INFO] [stdout] 68 | | _ => { panic!("Should not reach the default case"); }, [INFO] [stdout] 69 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] ... [INFO] [stdout] 65 | / match_fallthrough!(x, { [INFO] [stdout] 66 | | 0 => { assert_eq!(x,0); x = 1; }, [INFO] [stdout] 67 | | 1 => { assert_eq!(x,1); x = 2; break; }, [INFO] [stdout] 68 | | _ => { panic!("Should not reach the default case"); }, [INFO] [stdout] 69 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] ... [INFO] [stdout] 65 | / match_fallthrough!(x, { [INFO] [stdout] 66 | | 0 => { assert_eq!(x,0); x = 1; }, [INFO] [stdout] 67 | | 1 => { assert_eq!(x,1); x = 2; break; }, [INFO] [stdout] 68 | | _ => { panic!("Should not reach the default case"); }, [INFO] [stdout] 69 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 140 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fastmurmur3` due to 3 previous errors; 140 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8944e8b63a671d75aa15bc96a067cc0d78ca1db7ab1009dbe4a67fed6af900cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8944e8b63a671d75aa15bc96a067cc0d78ca1db7ab1009dbe4a67fed6af900cb", kill_on_drop: false }` [INFO] [stdout] 8944e8b63a671d75aa15bc96a067cc0d78ca1db7ab1009dbe4a67fed6af900cb