[INFO] fetching crate rustc-demangle 0.1.26...
[INFO] checking rustc-demangle-0.1.26 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate rustc-demangle 0.1.26 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate rustc-demangle 0.1.26
[INFO] finished tweaking crates.io crate rustc-demangle 0.1.26
[INFO] tweaked toml for crates.io crate rustc-demangle 0.1.26 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustc-demangle 0.1.26 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rustc-demangle 0.1.26 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 56c18e93e6f033a687c0056f34e9cf6c93695eac983f7af70102892a3c3a5c66
[INFO] running `Command { std: "docker" "start" "-a" "56c18e93e6f033a687c0056f34e9cf6c93695eac983f7af70102892a3c3a5c66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56c18e93e6f033a687c0056f34e9cf6c93695eac983f7af70102892a3c3a5c66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56c18e93e6f033a687c0056f34e9cf6c93695eac983f7af70102892a3c3a5c66", kill_on_drop: false }`
[INFO] [stdout] 56c18e93e6f033a687c0056f34e9cf6c93695eac983f7af70102892a3c3a5c66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5586424ad824214ffd23142a77c1a03b8ca9da634a6748afed01999c25bed457
[INFO] running `Command { std: "docker" "start" "-a" "5586424ad824214ffd23142a77c1a03b8ca9da634a6748afed01999c25bed457", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking rustc-demangle v0.1.26 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `panic` is ambiguous
[INFO] [stdout]     --> src/lib.rs:39:9
[INFO] [stdout]      |
[INFO] [stdout]   39 | /         assert!(
[INFO] [stdout]   40 | |             s.contains(needle),
[INFO] [stdout]   41 | |             "{:?} should've contained {:?}",
[INFO] [stdout]   42 | |             s,
[INFO] [stdout]   43 | |             needle
[INFO] [stdout]   44 | |         );
[INFO] [stdout]      | |_________^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/v0.rs:1518:9
[INFO] [stdout]      |
[INFO] [stdout] 1518 | /         assert_contains!(
[INFO] [stdout] 1519 | |             ::demangle(
[INFO] [stdout] 1520 | |                 "RIC20tRYIMYNRYFG05_EB5_B_B6_RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR\
[INFO] [stdout] 1521 | |         RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRB_E",
[INFO] [stdout] ...    |
[INFO] [stdout] 1524 | |             "{recursion limit reached}"
[INFO] [stdout] 1525 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]      = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]     --> src/v0.rs:1279:9
[INFO] [stdout]      |
[INFO] [stdout] 1279 |     use std::prelude::v1::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]      = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]     --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout]      = note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `assert` which comes from the expansion of the macro `assert_contains` (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:39:9
[INFO] [stdout]      |
[INFO] [stdout]   39 | /         assert!(
[INFO] [stdout]   40 | |             s.contains(needle),
[INFO] [stdout]   41 | |             "{:?} should've contained {:?}",
[INFO] [stdout]   42 | |             s,
[INFO] [stdout]   43 | |             needle
[INFO] [stdout]   44 | |         );
[INFO] [stdout]      | |_________^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/v0.rs:1576:9
[INFO] [stdout]      |
[INFO] [stdout] 1576 |           assert_contains!(::demangle(&sym).to_string(), "{recursion limit reached}");
[INFO] [stdout]      |           --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]      = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]     --> src/v0.rs:1279:9
[INFO] [stdout]      |
[INFO] [stdout] 1279 |     use std::prelude::v1::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]      = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]     --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout]      = note: this warning originates in the macro `assert` which comes from the expansion of the macro `assert_contains` (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:39:9
[INFO] [stdout]     |
[INFO] [stdout]  39 | /         assert!(
[INFO] [stdout]  40 | |             s.contains(needle),
[INFO] [stdout]  41 | |             "{:?} should've contained {:?}",
[INFO] [stdout]  42 | |             s,
[INFO] [stdout]  43 | |             needle
[INFO] [stdout]  44 | |         );
[INFO] [stdout]     | |_________^ ambiguous name
[INFO] [stdout] ...
[INFO] [stdout] 540 | /         assert_contains!(
[INFO] [stdout] 541 | |             super::demangle("_RNvB_1a").to_string(),
[INFO] [stdout] 542 | |             "{recursion limit reached}"
[INFO] [stdout] 543 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]    --> src/lib.rs:356:9
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use std::prelude::v1::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]     = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]    --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout]     = note: this warning originates in the macro `assert` which comes from the expansion of the macro `assert_contains` (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:39:9
[INFO] [stdout]     |
[INFO] [stdout]  39 | /         assert!(
[INFO] [stdout]  40 | |             s.contains(needle),
[INFO] [stdout]  41 | |             "{:?} should've contained {:?}",
[INFO] [stdout]  42 | |             s,
[INFO] [stdout]  43 | |             needle
[INFO] [stdout]  44 | |         );
[INFO] [stdout]     | |_________^ ambiguous name
[INFO] [stdout] ...
[INFO] [stdout] 544 | /         assert_contains!(
[INFO] [stdout] 545 | |             super::demangle("_RMC0RB2_").to_string(),
[INFO] [stdout] 546 | |             "{recursion limit reached}"
[INFO] [stdout] 547 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]    --> src/lib.rs:356:9
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use std::prelude::v1::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]     = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]    --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout]     = note: this warning originates in the macro `assert` which comes from the expansion of the macro `assert_contains` (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:51:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | /         assert!(
[INFO] [stdout]  52 | |             s.ends_with(suffix),
[INFO] [stdout]  53 | |             "{:?} should've ended in {:?}",
[INFO] [stdout]  54 | |             s,
[INFO] [stdout]  55 | |             suffix
[INFO] [stdout]  56 | |         );
[INFO] [stdout]     | |_________^ ambiguous name
[INFO] [stdout] ...
[INFO] [stdout] 552 | /         assert_ends_with!(
[INFO] [stdout] 553 | |             super::demangle("RYFG_FGyyEvRYFF_EvRYFFEvERLB_B_B_ERLRjB_B_B_").to_string(),
[INFO] [stdout] 554 | |             "{size limit reached}"
[INFO] [stdout] 555 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]    --> src/lib.rs:356:9
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use std::prelude::v1::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]     = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]    --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout]     = note: this warning originates in the macro `assert` which comes from the expansion of the macro `assert_ends_with` (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:51:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | /         assert!(
[INFO] [stdout]  52 | |             s.ends_with(suffix),
[INFO] [stdout]  53 | |             "{:?} should've ended in {:?}",
[INFO] [stdout]  54 | |             s,
[INFO] [stdout]  55 | |             suffix
[INFO] [stdout]  56 | |         );
[INFO] [stdout]     | |_________^ ambiguous name
[INFO] [stdout] ...
[INFO] [stdout] 558 | /         assert_ends_with!(
[INFO] [stdout] 559 | |             super::demangle("_RMC0FGZZZ_Eu").to_string(),
[INFO] [stdout] 560 | |             "{size limit reached}"
[INFO] [stdout] 561 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]    --> src/lib.rs:356:9
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use std::prelude::v1::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]     = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]    --> /rustc/b1f2594eac607c1f051534800237eeedb5590a49/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout]     = note: this warning originates in the macro `assert` which comes from the expansion of the macro `assert_ends_with` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle {
[INFO] [stdout]    |                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:237:24
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result<Demangle, TryDemangleError> {
[INFO] [stdout]     |                        ^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result<Demangle<'_>, TryDemangleError> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/legacy.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> {
[INFO] [stdout]    |                    ^^^^             ^^^^^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v0.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> {
[INFO] [stdout]    |                    ^^^^             ^^^^^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle {
[INFO] [stdout]    |                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:237:24
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result<Demangle, TryDemangleError> {
[INFO] [stdout]     |                        ^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result<Demangle<'_>, TryDemangleError> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/legacy.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> {
[INFO] [stdout]    |                    ^^^^             ^^^^^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v0.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> {
[INFO] [stdout]    |                    ^^^^             ^^^^^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "5586424ad824214ffd23142a77c1a03b8ca9da634a6748afed01999c25bed457", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5586424ad824214ffd23142a77c1a03b8ca9da634a6748afed01999c25bed457", kill_on_drop: false }`
[INFO] [stdout] 5586424ad824214ffd23142a77c1a03b8ca9da634a6748afed01999c25bed457
