[INFO] fetching crate static_init 1.0.4... [INFO] building static_init-1.0.4 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate static_init 1.0.4 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate static_init 1.0.4 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate static_init 1.0.4 [INFO] tweaked toml for crates.io crate static_init 1.0.4 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate static_init 1.0.4 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate static_init 1.0.4 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ctor v0.2.9 [INFO] [stderr] Downloaded double-checked-cell v2.1.0 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74651dc65248440d06f08849ff94b43ea83e6f4ad050a4a3787de78411742065 [INFO] running `Command { std: "docker" "start" "-a" "74651dc65248440d06f08849ff94b43ea83e6f4ad050a4a3787de78411742065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74651dc65248440d06f08849ff94b43ea83e6f4ad050a4a3787de78411742065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74651dc65248440d06f08849ff94b43ea83e6f4ad050a4a3787de78411742065", kill_on_drop: false }` [INFO] [stdout] 74651dc65248440d06f08849ff94b43ea83e6f4ad050a4a3787de78411742065 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1df5f7a88d352e41f98cd0e9fb6404ec1e1e5496188fe4e3323316464ae00613 [INFO] running `Command { std: "docker" "start" "-a" "1df5f7a88d352e41f98cd0e9fb6404ec1e1e5496188fe4e3323316464ae00613", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling static_init_macro v1.0.4 [INFO] [stderr] Compiling static_init v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) unsafe trait PhaseLocker<'a, T: 'a> { [INFO] [stdout] | ----------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 76 | fn lock_mut(&'a mut self, value: &'a T) -> Self::WriteGuard; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker/sync.rs:694:12 [INFO] [stdout] | [INFO] [stdout] 681 | impl SyncPhaseLocker { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 694 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> SyncPhaseGuard<'a, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker/unsync.rs:261:12 [INFO] [stdout] | [INFO] [stdout] 216 | impl UnSyncPhaseLocker { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 261 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> UnSyncPhaseGuard<'a, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/phase_locker/sync.rs:592:24 [INFO] [stdout] | [INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock { [INFO] [stdout] | ^^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s [INFO] running `Command { std: "docker" "inspect" "1df5f7a88d352e41f98cd0e9fb6404ec1e1e5496188fe4e3323316464ae00613", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1df5f7a88d352e41f98cd0e9fb6404ec1e1e5496188fe4e3323316464ae00613", kill_on_drop: false }` [INFO] [stdout] 1df5f7a88d352e41f98cd0e9fb6404ec1e1e5496188fe4e3323316464ae00613 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 724ac51aec5b521c75ab001e79ea7cdd94aca0924e7d521f1250308796d07024 [INFO] running `Command { std: "docker" "start" "-a" "724ac51aec5b521c75ab001e79ea7cdd94aca0924e7d521f1250308796d07024", kill_on_drop: false }` [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling static_init v1.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling double-checked-cell v2.1.0 [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) unsafe trait PhaseLocker<'a, T: 'a> { [INFO] [stdout] | ----------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 76 | fn lock_mut(&'a mut self, value: &'a T) -> Self::WriteGuard; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker/sync.rs:694:12 [INFO] [stdout] | [INFO] [stdout] 681 | impl SyncPhaseLocker { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 694 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> SyncPhaseGuard<'a, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker/unsync.rs:261:12 [INFO] [stdout] | [INFO] [stdout] 216 | impl UnSyncPhaseLocker { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 261 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> UnSyncPhaseGuard<'a, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/phase_locker/sync.rs:592:24 [INFO] [stdout] | [INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock { [INFO] [stdout] | ^^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling ctor v0.2.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.6.0 [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stdout] | |______________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stdout] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1635 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stdout] 1645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stdout] 1656 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:885:21 [INFO] [stdout] | [INFO] [stdout] 885 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:902:21 [INFO] [stdout] | [INFO] [stdout] 902 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:909:21 [INFO] [stdout] | [INFO] [stdout] 909 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:919:21 [INFO] [stdout] | [INFO] [stdout] 919 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:930:21 [INFO] [stdout] | [INFO] [stdout] 930 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:936:21 [INFO] [stdout] | [INFO] [stdout] 936 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/lazy.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] ... [INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stdout] 1668 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) unsafe trait PhaseLocker<'a, T: 'a> { [INFO] [stdout] | ----------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 76 | fn lock_mut(&'a mut self, value: &'a T) -> Self::WriteGuard; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker/sync.rs:694:12 [INFO] [stdout] | [INFO] [stdout] 681 | impl SyncPhaseLocker { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 694 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> SyncPhaseGuard<'a, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lock_mut` is never used [INFO] [stdout] --> src/phase_locker/unsync.rs:261:12 [INFO] [stdout] | [INFO] [stdout] 216 | impl UnSyncPhaseLocker { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 261 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> UnSyncPhaseGuard<'a, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/phase_locker/sync.rs:592:24 [INFO] [stdout] | [INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock { [INFO] [stdout] | ^^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 33.04s [INFO] running `Command { std: "docker" "inspect" "724ac51aec5b521c75ab001e79ea7cdd94aca0924e7d521f1250308796d07024", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "724ac51aec5b521c75ab001e79ea7cdd94aca0924e7d521f1250308796d07024", kill_on_drop: false }` [INFO] [stdout] 724ac51aec5b521c75ab001e79ea7cdd94aca0924e7d521f1250308796d07024