[INFO] fetching crate maparr 0.1.0... [INFO] checking maparr-0.1.0 against master#8a703520e80d87d4423c01f9d4fbc9e5f6533a02 for pr-154205-1 [INFO] extracting crate maparr 0.1.0 into /workspace/builds/worker-4-tc1/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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate maparr 0.1.0 on toolchain 8a703520e80d87d4423c01f9d4fbc9e5f6533a02 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "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" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 756b19d7f5e685b913fa8cc1f2f3e44f6dc04c599361a66d91db57f1d9990536 [INFO] running `Command { std: "docker" "start" "-a" "756b19d7f5e685b913fa8cc1f2f3e44f6dc04c599361a66d91db57f1d9990536", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "756b19d7f5e685b913fa8cc1f2f3e44f6dc04c599361a66d91db57f1d9990536", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "756b19d7f5e685b913fa8cc1f2f3e44f6dc04c599361a66d91db57f1d9990536", kill_on_drop: false }` [INFO] [stdout] 756b19d7f5e685b913fa8cc1f2f3e44f6dc04c599361a66d91db57f1d9990536 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbf75e018066860cac940e990afcf3d3495a9c557cedd98c0d50ac6f45319b4b [INFO] running `Command { std: "docker" "start" "-a" "bbf75e018066860cac940e990afcf3d3495a9c557cedd98c0d50ac6f45319b4b", kill_on_drop: false }` [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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: `#[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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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] = 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/8a703520e80d87d4423c01f9d4fbc9e5f6533a02/library/core/src/prelude/mod.rs:41:12 [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: 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 0.80s [INFO] running `Command { std: "docker" "inspect" "bbf75e018066860cac940e990afcf3d3495a9c557cedd98c0d50ac6f45319b4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbf75e018066860cac940e990afcf3d3495a9c557cedd98c0d50ac6f45319b4b", kill_on_drop: false }` [INFO] [stdout] bbf75e018066860cac940e990afcf3d3495a9c557cedd98c0d50ac6f45319b4b