[INFO] fetching crate static_init 1.0.4... [INFO] testing static_init-1.0.4 against 1.90.0 for beta-1.91-3 [INFO] extracting crate static_init 1.0.4 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate static_init 1.0.4 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded double-checked-cell v2.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf9d36dec5bc68462be1e41cfb19d9eb1acde6382cdc0de6622e4f61644d8124 [INFO] running `Command { std: "docker" "start" "-a" "bf9d36dec5bc68462be1e41cfb19d9eb1acde6382cdc0de6622e4f61644d8124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf9d36dec5bc68462be1e41cfb19d9eb1acde6382cdc0de6622e4f61644d8124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf9d36dec5bc68462be1e41cfb19d9eb1acde6382cdc0de6622e4f61644d8124", kill_on_drop: false }` [INFO] [stdout] bf9d36dec5bc68462be1e41cfb19d9eb1acde6382cdc0de6622e4f61644d8124 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e792d6a4d1e1d3a0d9a9376b796992135ee3a92339458ecf03948fbc55b2563 [INFO] running `Command { std: "docker" "start" "-a" "2e792d6a4d1e1d3a0d9a9376b796992135ee3a92339458ecf03948fbc55b2563", kill_on_drop: false }` [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling static_init v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling static_init_macro v1.0.4 [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)]` 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 7.69s [INFO] running `Command { std: "docker" "inspect" "2e792d6a4d1e1d3a0d9a9376b796992135ee3a92339458ecf03948fbc55b2563", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e792d6a4d1e1d3a0d9a9376b796992135ee3a92339458ecf03948fbc55b2563", kill_on_drop: false }` [INFO] [stdout] 2e792d6a4d1e1d3a0d9a9376b796992135ee3a92339458ecf03948fbc55b2563 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 446e87101cb17abce14adf60f1b1e551e73c2cc6a54c9352b95a1790aecdf365 [INFO] running `Command { std: "docker" "start" "-a" "446e87101cb17abce14adf60f1b1e551e73c2cc6a54c9352b95a1790aecdf365", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling static_init v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling parking_lot v0.11.2 [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 clap v4.5.38 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [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)]` 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 double-checked-cell v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling ctor v0.2.9 [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)]` 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 48.03s [INFO] running `Command { std: "docker" "inspect" "446e87101cb17abce14adf60f1b1e551e73c2cc6a54c9352b95a1790aecdf365", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "446e87101cb17abce14adf60f1b1e551e73c2cc6a54c9352b95a1790aecdf365", kill_on_drop: false }` [INFO] [stdout] 446e87101cb17abce14adf60f1b1e551e73c2cc6a54c9352b95a1790aecdf365 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8b0ec13fcf634197cbb4a3b2535fa6a9f868864aa0203ebb7f464fe2c4f846e1 [INFO] running `Command { std: "docker" "start" "-a" "8b0ec13fcf634197cbb4a3b2535fa6a9f868864aa0203ebb7f464fe2c4f846e1", kill_on_drop: false }` [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: method `lock_mut` is never used [INFO] [stderr] --> src/phase_locker.rs:76:8 [INFO] [stderr] | [INFO] [stderr] 65 | pub(crate) unsafe trait PhaseLocker<'a, T: 'a> { [INFO] [stderr] | ----------- method in this trait [INFO] [stderr] ... [INFO] [stderr] 76 | fn lock_mut(&'a mut self, value: &'a T) -> Self::WriteGuard; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `lock_mut` is never used [INFO] [stderr] --> src/phase_locker/sync.rs:694:12 [INFO] [stderr] | [INFO] [stderr] 681 | impl SyncPhaseLocker { [INFO] [stderr] | -------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 694 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> SyncPhaseGuard<'a, T> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `lock_mut` is never used [INFO] [stderr] --> src/phase_locker/unsync.rs:261:12 [INFO] [stderr] | [INFO] [stderr] 216 | impl UnSyncPhaseLocker { [INFO] [stderr] | ---------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 261 | pub fn lock_mut<'a, T: ?Sized>(&'a mut self, v: &'a T) -> UnSyncPhaseGuard<'a, T> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/phase_locker/sync.rs:592:24 [INFO] [stderr] | [INFO] [stderr] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock { [INFO] [stderr] | ^^^^^^ the lifetime is elided here -------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `static_init` (lib) generated 52 warnings (run `cargo fix --lib -p static_init` to apply 48 suggestions) [INFO] [stderr] warning: `static_init` (lib test) generated 52 warnings (52 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/static_init-604331f847edfae8) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test lazy::test_lazy::test ... ok [INFO] [stdout] test lazy::test_mut_lazy_dropped::test ... ok [INFO] [stdout] test lazy::test_primed_mut_lazy::test ... ok [INFO] [stdout] test lazy::test_mut_lazy::test ... ok [INFO] [stdout] test lazy::test_mut_lazy_finalize::test ... ok [INFO] [stdout] test lazy::test_lazy_finalize::test ... ok [INFO] [stdout] test lazy::test_primed_mut_lazy_droped::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/bad_cyclic_lazy.rs (/opt/rustwide/target/debug/deps/bad_cyclic_lazy-e60faa67219c429c) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test bad_init_order ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/bad_cyclic_thread_local_lazy.rs (/opt/rustwide/target/debug/deps/bad_cyclic_thread_local_lazy-70aa740335eccf8a) [INFO] [stderr] Running tests/bad_drop_order.rs (/opt/rustwide/target/debug/deps/bad_drop_order-e3ecb1a4a1d4c956) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test bad_cyclic_thread_local_lazy ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/bad_drop_unordered.rs (/opt/rustwide/target/debug/deps/bad_drop_unordered-35abddfae19c0bb1) [INFO] [stdout] test bad_drop_order ... ok [INFO] [stderr] Running tests/bad_init_order.rs (/opt/rustwide/target/debug/deps/bad_init_order-d8cbc38fe4578026) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test bad_drop_unordered ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/bad_init_unordered.rs (/opt/rustwide/target/debug/deps/bad_init_unordered-64a38ea4ae6cd28c) [INFO] [stdout] test bad_init_order ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test bad_init_unordered ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/initialization.rs (/opt/rustwide/target/debug/deps/initialization-0cf4647b4a1c6b33) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test lazy ... ok [INFO] [stdout] test lesser_lazy ... ok [INFO] [stdout] test lesser_mut_lazy ... ok [INFO] [stdout] test lesser_mut_lazy_finalize ... ok [INFO] [stdout] test mut_lazy_finalize ... ok [INFO] [stdout] test lesser_mut_lazy_drop ... ok [INFO] [stdout] test mut_lazy ... ok [INFO] [stdout] test lesser_lazy_finalize ... ok [INFO] [stdout] test lazy_finalize ... ok [INFO] [stdout] test mut_lazy_drop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/lazy.rs (/opt/rustwide/target/debug/deps/lazy-6bbf41b31a42f9b8) [INFO] [stdout] running 6 tests [INFO] [stdout] test local_lazy ... ok [INFO] [stdout] test local_lazy_mut ... ok [INFO] [stdout] test normal ... ok [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stderr] Running tests/lazy_finalize.rs (/opt/rustwide/target/debug/deps/lazy_finalize-6c76a63e15c6838d) [INFO] [stdout] test init_may_panick ... ok [INFO] [stdout] test init_may_panick_intolerant ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test normal ... ok [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test init_may_panick_intolerant ... ok [INFO] [stdout] test init_may_panick ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stdout] Without this message threads cannot be spawned in destructors... [INFO] [stderr] Running tests/lesser_lazy.rs (/opt/rustwide/target/debug/deps/lesser_lazy-69dea651eb369fea) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test normal ... ok [INFO] [stderr] Running tests/lesser_lazy_finalize.rs (/opt/rustwide/target/debug/deps/lesser_lazy_finalize-45ab1a11bd1c0f9b) [INFO] [stdout] test pre_inited_normal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test normal ... ok [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test pre_inited_normal ... ok [INFO] [stdout] [INFO] [stderr] Running tests/lesser_locked_lazy.rs (/opt/rustwide/target/debug/deps/lesser_locked_lazy-e0abfb8bbd4bb08e) [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test normal ... ok [INFO] [stdout] test pre_inited_normal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lesser_locked_lazy_drop.rs (/opt/rustwide/target/debug/deps/lesser_locked_lazy_drop-44f8cab37626e212) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test normal ... ok [INFO] [stdout] test pre_inited_normal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lesser_locked_lazy_finalize.rs (/opt/rustwide/target/debug/deps/lesser_locked_lazy_finalize-40eb8415f4a9c3b7) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test normal ... ok [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test pre_inited_normal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/locked_lazy.rs (/opt/rustwide/target/debug/deps/locked_lazy-8e8de6f9aa5ed04e) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test local_lazy_mut ... ok [INFO] [stdout] test local_lazy ... ok [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test normal ... ok [INFO] [stdout] test init_may_panick ... ok [INFO] [stdout] test init_may_panick_intolerant ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/locked_lazy_drop.rs (/opt/rustwide/target/debug/deps/locked_lazy_drop-8ae9833163cb8d9c) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test normal ... ok [INFO] [stdout] test init_may_panick ... ok [INFO] [stdout] test init_may_panick_intolerant ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] Enable catch error in destructor... [INFO] [stderr] Running tests/locked_lazy_finalize.rs (/opt/rustwide/target/debug/deps/locked_lazy_finalize-6b690ee40feeb222) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test normal ... ok [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test init_may_panick_intolerant ... ok [INFO] [stdout] test init_may_panick ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] Enable catch error in destructor... [INFO] [stderr] Running tests/macro.rs (/opt/rustwide/target/debug/deps/macro-09a63ffc797fb0b9) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test dynamic_init ... ok [INFO] [stdout] test lazy::global_lazy::lazy_init ... ok [INFO] [stdout] test inner_static ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/primed_lesser_locked_lazy.rs (/opt/rustwide/target/debug/deps/primed_lesser_locked_lazy-b37da2962e683e6a) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/primed_lesser_locked_lazy_drop.rs (/opt/rustwide/target/debug/deps/primed_lesser_locked_lazy_drop-f3c255e15cfa7600) [INFO] [stdout] test normal ... ok [INFO] [stdout] test pre_inited_normal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test normal ... ok [INFO] [stderr] Running tests/primed_locked_lazy.rs (/opt/rustwide/target/debug/deps/primed_locked_lazy-6a18057ce68f526c) [INFO] [stdout] test pre_inited_normal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test init_may_panick_intolerant ... ok [INFO] [stdout] test init_may_panick ... ok [INFO] [stdout] test normal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/primed_locked_lazy_drop.rs (/opt/rustwide/target/debug/deps/primed_locked_lazy_drop-77197a3e78dd7c2f) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test normal_with_tolerance ... ok [INFO] [stdout] test normal ... ok [INFO] [stdout] test init_may_panick_intolerant ... ok [INFO] [stdout] test init_may_panick ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/unsync_lazy.rs (/opt/rustwide/target/debug/deps/unsync_lazy-828517343408a551) [INFO] [stderr] Running tests/unsync_lazy_drop.rs (/opt/rustwide/target/debug/deps/unsync_lazy_drop-4fb68db455282fac) [INFO] [stdout] [INFO] [stderr] Running tests/unsync_lazy_finalize.rs (/opt/rustwide/target/debug/deps/unsync_lazy_finalize-5964a854c5f459ce) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/unsync_locked_lazy.rs (/opt/rustwide/target/debug/deps/unsync_locked_lazy-5344834d9e766cdc) [INFO] [stdout] [INFO] [stderr] Running tests/unsync_locked_lazy_drop.rs (/opt/rustwide/target/debug/deps/unsync_locked_lazy_drop-bc32d1092511bb86) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/unsync_locked_lazy_finalize.rs (/opt/rustwide/target/debug/deps/unsync_locked_lazy_finalize-e53379877c8cac9c) [INFO] [stdout] [INFO] [stderr] Running tests/unsync_primed_locked_lazy.rs (/opt/rustwide/target/debug/deps/unsync_primed_locked_lazy-12ae4bb9507c4af3) [INFO] [stdout] [INFO] [stderr] Running tests/unsync_primed_locked_lazy_drop.rs (/opt/rustwide/target/debug/deps/unsync_primed_locked_lazy_drop-1a7f2a0eddad54b4) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests static_init [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, SyncP... [INFO] [stderr] 1618 | | "A mutable locked lazy that initialize its content on the first lock"} [INFO] [stderr] | |______________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer,InitializedChecker,Primed::, SyncPhaseLocker,... [INFO] [stderr] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"} [INFO] [stderr] | |________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer,InitializedSoftFinalizedChecker,UnInited::,SyncPh... [INFO] [stderr] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,DropedUnInited::, Syn... [INFO] [stderr] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)" [INFO] [stderr] 1645 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer,InitializedHardFinalizedChecker,Prim... [INFO] [stderr] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)" [INFO] [stderr] 1656 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:885:21 [INFO] [stderr] | [INFO] [stderr] 885 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:896:21 [INFO] [stderr] | [INFO] [stderr] 896 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:902:21 [INFO] [stderr] | [INFO] [stderr] 902 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:909:21 [INFO] [stderr] | [INFO] [stderr] 909 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:930:21 [INFO] [stderr] | [INFO] [stderr] 930 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:936:21 [INFO] [stderr] | [INFO] [stderr] 936 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/lazy.rs:942:21 [INFO] [stderr] | [INFO] [stderr] 942 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] ... [INFO] [stderr] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer,InitializedChecker,UnInited::,Un... [INFO] [stderr] 1667 | | "A RefCell that initializes its content on the first access" [INFO] [stderr] 1668 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 48 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test src/lib.rs - (line 136) ... ok [INFO] [stdout] test src/lib.rs - (line 165) ... ok [INFO] [stdout] test src/lib.rs - constructor (line 697) ... ok [INFO] [stdout] test src/lib.rs - constructor (line 770) ... ok [INFO] [stdout] test src/lib.rs - (line 74) ... ok [INFO] [stdout] test src/lib.rs - constructor (line 715) ... ok [INFO] [stdout] test src/lib.rs - (line 190) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 1000) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 1094) ... ok [INFO] [stdout] test src/lib.rs - destructor (line 781) ... ok [INFO] [stdout] test src/lib.rs - (line 34) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 1161) ... ok [INFO] [stdout] test src/lib.rs - destructor (line 798) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 873) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 1112) ... ok [INFO] [stdout] test src/lib.rs - (line 51) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 1132) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 849) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 1141) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 1037) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 886) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 901) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 952) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 935) ... ok [INFO] [stdout] test src/lib.rs - dynamic (line 974) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8b0ec13fcf634197cbb4a3b2535fa6a9f868864aa0203ebb7f464fe2c4f846e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b0ec13fcf634197cbb4a3b2535fa6a9f868864aa0203ebb7f464fe2c4f846e1", kill_on_drop: false }` [INFO] [stdout] 8b0ec13fcf634197cbb4a3b2535fa6a9f868864aa0203ebb7f464fe2c4f846e1