[INFO] fetching crate fastmurmur3 0.1.2... [INFO] testing fastmurmur3-0.1.2 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate fastmurmur3 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate fastmurmur3 0.1.2 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fastmurmur3 0.1.2 [INFO] finished tweaking crates.io crate fastmurmur3 0.1.2 [INFO] tweaked toml for crates.io crate fastmurmur3 0.1.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded seahash v3.0.7 [INFO] [stderr] Downloaded xoroshiro128 v0.3.0 [INFO] [stderr] Downloaded fasthash-sys v0.3.2 [INFO] [stderr] Downloaded fasthash v0.4.0 [INFO] [stderr] Downloaded murmur3 v0.5.1 [INFO] [stderr] Downloaded xxhash-rust v0.8.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3110bdf281182acf1482c296133653d3b8cff97d9cfb499ec8ced8a79faefb7c [INFO] running `Command { std: "docker" "start" "-a" "3110bdf281182acf1482c296133653d3b8cff97d9cfb499ec8ced8a79faefb7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3110bdf281182acf1482c296133653d3b8cff97d9cfb499ec8ced8a79faefb7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3110bdf281182acf1482c296133653d3b8cff97d9cfb499ec8ced8a79faefb7c", kill_on_drop: false }` [INFO] [stdout] 3110bdf281182acf1482c296133653d3b8cff97d9cfb499ec8ced8a79faefb7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e75f1f5cc1216fef1ad45bb38ebd8a7aab1d0479135418a6393a8ed519dbeff [INFO] running `Command { std: "docker" "start" "-a" "2e75f1f5cc1216fef1ad45bb38ebd8a7aab1d0479135418a6393a8ed519dbeff", 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 1.22s [INFO] running `Command { std: "docker" "inspect" "2e75f1f5cc1216fef1ad45bb38ebd8a7aab1d0479135418a6393a8ed519dbeff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e75f1f5cc1216fef1ad45bb38ebd8a7aab1d0479135418a6393a8ed519dbeff", kill_on_drop: false }` [INFO] [stdout] 2e75f1f5cc1216fef1ad45bb38ebd8a7aab1d0479135418a6393a8ed519dbeff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a36fa9a0fd1f9a22468f2066005f3e42a4c2e1f42ae92d1b2222841164848bdb [INFO] running `Command { std: "docker" "start" "-a" "a36fa9a0fd1f9a22468f2066005f3e42a4c2e1f42ae92d1b2222841164848bdb", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling murmur3 v0.5.1 [INFO] [stderr] Compiling xxhash-rust v0.8.3 [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] Compiling xoroshiro128 v0.3.0 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling twox-hash v1.6.2 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling fasthash-sys v0.3.2 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling fasthash v0.4.0 [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" "a36fa9a0fd1f9a22468f2066005f3e42a4c2e1f42ae92d1b2222841164848bdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a36fa9a0fd1f9a22468f2066005f3e42a4c2e1f42ae92d1b2222841164848bdb", kill_on_drop: false }` [INFO] [stdout] a36fa9a0fd1f9a22468f2066005f3e42a4c2e1f42ae92d1b2222841164848bdb