[INFO] fetching crate dashmap 7.0.0-rc2...
[INFO] checking dashmap-7.0.0-rc2 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate dashmap 7.0.0-rc2 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate dashmap 7.0.0-rc2
[INFO] finished tweaking crates.io crate dashmap 7.0.0-rc2
[INFO] tweaked toml for crates.io crate dashmap 7.0.0-rc2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dashmap 7.0.0-rc2 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 27 packages to latest compatible versions
[INFO] [stderr]       Adding hashbrown v0.15.5 (available: v0.16.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9a32080194ae5dc3c56450242500c9b508be6251ec657f122c7a2ce2ceff078e
[INFO] running `Command { std: "docker" "start" "-a" "9a32080194ae5dc3c56450242500c9b508be6251ec657f122c7a2ce2ceff078e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a32080194ae5dc3c56450242500c9b508be6251ec657f122c7a2ce2ceff078e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a32080194ae5dc3c56450242500c9b508be6251ec657f122c7a2ce2ceff078e", kill_on_drop: false }`
[INFO] [stdout] 9a32080194ae5dc3c56450242500c9b508be6251ec657f122c7a2ce2ceff078e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 297a9f79b26f8b8e07c1f38392d05678b3e3ca3a6d29727a85c4f99d03a001f9
[INFO] running `Command { std: "docker" "start" "-a" "297a9f79b26f8b8e07c1f38392d05678b3e3ca3a6d29727a85c4f99d03a001f9", kill_on_drop: false }`
[INFO] [stderr]     Checking dashmap v7.0.0-rc2 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> src/mapref/multiple.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl<'a, K: Eq + Hash, V> Deref for RefMulti<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 35 |     type Target = V;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> src/mapref/multiple.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn value(&self) -> &V {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl<'a, K: Eq + Hash, V> Deref for RefMulti<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 35 |     type Target = V;
[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/mapref/multiple.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl<'a, K: Eq + Hash, V> Deref for RefMulti<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 35 |     type Target = V;
[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/mapref/multiple.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn value(&self) -> &V {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn value_mut(&mut self) -> &mut V {
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn pair_mut(&mut self) -> (&K, &mut V) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/one.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn value(&self) -> &V {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn map<F, T: ?Sized>(self, f: F) -> MappedRef<'a, K, T>
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:44:34
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn try_map<F, T: ?Sized>(self, f: F) -> Result<MappedRef<'a, K, T>, Self>
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:88:16
[INFO] [stdout]     |
[INFO] [stdout]  88 |     pub fn key(&self) -> &K {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:92:18
[INFO] [stdout]     |
[INFO] [stdout]  92 |     pub fn value(&self) -> &V {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:96:22
[INFO] [stdout]     |
[INFO] [stdout]  96 |     pub fn value_mut(&mut self) -> &mut V {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn pair_mut(&mut self) -> (&K, &mut V) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:108:22
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn downgrade(self) -> Ref<'a, K, V> {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn map<F, T: ?Sized>(self, f: F) -> MappedRefMut<'a, K, T>
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:127:34
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn try_map<F, T: ?Sized>(self, f: F) -> Result<MappedRefMut<'a, K, T>, Self>
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:175:16
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn key(&self) -> &K {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:179:18
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn value(&self) -> &T {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn pair(&self) -> (&K, &T) {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn map<F, T2>(self, f: F) -> MappedRef<'a, K, T2>
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:198:35
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub fn try_map<F, T2: ?Sized>(self, f: F) -> Result<MappedRef<'a, K, T2>, Self>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:253:16
[INFO] [stdout]     |
[INFO] [stdout] 253 |     pub fn key(&self) -> &K {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:257:18
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn value(&self) -> &T {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:261:22
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn value_mut(&mut self) -> &mut T {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub fn pair(&self) -> (&K, &T) {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:269:21
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub fn pair_mut(&mut self) -> (&K, &mut T) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:273:31
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn map<F, T2: ?Sized>(self, f: F) -> MappedRefMut<'a, K, T2>
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:284:35
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub fn try_map<F, T2: ?Sized>(self, f: F) -> Result<MappedRefMut<'a, K, T2>, Self>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/setref/multiple.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 | impl<'a, K: Eq + Hash> Deref for RefMulti<'a, K> {
[INFO] [stdout]    | ------------------------------------------------ trait implemented here
[INFO] [stdout] 20 |     type Target = K;
[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/setref/one.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 | impl<'a, K: Eq + Hash> Deref for Ref<'a, K> {
[INFO] [stdout]    | ------------------------------------------- trait implemented here
[INFO] [stdout] 20 |     type Target = K;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dashmap` (lib) due to 35 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/mapref/multiple.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl<'a, K: Eq + Hash, V> Deref for RefMulti<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 35 |     type Target = V;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> src/mapref/multiple.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn value(&self) -> &V {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl<'a, K: Eq + Hash, V> Deref for RefMulti<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 35 |     type Target = V;
[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/mapref/multiple.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | impl<'a, K: Eq + Hash, V> Deref for RefMulti<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 35 |     type Target = V;
[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/mapref/multiple.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn value(&self) -> &V {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn value_mut(&mut self) -> &mut V {
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/multiple.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn pair_mut(&mut self) -> (&K, &mut V) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl<'a, K: Eq + Hash, V> Deref for RefMutMulti<'a, K, V> {
[INFO] [stdout]    | --------------------------------------------------------- trait implemented here
[INFO] [stdout] 79 |     type Target = V;
[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/mapref/one.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn value(&self) -> &V {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn map<F, T: ?Sized>(self, f: F) -> MappedRef<'a, K, T>
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:44:34
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn try_map<F, T: ?Sized>(self, f: F) -> Result<MappedRef<'a, K, T>, Self>
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl<'a, K: Eq + Hash, V> Deref for Ref<'a, K, V> {
[INFO] [stdout]    | ------------------------------------------------- trait implemented here
[INFO] [stdout] 70 |     type Target = V;
[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/mapref/one.rs:88:16
[INFO] [stdout]     |
[INFO] [stdout]  88 |     pub fn key(&self) -> &K {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:92:18
[INFO] [stdout]     |
[INFO] [stdout]  92 |     pub fn value(&self) -> &V {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:96:22
[INFO] [stdout]     |
[INFO] [stdout]  96 |     pub fn value_mut(&mut self) -> &mut V {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn pair(&self) -> (&K, &V) {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn pair_mut(&mut self) -> (&K, &mut V) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:108:22
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn downgrade(self) -> Ref<'a, K, V> {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn map<F, T: ?Sized>(self, f: F) -> MappedRefMut<'a, K, T>
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:127:34
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn try_map<F, T: ?Sized>(self, f: F) -> Result<MappedRefMut<'a, K, T>, Self>
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 | impl<'a, K: Eq + Hash, V> Deref for RefMut<'a, K, V> {
[INFO] [stdout]     | ---------------------------------------------------- trait implemented here
[INFO] [stdout] 155 |     type Target = V;
[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/mapref/one.rs:175:16
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn key(&self) -> &K {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:179:18
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn value(&self) -> &T {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn pair(&self) -> (&K, &T) {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn map<F, T2>(self, f: F) -> MappedRef<'a, K, T2>
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:198:35
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub fn try_map<F, T2: ?Sized>(self, f: F) -> Result<MappedRef<'a, K, T2>, Self>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRef<'a, K, T> {
[INFO] [stdout]     | --------------------------------------------------------------- trait implemented here
[INFO] [stdout] 225 |     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/mapref/one.rs:253:16
[INFO] [stdout]     |
[INFO] [stdout] 253 |     pub fn key(&self) -> &K {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:257:18
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn value(&self) -> &T {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:261:22
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn value_mut(&mut self) -> &mut T {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub fn pair(&self) -> (&K, &T) {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:269:21
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub fn pair_mut(&mut self) -> (&K, &mut T) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:273:31
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn map<F, T2: ?Sized>(self, f: F) -> MappedRefMut<'a, K, T2>
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/mapref/one.rs:284:35
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub fn try_map<F, T2: ?Sized>(self, f: F) -> Result<MappedRefMut<'a, K, T2>, Self>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 | impl<'a, K: Eq + Hash, T: ?Sized> Deref for MappedRefMut<'a, K, T> {
[INFO] [stdout]     | ------------------------------------------------------------------ trait implemented here
[INFO] [stdout] 312 |     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/setref/multiple.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 | impl<'a, K: Eq + Hash> Deref for RefMulti<'a, K> {
[INFO] [stdout]    | ------------------------------------------------ trait implemented here
[INFO] [stdout] 20 |     type Target = K;
[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/setref/one.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn key(&self) -> &K {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 | impl<'a, K: Eq + Hash> Deref for Ref<'a, K> {
[INFO] [stdout]    | ------------------------------------------- trait implemented here
[INFO] [stdout] 20 |     type Target = K;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dashmap` (lib test) due to 35 previous errors
[INFO] running `Command { std: "docker" "inspect" "297a9f79b26f8b8e07c1f38392d05678b3e3ca3a6d29727a85c4f99d03a001f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "297a9f79b26f8b8e07c1f38392d05678b3e3ca3a6d29727a85c4f99d03a001f9", kill_on_drop: false }`
[INFO] [stdout] 297a9f79b26f8b8e07c1f38392d05678b3e3ca3a6d29727a85c4f99d03a001f9
