[INFO] fetching crate zone-alloc 0.4.4...
[INFO] checking zone-alloc-0.4.4 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate zone-alloc 0.4.4 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate zone-alloc 0.4.4
[INFO] finished tweaking crates.io crate zone-alloc 0.4.4
[INFO] tweaked toml for crates.io crate zone-alloc 0.4.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zone-alloc 0.4.4 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zone-alloc 0.4.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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65d114e1c4182b1daf62b64a363f8d8c398f1173e12d1c489fdd9ffe1d057e36
[INFO] running `Command { std: "docker" "start" "-a" "65d114e1c4182b1daf62b64a363f8d8c398f1173e12d1c489fdd9ffe1d057e36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65d114e1c4182b1daf62b64a363f8d8c398f1173e12d1c489fdd9ffe1d057e36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65d114e1c4182b1daf62b64a363f8d8c398f1173e12d1c489fdd9ffe1d057e36", kill_on_drop: false }`
[INFO] [stdout] 65d114e1c4182b1daf62b64a363f8d8c398f1173e12d1c489fdd9ffe1d057e36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3d0b81010d4299a040918f83d759c42c331cb3e603f5134867ef255fd5934e4
[INFO] running `Command { std: "docker" "start" "-a" "c3d0b81010d4299a040918f83d759c42c331cb3e603f5134867ef255fd5934e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking zone-alloc v0.4.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arena.rs:286:21
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/base_registry.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn borrow(&self) -> Result<ElementRef<T>, BorrowError> {
[INFO] [stdout]    |                   ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn borrow(&self) -> Result<ElementRef<'_, T>, BorrowError> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/base_registry.rs:66:23
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn borrow_mut(&self) -> Result<ElementRefMut<T>, BorrowError> {
[INFO] [stdout]    |                       ^^^^^            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn borrow_mut(&self) -> Result<ElementRefMut<'_, T>, BorrowError> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn borrow(&self, key: &K) -> ElementRef<V> {
[INFO] [stdout]     |                   ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn borrow(&self, key: &K) -> ElementRef<'_, V> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:213:23
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn try_borrow(&self, key: &K) -> Result<ElementRef<V>, BorrowError> {
[INFO] [stdout]     |                       ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn try_borrow(&self, key: &K) -> Result<ElementRef<'_, V>, BorrowError> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:223:23
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn borrow_mut(&self, key: &K) -> ElementRefMut<V> {
[INFO] [stdout]     |                       ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn borrow_mut(&self, key: &K) -> ElementRefMut<'_, V> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:229:27
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn try_borrow_mut(&self, key: &K) -> Result<ElementRefMut<V>, BorrowError> {
[INFO] [stdout]     |                           ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn try_borrow_mut(&self, key: &K) -> Result<ElementRefMut<'_, V>, BorrowError> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:260:18
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn borrow<L>(&self, key: &L) -> ElementRef<V>
[INFO] [stdout]     |                  ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn borrow<L>(&self, key: &L) -> ElementRef<'_, V>
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:266:22
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<V>, BorrowError>
[INFO] [stdout]     |                      ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<'_, V>, BorrowError>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<V>
[INFO] [stdout]     |                      ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<'_, V>
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:280:26
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<V>, BorrowError>
[INFO] [stdout]     |                          ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<'_, V>, BorrowError>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:291:18
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn borrow<L>(&self, key: &L) -> ElementRef<V>
[INFO] [stdout]     |                  ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn borrow<L>(&self, key: &L) -> ElementRef<'_, V>
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:299:22
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<V>, BorrowError>
[INFO] [stdout]     |                      ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<'_, V>, BorrowError>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:309:22
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<V>
[INFO] [stdout]     |                      ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<'_, V>
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:318:26
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<V>, BorrowError>
[INFO] [stdout]     |                          ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<'_, V>, BorrowError>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn iter(&self) -> impl Iterator<Item = (&K, Result<ElementRef<V>, BorrowError>)> {
[INFO] [stdout]     |                 ^^^^^                           ^^         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                               |
[INFO] [stdout]     |                 |                               the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn iter(&self) -> impl Iterator<Item = (&K, Result<ElementRef<'_, V>, BorrowError>)> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 127 |     ) -> impl Iterator<Item = (&K, Result<ElementRefMut<V>, BorrowError>)> {
[INFO] [stdout]     |                                ^^         ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |     ) -> impl Iterator<Item = (&K, Result<ElementRefMut<'_, V>, BorrowError>)> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:140:19
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn values(&self) -> impl Iterator<Item = Result<ElementRef<V>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn values(&self) -> impl Iterator<Item = Result<ElementRef<'_, V>, BorrowError>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:145:23
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn values_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<V>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn values_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<'_, V>, BorrowError>> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:155:29
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_unchecked<R>(&self, key: &R) -> ElementRef<V>
[INFO] [stdout]     |                             ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_unchecked<R>(&self, key: &R) -> ElementRef<'_, V>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:164:19
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn get<R>(&self, key: &R) -> Result<ElementRef<V>, BorrowError>
[INFO] [stdout]     |                   ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn get<R>(&self, key: &R) -> Result<ElementRef<'_, V>, BorrowError>
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:175:33
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn get_mut_unchecked<R>(&self, key: &R) -> ElementRefMut<V>
[INFO] [stdout]     |                                 ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn get_mut_unchecked<R>(&self, key: &R) -> ElementRefMut<'_, V>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn get_mut<R>(&self, key: &R) -> Result<ElementRefMut<V>, BorrowError>
[INFO] [stdout]     |                       ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn get_mut<R>(&self, key: &R) -> Result<ElementRefMut<'_, V>, BorrowError>
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:126:26
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn get_unchecked(&self, handle: Handle) -> ElementRef<T> {
[INFO] [stdout]     |                          ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn get_unchecked(&self, handle: Handle) -> ElementRef<'_, T> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:131:16
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn get(&self, handle: Handle) -> Result<ElementRef<T>, BorrowError> {
[INFO] [stdout]     |                ^^^^^                            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn get(&self, handle: Handle) -> Result<ElementRef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:138:30
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn get_mut_unchecked(&self, handle: Handle) -> ElementRefMut<T> {
[INFO] [stdout]     |                              ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn get_mut_unchecked(&self, handle: Handle) -> ElementRefMut<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:143:20
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn get_mut(&self, handle: Handle) -> Result<ElementRefMut<T>, BorrowError> {
[INFO] [stdout]     |                    ^^^^^                            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn get_mut(&self, handle: Handle) -> Result<ElementRefMut<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:113:26
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn get_unchecked(&self, handle: H) -> ElementRef<T> {
[INFO] [stdout]     |                          ^^^^^                ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn get_unchecked(&self, handle: H) -> ElementRef<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:118:16
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get(&self, handle: H) -> Result<ElementRef<T>, BorrowError> {
[INFO] [stdout]     |                ^^^^^                       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get(&self, handle: H) -> Result<ElementRef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:125:30
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_mut_unchecked(&self, handle: H) -> ElementRefMut<T> {
[INFO] [stdout]     |                              ^^^^^                ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_mut_unchecked(&self, handle: H) -> ElementRefMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:130:20
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn get_mut(&self, handle: H) -> Result<ElementRefMut<T>, BorrowError> {
[INFO] [stdout]     |                    ^^^^^                       ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn get_mut(&self, handle: H) -> Result<ElementRefMut<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `dropck_eyepatch` is declared but not used
[INFO] [stdout]    --> src/lib.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | #![feature(dropck_eyepatch)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `sync_unsafe_cell` is declared but not used
[INFO] [stdout]    --> src/lib.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 168 | #![feature(sync_unsafe_cell)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arena.rs:286:21
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/base_registry.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn borrow(&self) -> Result<ElementRef<T>, BorrowError> {
[INFO] [stdout]    |                   ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn borrow(&self) -> Result<ElementRef<'_, T>, BorrowError> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/base_registry.rs:66:23
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn borrow_mut(&self) -> Result<ElementRefMut<T>, BorrowError> {
[INFO] [stdout]    |                       ^^^^^            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn borrow_mut(&self) -> Result<ElementRefMut<'_, T>, BorrowError> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn borrow(&self, key: &K) -> ElementRef<V> {
[INFO] [stdout]     |                   ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn borrow(&self, key: &K) -> ElementRef<'_, V> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:213:23
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn try_borrow(&self, key: &K) -> Result<ElementRef<V>, BorrowError> {
[INFO] [stdout]     |                       ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn try_borrow(&self, key: &K) -> Result<ElementRef<'_, V>, BorrowError> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:223:23
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn borrow_mut(&self, key: &K) -> ElementRefMut<V> {
[INFO] [stdout]     |                       ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn borrow_mut(&self, key: &K) -> ElementRefMut<'_, V> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:229:27
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn try_borrow_mut(&self, key: &K) -> Result<ElementRefMut<V>, BorrowError> {
[INFO] [stdout]     |                           ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn try_borrow_mut(&self, key: &K) -> Result<ElementRefMut<'_, V>, BorrowError> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:260:18
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn borrow<L>(&self, key: &L) -> ElementRef<V>
[INFO] [stdout]     |                  ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn borrow<L>(&self, key: &L) -> ElementRef<'_, V>
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:266:22
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<V>, BorrowError>
[INFO] [stdout]     |                      ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<'_, V>, BorrowError>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<V>
[INFO] [stdout]     |                      ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<'_, V>
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:280:26
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<V>, BorrowError>
[INFO] [stdout]     |                          ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<'_, V>, BorrowError>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:291:18
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn borrow<L>(&self, key: &L) -> ElementRef<V>
[INFO] [stdout]     |                  ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn borrow<L>(&self, key: &L) -> ElementRef<'_, V>
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:299:22
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<V>, BorrowError>
[INFO] [stdout]     |                      ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn try_borrow<L>(&self, key: &L) -> Result<ElementRef<'_, V>, BorrowError>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:309:22
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<V>
[INFO] [stdout]     |                      ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn borrow_mut<L>(&self, key: &L) -> ElementRefMut<'_, V>
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base_registry.rs:318:26
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<V>, BorrowError>
[INFO] [stdout]     |                          ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn try_borrow_mut<L>(&self, key: &L) -> Result<ElementRefMut<'_, V>, BorrowError>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn iter(&self) -> impl Iterator<Item = (&K, Result<ElementRef<V>, BorrowError>)> {
[INFO] [stdout]     |                 ^^^^^                           ^^         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                               |
[INFO] [stdout]     |                 |                               the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn iter(&self) -> impl Iterator<Item = (&K, Result<ElementRef<'_, V>, BorrowError>)> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 127 |     ) -> impl Iterator<Item = (&K, Result<ElementRefMut<V>, BorrowError>)> {
[INFO] [stdout]     |                                ^^         ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |     ) -> impl Iterator<Item = (&K, Result<ElementRefMut<'_, V>, BorrowError>)> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:140:19
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn values(&self) -> impl Iterator<Item = Result<ElementRef<V>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn values(&self) -> impl Iterator<Item = Result<ElementRef<'_, V>, BorrowError>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:145:23
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn values_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<V>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn values_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<'_, V>, BorrowError>> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:155:29
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_unchecked<R>(&self, key: &R) -> ElementRef<V>
[INFO] [stdout]     |                             ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_unchecked<R>(&self, key: &R) -> ElementRef<'_, V>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:164:19
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn get<R>(&self, key: &R) -> Result<ElementRef<V>, BorrowError>
[INFO] [stdout]     |                   ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn get<R>(&self, key: &R) -> Result<ElementRef<'_, V>, BorrowError>
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:175:33
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn get_mut_unchecked<R>(&self, key: &R) -> ElementRefMut<V>
[INFO] [stdout]     |                                 ^^^^^              ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn get_mut_unchecked<R>(&self, key: &R) -> ElementRefMut<'_, V>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/keyed_registry.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn get_mut<R>(&self, key: &R) -> Result<ElementRefMut<V>, BorrowError>
[INFO] [stdout]     |                       ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn get_mut<R>(&self, key: &R) -> Result<ElementRefMut<'_, V>, BorrowError>
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:126:26
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn get_unchecked(&self, handle: Handle) -> ElementRef<T> {
[INFO] [stdout]     |                          ^^^^^                     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn get_unchecked(&self, handle: Handle) -> ElementRef<'_, T> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:131:16
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn get(&self, handle: Handle) -> Result<ElementRef<T>, BorrowError> {
[INFO] [stdout]     |                ^^^^^                            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn get(&self, handle: Handle) -> Result<ElementRef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:138:30
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn get_mut_unchecked(&self, handle: Handle) -> ElementRefMut<T> {
[INFO] [stdout]     |                              ^^^^^                     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn get_mut_unchecked(&self, handle: Handle) -> ElementRefMut<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/registry.rs:143:20
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn get_mut(&self, handle: Handle) -> Result<ElementRefMut<T>, BorrowError> {
[INFO] [stdout]     |                    ^^^^^                            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn get_mut(&self, handle: Handle) -> Result<ElementRefMut<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn iter(&self) -> impl Iterator<Item = Result<ElementRef<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<T>, BorrowError>> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn iter_mut(&mut self) -> impl Iterator<Item = Result<ElementRefMut<'_, T>, BorrowError>> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:113:26
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn get_unchecked(&self, handle: H) -> ElementRef<T> {
[INFO] [stdout]     |                          ^^^^^                ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn get_unchecked(&self, handle: H) -> ElementRef<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:118:16
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get(&self, handle: H) -> Result<ElementRef<T>, BorrowError> {
[INFO] [stdout]     |                ^^^^^                       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get(&self, handle: H) -> Result<ElementRef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:125:30
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_mut_unchecked(&self, handle: H) -> ElementRefMut<T> {
[INFO] [stdout]     |                              ^^^^^                ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_mut_unchecked(&self, handle: H) -> ElementRefMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/strong_registry.rs:130:20
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn get_mut(&self, handle: H) -> Result<ElementRefMut<T>, BorrowError> {
[INFO] [stdout]     |                    ^^^^^                       ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn get_mut(&self, handle: H) -> Result<ElementRefMut<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `dropck_eyepatch` is declared but not used
[INFO] [stdout]    --> src/lib.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | #![feature(dropck_eyepatch)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `sync_unsafe_cell` is declared but not used
[INFO] [stdout]    --> src/lib.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 168 | #![feature(sync_unsafe_cell)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
[INFO] running `Command { std: "docker" "inspect" "c3d0b81010d4299a040918f83d759c42c331cb3e603f5134867ef255fd5934e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3d0b81010d4299a040918f83d759c42c331cb3e603f5134867ef255fd5934e4", kill_on_drop: false }`
[INFO] [stdout] c3d0b81010d4299a040918f83d759c42c331cb3e603f5134867ef255fd5934e4
