[INFO] fetching crate rshyper-core 0.1.9...
[INFO] checking rshyper-core-0.1.9 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate rshyper-core 0.1.9 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate rshyper-core 0.1.9
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rshyper-core 0.1.9
[INFO] tweaked toml for crates.io crate rshyper-core 0.1.9 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rshyper-core 0.1.9 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] crate crates.io crate rshyper-core 0.1.9 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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] 79cc2a871f32097a5dede33b37101deee9dbd151b57075f099def5c4e5c1d54a
[INFO] running `Command { std: "docker" "start" "-a" "79cc2a871f32097a5dede33b37101deee9dbd151b57075f099def5c4e5c1d54a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79cc2a871f32097a5dede33b37101deee9dbd151b57075f099def5c4e5c1d54a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79cc2a871f32097a5dede33b37101deee9dbd151b57075f099def5c4e5c1d54a", kill_on_drop: false }`
[INFO] [stdout] 79cc2a871f32097a5dede33b37101deee9dbd151b57075f099def5c4e5c1d54a
[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] e0e86ab4c362ae525993090d29af04e91674b388428b8595e7fee9e1a52fdee7
[INFO] running `Command { std: "docker" "start" "-a" "e0e86ab4c362ae525993090d29af04e91674b388428b8595e7fee9e1a52fdee7", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling contained-macros v0.2.3
[INFO] [stderr]    Compiling contained-core v0.2.3
[INFO] [stderr]    Compiling variants-derive v0.0.1
[INFO] [stderr]    Compiling variants v0.0.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling contained v0.2.3
[INFO] [stderr]    Compiling rshyper-core v0.1.9 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling smart-default v0.7.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:80:23
[INFO] [stdout]     |
[INFO] [stdout]  80 |       pub const fn link(&self) -> &Link<S, K, Idx> {
[INFO] [stdout]     |                         ^^^^^
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:84:27
[INFO] [stdout]     |
[INFO] [stdout]  84 |       pub const fn link_mut(&mut self) -> &mut Link<S, K, Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |       pub const fn weight(&self) -> &Weight<T> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout]  92 |       pub const fn weight_mut(&mut self) -> &mut Weight<T> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout]  96 |       pub const fn id(&self) -> &EdgeId<Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |       pub const fn id_mut(&mut self) -> &mut EdgeId<Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:104:25
[INFO] [stdout]     |
[INFO] [stdout] 104 |       pub const fn domain(&self) -> &S {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout] 108 |       pub const fn domain_mut(&mut self) -> &mut S {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:112:23
[INFO] [stdout]     |
[INFO] [stdout] 112 |       pub fn set_domain(&mut self, nodes: S) -> &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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |       pub fn set_link(&mut self, link: Link<S, K, Idx>) -> &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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:122:23
[INFO] [stdout]     |
[INFO] [stdout] 122 |       pub fn set_weight(&mut self, weight: Weight<T>) -> &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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:127:20
[INFO] [stdout]     |
[INFO] [stdout] 127 |       pub fn with_id(self, id: EdgeId<Idx>) -> 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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:134:41
[INFO] [stdout]     |
[INFO] [stdout] 134 |       pub fn with_domain<S2: Domain<Idx>>(self, nodes: S2) -> Edge<T, S2, K, Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:141:27
[INFO] [stdout]     |
[INFO] [stdout] 141 |       pub fn with_weight<U>(self, weight: Weight<U>) -> Edge<U, S, K, Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:148:24
[INFO] [stdout]     |
[INFO] [stdout] 148 |       pub fn contains<Q>(&self, index: &Q) -> bool
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:158:21
[INFO] [stdout]     |
[INFO] [stdout] 158 |       pub fn is_empty(&self) -> bool {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |       pub fn len(&self) -> usize {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:179:24
[INFO] [stdout]     |
[INFO] [stdout] 179 |       pub const fn nodes(&self) -> &S {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:186:28
[INFO] [stdout]     |
[INFO] [stdout] 186 |       pub const fn nodes_mut(&mut self) -> &mut S {
[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/idx/index.rs:55:25
[INFO] [stdout]     |
[INFO] [stdout]  55 |     pub const fn as_ptr(&self) -> *const T {
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |     pub fn as_mut_ptr(&mut self) -> *mut T {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:64:23
[INFO] [stdout]     |
[INFO] [stdout]  64 |     pub fn as_raw_box(&self) -> Box<dyn RawIndex>
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:72:25
[INFO] [stdout]     |
[INFO] [stdout]  72 |     pub fn into_raw_box(self) -> Box<dyn RawIndex> {
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:76:22
[INFO] [stdout]     |
[INFO] [stdout]  76 |     pub const fn get(&self) -> &T {
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:80:26
[INFO] [stdout]     |
[INFO] [stdout]  80 |     pub const fn get_mut(&mut self) -> &mut T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:85:18
[INFO] [stdout]     |
[INFO] [stdout]  85 |     pub fn value(self) -> T {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:90:22
[INFO] [stdout]     |
[INFO] [stdout]  90 |     pub fn map<U, F>(self, f: F) -> IndexBase<U, K>
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:99:26
[INFO] [stdout]     |
[INFO] [stdout]  99 |     pub const fn replace(&mut self, index: T) -> T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:104:16
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn set(&mut self, value: T) -> &mut Self {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:109:23
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub const fn swap(&mut self, other: &mut Self) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:114:17
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn take(&mut self) -> T
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:122:30
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn with<U: RawIndex>(self, value: U) -> IndexBase<U, K> {
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:129:20
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn counter(self) -> super::iter::Counter<Self> {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:134:16
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn dec(self) -> IndexBase<<T as core::ops::Sub>::Output, K>
[INFO] [stdout]     |                ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn dec_inplace(&mut self)
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:153:16
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn inc(self) -> IndexBase<<T as core::ops::Add>::Output, K>
[INFO] [stdout]     |                ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:163:24
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn inc_inplace(&mut self)
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:182:17
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn step(&mut self) -> IndexResult<Self>
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:194:25
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn step_with<F>(&mut self, f: F) -> IndexResult<Self>
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:206:28
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn next_with<U, F>(self, f: F) -> IndexResult<IndexBase<U, K>>
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:217:23
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn into_inner(self) -> T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/hyper_node.rs:47:34
[INFO] [stdout]    |
[INFO] [stdout] 47 |       pub fn with_id<I2: RawIndex>(self, index: VertexId<I2>) -> Node<T, I2> {
[INFO] [stdout]    |                                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 |       pub fn with_weight<U>(self, weight: Weight<U>) -> Node<U, Ix> {
[INFO] [stdout]    |                             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |       pub const fn as_tuple(&self) -> (&VertexId<Ix>, &Weight<T>) {
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 |       pub fn into_tuple(self) -> (VertexId<Ix>, Weight<T>) {
[INFO] [stdout]    |                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |       pub fn as_tuple_mut(&mut self) -> (&VertexId<Ix>, &mut Weight<T>) {
[INFO] [stdout]    |                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 |       pub const fn id(&self) -> &VertexId<Ix> {
[INFO] [stdout]    |                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:87:25
[INFO] [stdout]    |
[INFO] [stdout] 87 |       pub const fn weight(&self) -> &Weight<T> {
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:91:29
[INFO] [stdout]    |
[INFO] [stdout] 91 |       pub const fn weight_mut(&mut self) -> &mut Weight<T> {
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:95:23
[INFO] [stdout]    |
[INFO] [stdout] 95 |       pub fn set_weight(&mut self, weight: T) -> &mut Self {
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:101:33
[INFO] [stdout]     |
[INFO] [stdout] 101 |       pub const fn replace_weight(&mut self, weight: T) -> Weight<T> {
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub fn swap_weight(&mut self, other: &mut Self) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:112:22
[INFO] [stdout]     |
[INFO] [stdout] 112 |       pub fn map<U, F>(self, f: F) -> Node<U, Ix>
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:122:23
[INFO] [stdout]     |
[INFO] [stdout] 122 |       pub fn map_mut<F>(&mut self, f: F) -> &mut Self
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:151:24
[INFO] [stdout]     |
[INFO] [stdout] 151 |       pub const fn index(&self) -> &VertexId<Idx> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:158:37
[INFO] [stdout]     |
[INFO] [stdout] 158 |       pub fn with_index<I2: RawIndex>(self, index: VertexId<I2>) -> Node<T, I2> {
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/rel/link.rs:56:21
[INFO] [stdout]     |
[INFO] [stdout]  56 |       pub const fn id(&self) -> &EdgeId<Ix> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:60:25
[INFO] [stdout]     |
[INFO] [stdout]  60 |       pub const fn domain(&self) -> &S {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:64:29
[INFO] [stdout]     |
[INFO] [stdout]  64 |       pub const fn domain_mut(&mut self) -> &mut S {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:68:23
[INFO] [stdout]     |
[INFO] [stdout]  68 |       pub fn set_domain(&mut self, nodes: S) -> &mut Self {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:73:20
[INFO] [stdout]     |
[INFO] [stdout]  73 |       pub fn with_id(self, id: EdgeId<Ix>) -> Self {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:77:40
[INFO] [stdout]     |
[INFO] [stdout]  77 |       pub fn with_domain<S2: Domain<Ix>>(self, nodes: S2) -> Link<S2, K, Ix> {
[INFO] [stdout]     |                                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:85:24
[INFO] [stdout]     |
[INFO] [stdout]  85 |       pub fn contains<Q>(&self, index: &Q) -> bool
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:96:31
[INFO] [stdout]     |
[INFO] [stdout]  96 |       pub fn contains_all<Q, I>(&self, indices: I) -> bool
[INFO] [stdout]     |                                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub fn len(&self) -> usize {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 |       pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:33:25
[INFO] [stdout]     |
[INFO] [stdout]  33 |       pub const fn points(&self) -> &S {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:41:29
[INFO] [stdout]     |
[INFO] [stdout]  41 |       pub const fn points_mut(&mut self) -> &mut S {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:48:23
[INFO] [stdout]     |
[INFO] [stdout]  48 |       pub fn set_points(&mut self, nodes: S) -> &mut Self {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:55:41
[INFO] [stdout]     |
[INFO] [stdout]  55 |       pub fn with_points<S2: Domain<Idx>>(self, nodes: S2) -> Link<S2, K, Idx> {
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/weight/impl_weight.rs:43:22
[INFO] [stdout]     |
[INFO] [stdout]  43 |     pub const fn get(&self) -> &T {
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:47:26
[INFO] [stdout]     |
[INFO] [stdout]  47 |     pub const fn get_mut(&mut self) -> &mut T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:52:23
[INFO] [stdout]     |
[INFO] [stdout]  52 |     pub fn into_inner(self) -> T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:58:22
[INFO] [stdout]     |
[INFO] [stdout]  58 |     pub fn map<U, F>(self, f: F) -> Weight<U>
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:67:23
[INFO] [stdout]     |
[INFO] [stdout]  67 |     pub fn map_mut<F>(&mut self, f: F) -> &mut Self
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:76:26
[INFO] [stdout]     |
[INFO] [stdout]  76 |     pub const fn replace(&mut self, value: T) -> T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:82:16
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn set(&mut self, value: T) -> &mut Self {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:87:23
[INFO] [stdout]     |
[INFO] [stdout]  87 |     pub const fn swap(&mut self, other: &mut Self) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:92:17
[INFO] [stdout]     |
[INFO] [stdout]  92 |     pub fn take(&mut self) -> T
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn as_ptr(&self) -> *const T {
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:105:29
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub const fn as_mut_ptr(&mut self) -> *mut T {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:109:23
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub const fn view(&self) -> Weight<&T> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:113:27
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub const fn view_mut(&mut self) -> Weight<&mut T> {
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:118:20
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn with<U>(self, value: U) -> Weight<U> {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:128:24
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn is_weighted(&self) -> bool
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:135:26
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn is_weightless(&self) -> bool
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight_repr.rs:30:19
[INFO] [stdout]     |
[INFO] [stdout]  30 |     pub fn cloned(&self) -> Weight<T>
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:155:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:156:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_repr.rs:38:19
[INFO] [stdout]     |
[INFO] [stdout]  38 |     pub fn copied(&self) -> Weight<T>
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:155:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:156:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_repr.rs:49:19
[INFO] [stdout]     |
[INFO] [stdout]  49 |     pub fn cloned(&self) -> Weight<T>
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:169:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:170:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_repr.rs:57:25
[INFO] [stdout]     |
[INFO] [stdout]  57 |     pub const fn copied(&self) -> Weight<T>
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:169:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:170:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_deprecated.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |     pub fn value(self) -> T {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rshyper-core` (lib test) due to 91 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:80:23
[INFO] [stdout]     |
[INFO] [stdout]  80 |       pub const fn link(&self) -> &Link<S, K, Idx> {
[INFO] [stdout]     |                         ^^^^^
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:84:27
[INFO] [stdout]     |
[INFO] [stdout]  84 |       pub const fn link_mut(&mut self) -> &mut Link<S, K, Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |       pub const fn weight(&self) -> &Weight<T> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout]  92 |       pub const fn weight_mut(&mut self) -> &mut Weight<T> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout]  96 |       pub const fn id(&self) -> &EdgeId<Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |       pub const fn id_mut(&mut self) -> &mut EdgeId<Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:104:25
[INFO] [stdout]     |
[INFO] [stdout] 104 |       pub const fn domain(&self) -> &S {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout] 108 |       pub const fn domain_mut(&mut self) -> &mut S {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:112:23
[INFO] [stdout]     |
[INFO] [stdout] 112 |       pub fn set_domain(&mut self, nodes: S) -> &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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |       pub fn set_link(&mut self, link: Link<S, K, Idx>) -> &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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:122:23
[INFO] [stdout]     |
[INFO] [stdout] 122 |       pub fn set_weight(&mut self, weight: Weight<T>) -> &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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:127:20
[INFO] [stdout]     |
[INFO] [stdout] 127 |       pub fn with_id(self, id: EdgeId<Idx>) -> 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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:134:41
[INFO] [stdout]     |
[INFO] [stdout] 134 |       pub fn with_domain<S2: Domain<Idx>>(self, nodes: S2) -> Edge<T, S2, K, Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:141:27
[INFO] [stdout]     |
[INFO] [stdout] 141 |       pub fn with_weight<U>(self, weight: Weight<U>) -> Edge<U, S, K, Idx> {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:148:24
[INFO] [stdout]     |
[INFO] [stdout] 148 |       pub fn contains<Q>(&self, index: &Q) -> bool
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:158:21
[INFO] [stdout]     |
[INFO] [stdout] 158 |       pub fn is_empty(&self) -> bool {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |       pub fn len(&self) -> usize {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:179:24
[INFO] [stdout]     |
[INFO] [stdout] 179 |       pub const fn nodes(&self) -> &S {
[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/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/impls/impl_edge.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / impl<T, S, K, Idx> core::ops::Deref for Edge<T, S, K, Idx>
[INFO] [stdout] 159 | | where
[INFO] [stdout] 160 | |     Idx: RawIndex,
[INFO] [stdout] 161 | |     K: GraphType,
[INFO] [stdout] 162 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 163 |   {
[INFO] [stdout] 164 |       type Target = Link<S, K, Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/edge/hyper_edge.rs:186:28
[INFO] [stdout]     |
[INFO] [stdout] 186 |       pub const fn nodes_mut(&mut self) -> &mut S {
[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/idx/index.rs:55:25
[INFO] [stdout]     |
[INFO] [stdout]  55 |     pub const fn as_ptr(&self) -> *const T {
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |     pub fn as_mut_ptr(&mut self) -> *mut T {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:64:23
[INFO] [stdout]     |
[INFO] [stdout]  64 |     pub fn as_raw_box(&self) -> Box<dyn RawIndex>
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:72:25
[INFO] [stdout]     |
[INFO] [stdout]  72 |     pub fn into_raw_box(self) -> Box<dyn RawIndex> {
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:76:22
[INFO] [stdout]     |
[INFO] [stdout]  76 |     pub const fn get(&self) -> &T {
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:80:26
[INFO] [stdout]     |
[INFO] [stdout]  80 |     pub const fn get_mut(&mut self) -> &mut T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:85:18
[INFO] [stdout]     |
[INFO] [stdout]  85 |     pub fn value(self) -> T {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:90:22
[INFO] [stdout]     |
[INFO] [stdout]  90 |     pub fn map<U, F>(self, f: F) -> IndexBase<U, K>
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:99:26
[INFO] [stdout]     |
[INFO] [stdout]  99 |     pub const fn replace(&mut self, index: T) -> T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:104:16
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn set(&mut self, value: T) -> &mut Self {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:109:23
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub const fn swap(&mut self, other: &mut Self) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:114:17
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn take(&mut self) -> T
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:122:30
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn with<U: RawIndex>(self, value: U) -> IndexBase<U, K> {
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:129:20
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn counter(self) -> super::iter::Counter<Self> {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:134:16
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn dec(self) -> IndexBase<<T as core::ops::Sub>::Output, K>
[INFO] [stdout]     |                ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn dec_inplace(&mut self)
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:153:16
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn inc(self) -> IndexBase<<T as core::ops::Add>::Output, K>
[INFO] [stdout]     |                ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:163:24
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn inc_inplace(&mut self)
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:182:17
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn step(&mut self) -> IndexResult<Self>
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:194:25
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn step_with<F>(&mut self, f: F) -> IndexResult<Self>
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:206:28
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn next_with<U, F>(self, f: F) -> IndexResult<IndexBase<U, K>>
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/idx/index.rs:217:23
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn into_inner(self) -> T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     | ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |     type Target = T;
[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/hyper_node.rs:47:34
[INFO] [stdout]    |
[INFO] [stdout] 47 |       pub fn with_id<I2: RawIndex>(self, index: VertexId<I2>) -> Node<T, I2> {
[INFO] [stdout]    |                                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 |       pub fn with_weight<U>(self, weight: Weight<U>) -> Node<U, Ix> {
[INFO] [stdout]    |                             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |       pub const fn as_tuple(&self) -> (&VertexId<Ix>, &Weight<T>) {
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 |       pub fn into_tuple(self) -> (VertexId<Ix>, Weight<T>) {
[INFO] [stdout]    |                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |       pub fn as_tuple_mut(&mut self) -> (&VertexId<Ix>, &mut Weight<T>) {
[INFO] [stdout]    |                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 |       pub const fn id(&self) -> &VertexId<Ix> {
[INFO] [stdout]    |                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:87:25
[INFO] [stdout]    |
[INFO] [stdout] 87 |       pub const fn weight(&self) -> &Weight<T> {
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:91:29
[INFO] [stdout]    |
[INFO] [stdout] 91 |       pub const fn weight_mut(&mut self) -> &mut Weight<T> {
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:95:23
[INFO] [stdout]    |
[INFO] [stdout] 95 |       pub fn set_weight(&mut self, weight: T) -> &mut Self {
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout] 72 | | where
[INFO] [stdout] 73 | |     Idx: RawIndex,
[INFO] [stdout]    | |__________________- trait implemented here
[INFO] [stdout] 74 |   {
[INFO] [stdout] 75 |       type Target = T;
[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/hyper_node.rs:101:33
[INFO] [stdout]     |
[INFO] [stdout] 101 |       pub const fn replace_weight(&mut self, weight: T) -> Weight<T> {
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub fn swap_weight(&mut self, other: &mut Self) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:112:22
[INFO] [stdout]     |
[INFO] [stdout] 112 |       pub fn map<U, F>(self, f: F) -> Node<U, Ix>
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:122:23
[INFO] [stdout]     |
[INFO] [stdout] 122 |       pub fn map_mut<F>(&mut self, f: F) -> &mut Self
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:151:24
[INFO] [stdout]     |
[INFO] [stdout] 151 |       pub const fn index(&self) -> &VertexId<Idx> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/hyper_node.rs:158:37
[INFO] [stdout]     |
[INFO] [stdout] 158 |       pub fn with_index<I2: RawIndex>(self, index: VertexId<I2>) -> Node<T, I2> {
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/node/impls/impl_hyper_node.rs:71:1
[INFO] [stdout]     |
[INFO] [stdout]  71 | / impl<T, Idx> core::ops::Deref for Node<T, Idx>
[INFO] [stdout]  72 | | where
[INFO] [stdout]  73 | |     Idx: RawIndex,
[INFO] [stdout]     | |__________________- trait implemented here
[INFO] [stdout]  74 |   {
[INFO] [stdout]  75 |       type Target = T;
[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/rel/link.rs:56:21
[INFO] [stdout]     |
[INFO] [stdout]  56 |       pub const fn id(&self) -> &EdgeId<Ix> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:60:25
[INFO] [stdout]     |
[INFO] [stdout]  60 |       pub const fn domain(&self) -> &S {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:64:29
[INFO] [stdout]     |
[INFO] [stdout]  64 |       pub const fn domain_mut(&mut self) -> &mut S {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:68:23
[INFO] [stdout]     |
[INFO] [stdout]  68 |       pub fn set_domain(&mut self, nodes: S) -> &mut Self {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:73:20
[INFO] [stdout]     |
[INFO] [stdout]  73 |       pub fn with_id(self, id: EdgeId<Ix>) -> Self {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:77:40
[INFO] [stdout]     |
[INFO] [stdout]  77 |       pub fn with_domain<S2: Domain<Ix>>(self, nodes: S2) -> Link<S2, K, Ix> {
[INFO] [stdout]     |                                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:85:24
[INFO] [stdout]     |
[INFO] [stdout]  85 |       pub fn contains<Q>(&self, index: &Q) -> bool
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:96:31
[INFO] [stdout]     |
[INFO] [stdout]  96 |       pub fn contains_all<Q, I>(&self, indices: I) -> bool
[INFO] [stdout]     |                                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub fn len(&self) -> usize {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/link.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 |       pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:33:25
[INFO] [stdout]     |
[INFO] [stdout]  33 |       pub const fn points(&self) -> &S {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:41:29
[INFO] [stdout]     |
[INFO] [stdout]  41 |       pub const fn points_mut(&mut self) -> &mut S {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:48:23
[INFO] [stdout]     |
[INFO] [stdout]  48 |       pub fn set_points(&mut self, nodes: S) -> &mut Self {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/rel/impls/impl_link_deprecated.rs:55:41
[INFO] [stdout]     |
[INFO] [stdout]  55 |       pub fn with_points<S2: Domain<Idx>>(self, nodes: S2) -> Link<S2, K, Idx> {
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rel/impls/impl_link.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / impl<S, K, Idx> core::ops::Deref for Link<S, K, Idx>
[INFO] [stdout] 164 | | where
[INFO] [stdout] 165 | |     Idx: RawIndex,
[INFO] [stdout] 166 | |     K: GraphType,
[INFO] [stdout] 167 | |     S: Domain<Idx>,
[INFO] [stdout]     | |___________________- trait implemented here
[INFO] [stdout] 168 |   {
[INFO] [stdout] 169 |       type Target = EdgeId<Idx>;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/idx/impls/impl_ops.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   impl<T, K> core::ops::Deref for IndexBase<T, K> {
[INFO] [stdout]     |   ----------------------------------------------- trait implemented here
[INFO] [stdout] 111 |       type Target = T;
[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/weight/impl_weight.rs:43:22
[INFO] [stdout]     |
[INFO] [stdout]  43 |     pub const fn get(&self) -> &T {
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:47:26
[INFO] [stdout]     |
[INFO] [stdout]  47 |     pub const fn get_mut(&mut self) -> &mut T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:52:23
[INFO] [stdout]     |
[INFO] [stdout]  52 |     pub fn into_inner(self) -> T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:58:22
[INFO] [stdout]     |
[INFO] [stdout]  58 |     pub fn map<U, F>(self, f: F) -> Weight<U>
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:67:23
[INFO] [stdout]     |
[INFO] [stdout]  67 |     pub fn map_mut<F>(&mut self, f: F) -> &mut Self
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:76:26
[INFO] [stdout]     |
[INFO] [stdout]  76 |     pub const fn replace(&mut self, value: T) -> T {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:82:16
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn set(&mut self, value: T) -> &mut Self {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:87:23
[INFO] [stdout]     |
[INFO] [stdout]  87 |     pub const fn swap(&mut self, other: &mut Self) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:92:17
[INFO] [stdout]     |
[INFO] [stdout]  92 |     pub fn take(&mut self) -> T
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn as_ptr(&self) -> *const T {
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:105:29
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub const fn as_mut_ptr(&mut self) -> *mut T {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:109:23
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub const fn view(&self) -> Weight<&T> {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:113:27
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub const fn view_mut(&mut self) -> Weight<&mut T> {
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:118:20
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn with<U>(self, value: U) -> Weight<U> {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:128:24
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn is_weighted(&self) -> bool
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight.rs:135:26
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn is_weightless(&self) -> bool
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[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/weight/impl_weight_repr.rs:30:19
[INFO] [stdout]     |
[INFO] [stdout]  30 |     pub fn cloned(&self) -> Weight<T>
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:155:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:156:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_repr.rs:38:19
[INFO] [stdout]     |
[INFO] [stdout]  38 |     pub fn copied(&self) -> Weight<T>
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:155:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:156:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_repr.rs:49:19
[INFO] [stdout]     |
[INFO] [stdout]  49 |     pub fn cloned(&self) -> Weight<T>
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:169:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:170:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_repr.rs:57:25
[INFO] [stdout]     |
[INFO] [stdout]  57 |     pub const fn copied(&self) -> Weight<T>
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:169:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait implemented here
[INFO] [stdout]    ::: /rustc/7b3da9103634dffd4f4365cfd8642427c781d99f/library/core/src/ops/deref.rs:170:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: 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/weight/impl_weight_deprecated.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |     pub fn value(self) -> T {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/weight/impl_weight.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<T> core::ops::Deref for Weight<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 169 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rshyper-core` (lib) due to 91 previous errors
[INFO] running `Command { std: "docker" "inspect" "e0e86ab4c362ae525993090d29af04e91674b388428b8595e7fee9e1a52fdee7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0e86ab4c362ae525993090d29af04e91674b388428b8595e7fee9e1a52fdee7", kill_on_drop: false }`
[INFO] [stdout] e0e86ab4c362ae525993090d29af04e91674b388428b8595e7fee9e1a52fdee7
