[INFO] fetching crate fastmurmur3 0.1.2... [INFO] testing fastmurmur3-0.1.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate fastmurmur3 0.1.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate fastmurmur3 0.1.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 648d07a232c4fed41a892849c143e4747f52adb2b4636074a2c416cee3dbc73b [INFO] running `Command { std: "docker" "start" "-a" "648d07a232c4fed41a892849c143e4747f52adb2b4636074a2c416cee3dbc73b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "648d07a232c4fed41a892849c143e4747f52adb2b4636074a2c416cee3dbc73b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "648d07a232c4fed41a892849c143e4747f52adb2b4636074a2c416cee3dbc73b", kill_on_drop: false }` [INFO] [stdout] 648d07a232c4fed41a892849c143e4747f52adb2b4636074a2c416cee3dbc73b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06e171c119e09652f732ec6c7001cedf304391f554fb41e35d6a396739e61a1c [INFO] running `Command { std: "docker" "start" "-a" "06e171c119e09652f732ec6c7001cedf304391f554fb41e35d6a396739e61a1c", kill_on_drop: false }` [INFO] [stderr] Compiling fastmurmur3 v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `test_println` [INFO] [stdout] --> src/murmur3rs.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! test_println { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [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] running `Command { std: "docker" "inspect" "06e171c119e09652f732ec6c7001cedf304391f554fb41e35d6a396739e61a1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06e171c119e09652f732ec6c7001cedf304391f554fb41e35d6a396739e61a1c", kill_on_drop: false }` [INFO] [stdout] 06e171c119e09652f732ec6c7001cedf304391f554fb41e35d6a396739e61a1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2683d6c574ab7a39dde8a950a8f8ce61ba4e9767959d78cc2916aeca55fcf7a1 [INFO] running `Command { std: "docker" "start" "-a" "2683d6c574ab7a39dde8a950a8f8ce61ba4e9767959d78cc2916aeca55fcf7a1", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.6 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling xxhash-rust v0.8.3 [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] [stderr] Compiling generic-array v0.14.5 [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 clap v2.34.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling xoroshiro128 v0.3.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling twox-hash v1.6.2 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling fasthash v0.4.0 [INFO] [stderr] Compiling fastmurmur3 v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `murmur3c` [INFO] [stdout] --> src/lib.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | let b = murmur3c::hash(SOURCE); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `murmur3c` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 20 | let b = murmur3::hash(SOURCE); [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `murmur3c` [INFO] [stdout] --> src/lib.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | let b = murmur3c::murmur3_x64_128(&buf, salt); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `murmur3c` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 34 | let b = murmur3::murmur3_x64_128(&buf, salt); [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `test_println` [INFO] [stdout] --> src/murmur3rs.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | macro_rules! test_println { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] | [INFO] [stdout] ::: src/murmur3rs.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / match_fallthrough!(trailing_len, { [INFO] [stdout] 71 | | 15 => k2 ^= (buf[14] as u64).shl(48), [INFO] [stdout] 72 | | 14 => k2 ^= (buf[13] as u64).shl(40), [INFO] [stdout] 73 | | 13 => k2 ^= (buf[12] as u64).shl(32), [INFO] [stdout] ... | [INFO] [stdout] 99 | | _ => unreachable!() [INFO] [stdout] 100 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | first declared here [INFO] [stdout] | label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 65 | / match_fallthrough!(x, { [INFO] [stdout] 66 | | 0 => { assert_eq!(x,0); x = 1; }, [INFO] [stdout] 67 | | 1 => { assert_eq!(x,1); x = 2; break; }, [INFO] [stdout] 68 | | _ => { panic!("Should not reach the default case"); }, [INFO] [stdout] 69 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] ... [INFO] [stdout] 65 | / match_fallthrough!(x, { [INFO] [stdout] 66 | | 0 => { assert_eq!(x,0); x = 1; }, [INFO] [stdout] 67 | | 1 => { assert_eq!(x,1); x = 2; break; }, [INFO] [stdout] 68 | | _ => { panic!("Should not reach the default case"); }, [INFO] [stdout] 69 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'fallthrough` shadows a label name that is already in scope [INFO] [stdout] --> src/fallthrough.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | 'fallthrough: loop { [INFO] [stdout] | ^^^^^^^^^^^^ label `'fallthrough` already in scope [INFO] [stdout] ... [INFO] [stdout] 26 | 'fallthrough: loop { [INFO] [stdout] | ------------ first declared here [INFO] [stdout] ... [INFO] [stdout] 65 | / match_fallthrough!(x, { [INFO] [stdout] 66 | | 0 => { assert_eq!(x,0); x = 1; }, [INFO] [stdout] 67 | | 1 => { assert_eq!(x,1); x = 2; break; }, [INFO] [stdout] 68 | | _ => { panic!("Should not reach the default case"); }, [INFO] [stdout] 69 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 140 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fastmurmur3` due to 3 previous errors; 140 warnings emitted [INFO] running `Command { std: "docker" "inspect" "2683d6c574ab7a39dde8a950a8f8ce61ba4e9767959d78cc2916aeca55fcf7a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2683d6c574ab7a39dde8a950a8f8ce61ba4e9767959d78cc2916aeca55fcf7a1", kill_on_drop: false }` [INFO] [stdout] 2683d6c574ab7a39dde8a950a8f8ce61ba4e9767959d78cc2916aeca55fcf7a1