[INFO] fetching crate maparr 0.1.0... [INFO] checking maparr-0.1.0 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] extracting crate maparr 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate maparr 0.1.0 [INFO] finished tweaking crates.io crate maparr 0.1.0 [INFO] tweaked toml for crates.io crate maparr 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate maparr 0.1.0 on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate maparr 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 834f46d517aa48055d1fa65a31e2aeadc8f3fe9c80cf1a8b1ba548f5b44501aa [INFO] running `Command { std: "docker" "start" "-a" "834f46d517aa48055d1fa65a31e2aeadc8f3fe9c80cf1a8b1ba548f5b44501aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "834f46d517aa48055d1fa65a31e2aeadc8f3fe9c80cf1a8b1ba548f5b44501aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "834f46d517aa48055d1fa65a31e2aeadc8f3fe9c80cf1a8b1ba548f5b44501aa", kill_on_drop: false }` [INFO] [stdout] 834f46d517aa48055d1fa65a31e2aeadc8f3fe9c80cf1a8b1ba548f5b44501aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1ea4068e3c5d6ceedfc406f037aad320e8aabb6882efc973182a60526646199 [INFO] running `Command { std: "docker" "start" "-a" "d1ea4068e3c5d6ceedfc406f037aad320e8aabb6882efc973182a60526646199", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking maparr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:161:29 [INFO] [stdout] | [INFO] [stdout] 161 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 589 | maparr!(Map; ID1, ID2); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 598 | maparr!(Map; ID1, ID2); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 607 | maparr!(Map; ID1, ID2); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | ... panic!(concat!("parameter position", "<", stringify!($idents), ">", " does not correspond to it's original positi... [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 608 | ... const MAP: Map = maparr!(Map; ID1 = 1, ID2 = 2); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | panic!(concat!("parameter list is too big")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 608 | const MAP: Map = maparr!(Map; ID1 = 1, ID2 = 2); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | panic!(concat!("parameter list is too small")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 608 | const MAP: Map = maparr!(Map; ID1 = 1, ID2 = 2); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:161:29 [INFO] [stdout] | [INFO] [stdout] 161 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 616 | maparr!(Map; ID1, ID2); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | ... panic!(concat!("parameter position", "<", stringify!($idents), ">", " does not correspond to it's original positi... [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 617 | ... const MAP: Map = maparr!(Map; ID1 = false, ID2 = true); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | panic!(concat!("parameter list is too big")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 617 | const MAP: Map = maparr!(Map; ID1 = false, ID2 = true); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | panic!(concat!("parameter list is too small")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 617 | const MAP: Map = maparr!(Map; ID1 = false, ID2 = true); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:161:29 [INFO] [stdout] | [INFO] [stdout] 161 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 626 | maparr!(Map; ID1, ID2); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | ... panic!(concat!("parameter position", "<", stringify!($idents), ">", " does not correspond to it's original positi... [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 627 | ... let _map = maparr!(Map; ID2 = false, ID1 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | panic!(concat!("parameter list is too big")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 627 | let _map = maparr!(Map; ID2 = false, ID1 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | panic!(concat!("parameter list is too small")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 627 | let _map = maparr!(Map; ID2 = false, ID1 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 633 | maparr!(Map; ID1, ID2); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | ... panic!(concat!("parameter position", "<", stringify!($idents), ">", " does not correspond to it's original positi... [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 634 | ... let _map = maparr!(Map; ID2 = false, ID1 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | panic!(concat!("parameter list is too big")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 634 | let _map = maparr!(Map; ID2 = false, ID1 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | panic!(concat!("parameter list is too small")); [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 634 | let _map = maparr!(Map; ID2 = false, ID1 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 681 | test_type!(u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize bool); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 682 | test_type!(Somestruct0 Somestruct1 Somestruct2); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `test_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:161:29 [INFO] [stdout] | [INFO] [stdout] 161 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 688 | maparr!(#[derive(Debug, Clone)] Map; ID_1, ID_2, ID_3, ID_4); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `panic` is ambiguous [INFO] [stdout] --> src/lib.rs:349:29 [INFO] [stdout] | [INFO] [stdout] 349 | panic!( [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] ... [INFO] [stdout] 730 | maparr!(#[derive(Debug, Clone)] Map; ID_1, ID_2, ID_3, ID_4); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #147319 [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `panic` could refer to the macro imported here [INFO] [stdout] --> src/lib.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | use std::prelude::rust_2021::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `panic` to disambiguate [INFO] [stdout] = help: or use `self::panic` to refer to this macro unambiguously [INFO] [stdout] note: `panic` could also refer to a macro from prelude [INFO] [stdout] --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:41:12 [INFO] [stdout] = note: this warning originates in the macro `$crate::__private_maparr` which comes from the expansion of the macro `maparr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:585:9 [INFO] [stdout] | [INFO] [stdout] 585 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s [INFO] running `Command { std: "docker" "inspect" "d1ea4068e3c5d6ceedfc406f037aad320e8aabb6882efc973182a60526646199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1ea4068e3c5d6ceedfc406f037aad320e8aabb6882efc973182a60526646199", kill_on_drop: false }` [INFO] [stdout] d1ea4068e3c5d6ceedfc406f037aad320e8aabb6882efc973182a60526646199