[INFO] fetching crate lz_eytzinger_tree 0.3.0...
[INFO] checking lz_eytzinger_tree-0.3.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate lz_eytzinger_tree 0.3.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate lz_eytzinger_tree 0.3.0
[INFO] finished tweaking crates.io crate lz_eytzinger_tree 0.3.0
[INFO] tweaked toml for crates.io crate lz_eytzinger_tree 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lz_eytzinger_tree 0.3.0 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 28e58cff27c8c452431a95655e5db07a24fbbe7ae0c9e7d3161d890351f273e5
[INFO] running `Command { std: "docker" "start" "-a" "28e58cff27c8c452431a95655e5db07a24fbbe7ae0c9e7d3161d890351f273e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28e58cff27c8c452431a95655e5db07a24fbbe7ae0c9e7d3161d890351f273e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28e58cff27c8c452431a95655e5db07a24fbbe7ae0c9e7d3161d890351f273e5", kill_on_drop: false }`
[INFO] [stdout] 28e58cff27c8c452431a95655e5db07a24fbbe7ae0c9e7d3161d890351f273e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c5c89be8e01add1868842ee8e11ad0262907878cc64fde9a217ef1061e8edc4
[INFO] running `Command { std: "docker" "start" "-a" "0c5c89be8e01add1868842ee8e11ad0262907878cc64fde9a217ef1061e8edc4", kill_on_drop: false }`
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking lz_eytzinger_tree v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:71:29
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<N> {
[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] 71 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<'_, N> {
[INFO] [stdout]    |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<N> {
[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] 76 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<'_, N> {
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn root(&self) -> Option<Node<N>> {
[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] 111 |     pub fn root(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn root_mut(&mut self) -> Option<NodeMut<N>> {
[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 root_mut(&mut self) -> Option<NodeMut<'_, N>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:127:27
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn set_root_value(&mut self, new_value: N) -> NodeMut<N> {
[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] 127 |     pub fn set_root_value(&mut self, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:136:30
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub fn remove_root_value(&mut self) -> (Option<N>, VacantEntry<N>) {
[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] 136 |     pub fn remove_root_value(&mut self) -> (Option<N>, VacantEntry<'_, N>) {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:23
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn root_entry(&mut self) -> Entry<N> {
[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] 166 |     pub fn root_entry(&mut self) -> Entry<'_, N> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:200:24
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn set_child_value(&mut self, parent: usize, child: usize, new_value: N) -> NodeMut<N> {
[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] 200 |     fn set_child_value(&mut self, parent: usize, child: usize, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:300:18
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn set_value(&mut self, index: usize, new_value: N) -> NodeMut<N> {
[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] 300 |     fn set_value(&mut self, index: usize, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn node(&self, index: usize) -> Option<Node<N>> {
[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] 325 |     fn node(&self, index: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:333:17
[INFO] [stdout]     |
[INFO] [stdout] 333 |     fn node_mut(&mut self, index: usize) -> Result<NodeMut<N>, &mut Self> {
[INFO] [stdout]     |                 ^^^^^^^^^                          ^^^^^^^^^^  ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                                  |
[INFO] [stdout]     |                 |                                  the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 333 |     fn node_mut(&mut self, index: usize) -> Result<NodeMut<'_, N>, &mut Self> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:344:14
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn entry(&mut self, index: usize) -> Entry<N> {
[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] 344 |     fn entry(&mut self, index: usize) -> Entry<'_, N> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:351:20
[INFO] [stdout]     |
[INFO] [stdout] 351 |     fn child_entry(&mut self, parent: usize, child: usize) -> Entry<N> {
[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] 351 |     fn child_entry(&mut self, parent: usize, child: usize) -> Entry<'_, N> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:364:15
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn parent(&self, child: usize) -> Option<Node<N>> {
[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] 364 |     fn parent(&self, child: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:369:19
[INFO] [stdout]     |
[INFO] [stdout] 369 |     fn parent_mut(&mut self, child: usize) -> Result<NodeMut<N>, &mut Self> {
[INFO] [stdout]     |                   ^^^^^^^^^                          ^^^^^^^^^^  ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                                  |
[INFO] [stdout]     |                   |                                  the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 369 |     fn parent_mut(&mut self, child: usize) -> Result<NodeMut<'_, N>, &mut Self> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:377:14
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn child(&self, parent: usize, child: usize) -> Option<Node<N>> {
[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] 377 |     fn child(&self, parent: usize, child: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:382:18
[INFO] [stdout]     |
[INFO] [stdout] 382 |     fn child_mut(&mut self, parent: usize, child: usize) -> Result<NodeMut<N>, &mut Self> {
[INFO] [stdout]     |                  ^^^^^^^^^                                         ^^^^^^^^^^  ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                  |                                                 |
[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] 382 |     fn child_mut(&mut self, parent: usize, child: usize) -> Result<NodeMut<'_, N>, &mut Self> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:20:17
[INFO] [stdout]     |
[INFO] [stdout]  20 |     pub fn tree(&self) -> &EytzingerTree<N> {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:40:18
[INFO] [stdout]     |
[INFO] [stdout]  40 |     pub fn value(&self) -> &N {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:61:22
[INFO] [stdout]     |
[INFO] [stdout]  61 |     pub fn value_mut(&mut self) -> &mut N {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:72:27
[INFO] [stdout]     |
[INFO] [stdout]  72 |     pub fn into_value_mut(self) -> &'a mut N {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:80:19
[INFO] [stdout]     |
[INFO] [stdout]  80 |     pub fn parent(&self) -> Option<Node<N>> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/node_mut.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn parent(&self) -> Option<Node<N>> {
[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] 80 |     pub fn parent(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:88:22
[INFO] [stdout]     |
[INFO] [stdout]  88 |     pub fn to_parent(self) -> Result<Self, Self> {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn child(&self, index: usize) -> Option<Node<N>> {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn child(&self, index: usize) -> Option<Node<N>> {
[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] 100 |     pub fn child(&self, index: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn child_mut(&mut self, index: usize) -> Option<NodeMut<N>> {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn child_mut(&mut self, index: usize) -> Option<NodeMut<N>> {
[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] 105 |     pub fn child_mut(&mut self, index: usize) -> Option<NodeMut<'_, N>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:113:21
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn to_child(self, index: usize) -> Result<Self, Self> {
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:129:28
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn set_child_value(&mut self, index: usize, new_value: N) -> NodeMut<N> {
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:129:28
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn set_child_value(&mut self, index: usize, new_value: N) -> NodeMut<N> {
[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] 129 |     pub fn set_child_value(&mut self, index: usize, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn remove_child_value(&mut self, index: usize) -> (Option<N>, VacantEntry<N>) {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn remove_child_value(&mut self, index: usize) -> (Option<N>, VacantEntry<N>) {
[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] 139 |     pub fn remove_child_value(&mut self, index: usize) -> (Option<N>, VacantEntry<'_, N>) {
[INFO] [stdout]     |                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn child_entry(&mut self, index: usize) -> Entry<N> {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn child_entry(&mut self, index: usize) -> Entry<N> {
[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] 145 |     pub fn child_entry(&mut self, index: usize) -> Entry<'_, N> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:153:27
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn to_child_entry(self, index: usize) -> Entry<'a, N> {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn remove(self) -> (N, VacantEntry<'a, N>) {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn as_node(&self) -> Node<N> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn as_node(&self) -> Node<N> {
[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] 191 |     pub fn as_node(&self) -> Node<'_, N> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn child_iter(&self) -> NodeChildIter<N> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn child_iter(&self) -> NodeChildIter<N> {
[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] 221 |     pub fn child_iter(&self) -> NodeChildIter<'_, N> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:226:29
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<N> {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:226:29
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<N> {
[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] 226 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<'_, N> {
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:231:31
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<N> {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:231:31
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<N> {
[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] 231 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<'_, N> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:235:22
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn split_off(self) -> EytzingerTree<N> {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:45:17
[INFO] [stdout]     |
[INFO] [stdout]  45 |     pub fn tree(&self) -> &'a EytzingerTree<N> {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:69:18
[INFO] [stdout]     |
[INFO] [stdout]  69 |     pub fn value(&self) -> &'a N {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:96:19
[INFO] [stdout]     |
[INFO] [stdout]  96 |     pub fn parent(&self) -> Option<Node<'a, N>> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:120:18
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn child(&self, index: usize) -> Option<Node<'a, N>> {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn child_iter(&self) -> NodeChildIter<'a, N> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:152:29
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<'a, N> {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<'a, N> {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn parent(&self) -> Option<Node<N>> {
[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] 36 |     pub fn parent(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn parent(&self) -> Option<Node<N>> {
[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] 80 |     pub fn parent(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:163:17
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn node(&self) -> Option<Node<N>> {
[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] 163 |     pub fn node(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn child_iter(&self) -> EntryIter<NodeChildIter<N>> {
[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 child_iter(&self) -> EntryIter<NodeChildIter<'_, N>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:192:29
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> EntryIter<DepthFirstIter<N>> {
[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] 192 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> EntryIter<DepthFirstIter<'_, N>> {
[INFO] [stdout]     |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn breadth_first_iter(&self) -> EntryIter<BreadthFirstIter<N>> {
[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] 200 |     pub fn breadth_first_iter(&self) -> EntryIter<BreadthFirstIter<'_, N>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lz_eytzinger_tree` (lib) due to 26 previous errors; 33 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:71:29
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<N> {
[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] 71 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<'_, N> {
[INFO] [stdout]    |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<N> {
[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] 76 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<'_, N> {
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn root(&self) -> Option<Node<N>> {
[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] 111 |     pub fn root(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn root_mut(&mut self) -> Option<NodeMut<N>> {
[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 root_mut(&mut self) -> Option<NodeMut<'_, N>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:127:27
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn set_root_value(&mut self, new_value: N) -> NodeMut<N> {
[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] 127 |     pub fn set_root_value(&mut self, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:136:30
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub fn remove_root_value(&mut self) -> (Option<N>, VacantEntry<N>) {
[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] 136 |     pub fn remove_root_value(&mut self) -> (Option<N>, VacantEntry<'_, N>) {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:23
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn root_entry(&mut self) -> Entry<N> {
[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] 166 |     pub fn root_entry(&mut self) -> Entry<'_, N> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:200:24
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn set_child_value(&mut self, parent: usize, child: usize, new_value: N) -> NodeMut<N> {
[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] 200 |     fn set_child_value(&mut self, parent: usize, child: usize, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:300:18
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn set_value(&mut self, index: usize, new_value: N) -> NodeMut<N> {
[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] 300 |     fn set_value(&mut self, index: usize, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn node(&self, index: usize) -> Option<Node<N>> {
[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] 325 |     fn node(&self, index: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:333:17
[INFO] [stdout]     |
[INFO] [stdout] 333 |     fn node_mut(&mut self, index: usize) -> Result<NodeMut<N>, &mut Self> {
[INFO] [stdout]     |                 ^^^^^^^^^                          ^^^^^^^^^^  ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                                  |
[INFO] [stdout]     |                 |                                  the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 333 |     fn node_mut(&mut self, index: usize) -> Result<NodeMut<'_, N>, &mut Self> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:344:14
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn entry(&mut self, index: usize) -> Entry<N> {
[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] 344 |     fn entry(&mut self, index: usize) -> Entry<'_, N> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:351:20
[INFO] [stdout]     |
[INFO] [stdout] 351 |     fn child_entry(&mut self, parent: usize, child: usize) -> Entry<N> {
[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] 351 |     fn child_entry(&mut self, parent: usize, child: usize) -> Entry<'_, N> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:364:15
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn parent(&self, child: usize) -> Option<Node<N>> {
[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] 364 |     fn parent(&self, child: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:369:19
[INFO] [stdout]     |
[INFO] [stdout] 369 |     fn parent_mut(&mut self, child: usize) -> Result<NodeMut<N>, &mut Self> {
[INFO] [stdout]     |                   ^^^^^^^^^                          ^^^^^^^^^^  ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                                  |
[INFO] [stdout]     |                   |                                  the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 369 |     fn parent_mut(&mut self, child: usize) -> Result<NodeMut<'_, N>, &mut Self> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:377:14
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn child(&self, parent: usize, child: usize) -> Option<Node<N>> {
[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] 377 |     fn child(&self, parent: usize, child: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:382:18
[INFO] [stdout]     |
[INFO] [stdout] 382 |     fn child_mut(&mut self, parent: usize, child: usize) -> Result<NodeMut<N>, &mut Self> {
[INFO] [stdout]     |                  ^^^^^^^^^                                         ^^^^^^^^^^  ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                  |                                                 |
[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] 382 |     fn child_mut(&mut self, parent: usize, child: usize) -> Result<NodeMut<'_, N>, &mut Self> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:20:17
[INFO] [stdout]     |
[INFO] [stdout]  20 |     pub fn tree(&self) -> &EytzingerTree<N> {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:40:18
[INFO] [stdout]     |
[INFO] [stdout]  40 |     pub fn value(&self) -> &N {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:61:22
[INFO] [stdout]     |
[INFO] [stdout]  61 |     pub fn value_mut(&mut self) -> &mut N {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:72:27
[INFO] [stdout]     |
[INFO] [stdout]  72 |     pub fn into_value_mut(self) -> &'a mut N {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:80:19
[INFO] [stdout]     |
[INFO] [stdout]  80 |     pub fn parent(&self) -> Option<Node<N>> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/node_mut.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn parent(&self) -> Option<Node<N>> {
[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] 80 |     pub fn parent(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:88:22
[INFO] [stdout]     |
[INFO] [stdout]  88 |     pub fn to_parent(self) -> Result<Self, Self> {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn child(&self, index: usize) -> Option<Node<N>> {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn child(&self, index: usize) -> Option<Node<N>> {
[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] 100 |     pub fn child(&self, index: usize) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn child_mut(&mut self, index: usize) -> Option<NodeMut<N>> {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn child_mut(&mut self, index: usize) -> Option<NodeMut<N>> {
[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] 105 |     pub fn child_mut(&mut self, index: usize) -> Option<NodeMut<'_, N>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:113:21
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn to_child(self, index: usize) -> Result<Self, Self> {
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:129:28
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn set_child_value(&mut self, index: usize, new_value: N) -> NodeMut<N> {
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:129:28
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn set_child_value(&mut self, index: usize, new_value: N) -> NodeMut<N> {
[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] 129 |     pub fn set_child_value(&mut self, index: usize, new_value: N) -> NodeMut<'_, N> {
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn remove_child_value(&mut self, index: usize) -> (Option<N>, VacantEntry<N>) {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn remove_child_value(&mut self, index: usize) -> (Option<N>, VacantEntry<N>) {
[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] 139 |     pub fn remove_child_value(&mut self, index: usize) -> (Option<N>, VacantEntry<'_, N>) {
[INFO] [stdout]     |                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn child_entry(&mut self, index: usize) -> Entry<N> {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn child_entry(&mut self, index: usize) -> Entry<N> {
[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] 145 |     pub fn child_entry(&mut self, index: usize) -> Entry<'_, N> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:153:27
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn to_child_entry(self, index: usize) -> Entry<'a, N> {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn remove(self) -> (N, VacantEntry<'a, N>) {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn as_node(&self) -> Node<N> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn as_node(&self) -> Node<N> {
[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] 191 |     pub fn as_node(&self) -> Node<'_, N> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn child_iter(&self) -> NodeChildIter<N> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn child_iter(&self) -> NodeChildIter<N> {
[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] 221 |     pub fn child_iter(&self) -> NodeChildIter<'_, N> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:226:29
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<N> {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:226:29
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<N> {
[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] 226 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<'_, N> {
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:231:31
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<N> {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node_mut.rs:231:31
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<N> {
[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] 231 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<'_, N> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node_mut.rs:235:22
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn split_off(self) -> EytzingerTree<N> {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl<'a, N> Deref for NodeMut<'a, N> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 241 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:45:17
[INFO] [stdout]     |
[INFO] [stdout]  45 |     pub fn tree(&self) -> &'a EytzingerTree<N> {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:69:18
[INFO] [stdout]     |
[INFO] [stdout]  69 |     pub fn value(&self) -> &'a N {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:96:19
[INFO] [stdout]     |
[INFO] [stdout]  96 |     pub fn parent(&self) -> Option<Node<'a, N>> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:120:18
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn child(&self, index: usize) -> Option<Node<'a, N>> {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn child_iter(&self) -> NodeChildIter<'a, N> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:152:29
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> DepthFirstIter<'a, N> {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/node.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn breadth_first_iter(&self) -> BreadthFirstIter<'a, N> {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 | impl<'a, N> Deref for Node<'a, N> {
[INFO] [stdout]     | --------------------------------- trait implemented here
[INFO] [stdout] 163 |     type Target = N;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn parent(&self) -> Option<Node<N>> {
[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] 36 |     pub fn parent(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn parent(&self) -> Option<Node<N>> {
[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] 80 |     pub fn parent(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:163:17
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn node(&self) -> Option<Node<N>> {
[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] 163 |     pub fn node(&self) -> Option<Node<'_, N>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn child_iter(&self) -> EntryIter<NodeChildIter<N>> {
[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 child_iter(&self) -> EntryIter<NodeChildIter<'_, N>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:192:29
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> EntryIter<DepthFirstIter<N>> {
[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] 192 |     pub fn depth_first_iter(&self, order: DepthFirstOrder) -> EntryIter<DepthFirstIter<'_, N>> {
[INFO] [stdout]     |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn breadth_first_iter(&self) -> EntryIter<BreadthFirstIter<N>> {
[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] 200 |     pub fn breadth_first_iter(&self) -> EntryIter<BreadthFirstIter<'_, N>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lz_eytzinger_tree` (lib test) due to 26 previous errors; 33 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0c5c89be8e01add1868842ee8e11ad0262907878cc64fde9a217ef1061e8edc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c5c89be8e01add1868842ee8e11ad0262907878cc64fde9a217ef1061e8edc4", kill_on_drop: false }`
[INFO] [stdout] 0c5c89be8e01add1868842ee8e11ad0262907878cc64fde9a217ef1061e8edc4
