[INFO] fetching crate fastmurmur3 0.1.2... [INFO] testing fastmurmur3-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate fastmurmur3 0.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate fastmurmur3 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking 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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [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 xxhash-rust v0.8.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7d906a8fb3a6e99403ccb07426e5acbe16e695ba26ad89f52720f10a4d6c1d8 [INFO] running `Command { std: "docker" "start" "-a" "b7d906a8fb3a6e99403ccb07426e5acbe16e695ba26ad89f52720f10a4d6c1d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7d906a8fb3a6e99403ccb07426e5acbe16e695ba26ad89f52720f10a4d6c1d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7d906a8fb3a6e99403ccb07426e5acbe16e695ba26ad89f52720f10a4d6c1d8", kill_on_drop: false }` [INFO] [stdout] b7d906a8fb3a6e99403ccb07426e5acbe16e695ba26ad89f52720f10a4d6c1d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ed3191de10d52c4369e8fe1444f577773161da69c2ff0657ab829f98e1ca6bf [INFO] running `Command { std: "docker" "start" "-a" "8ed3191de10d52c4369e8fe1444f577773161da69c2ff0657ab829f98e1ca6bf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] 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.35s [INFO] running `Command { std: "docker" "inspect" "8ed3191de10d52c4369e8fe1444f577773161da69c2ff0657ab829f98e1ca6bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed3191de10d52c4369e8fe1444f577773161da69c2ff0657ab829f98e1ca6bf", kill_on_drop: false }` [INFO] [stdout] 8ed3191de10d52c4369e8fe1444f577773161da69c2ff0657ab829f98e1ca6bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 898b9bba76a5716ce4eca8924748e4a239d3eedbc013d07a95e93f1e413ee231 [INFO] running `Command { std: "docker" "start" "-a" "898b9bba76a5716ce4eca8924748e4a239d3eedbc013d07a95e93f1e413ee231", kill_on_drop: false }` [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling xxhash-rust v0.8.5 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling murmur3 v0.5.1 [INFO] [stdout] warning: unused macro definition: `test_println` [INFO] [stdout] --> src/murmur3rs.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! test_println { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fasthash-sys v0.3.2 [INFO] [stdout] warning: 137 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xoroshiro128 v0.3.0 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling twox-hash v1.6.2 [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" "898b9bba76a5716ce4eca8924748e4a239d3eedbc013d07a95e93f1e413ee231", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "898b9bba76a5716ce4eca8924748e4a239d3eedbc013d07a95e93f1e413ee231", kill_on_drop: false }` [INFO] [stdout] 898b9bba76a5716ce4eca8924748e4a239d3eedbc013d07a95e93f1e413ee231