[INFO] fetching crate fltk-evented 0.5.3...
[INFO] checking fltk-evented-0.5.3 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate fltk-evented 0.5.3 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate fltk-evented 0.5.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate fltk-evented 0.5.3
[INFO] tweaked toml for crates.io crate fltk-evented 0.5.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fltk-evented 0.5.3 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 fltk-evented 0.5.3 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 74f03fcefc6939ae8f56a7d85320f862348e736ddd20b64eca3d46357989ebb0
[INFO] running `Command { std: "docker" "start" "-a" "74f03fcefc6939ae8f56a7d85320f862348e736ddd20b64eca3d46357989ebb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74f03fcefc6939ae8f56a7d85320f862348e736ddd20b64eca3d46357989ebb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74f03fcefc6939ae8f56a7d85320f862348e736ddd20b64eca3d46357989ebb0", kill_on_drop: false }`
[INFO] [stdout] 74f03fcefc6939ae8f56a7d85320f862348e736ddd20b64eca3d46357989ebb0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9ee7334e6606908e9e14dafe842368f9b9f3ad710bb2ca5101a31e9468a311f3
[INFO] running `Command { std: "docker" "start" "-a" "9ee7334e6606908e9e14dafe842368f9b9f3ad710bb2ca5101a31e9468a311f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling fltk-sys v1.4.23
[INFO] [stderr]     Checking crossbeam-channel v0.5.11
[INFO] [stderr]     Checking fltk v1.4.24
[INFO] [stderr]     Checking fltk-evented v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> src/base.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn with_pos(mut self, x: i32, y: i32) -> Self {
[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/base.rs:68:22
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn with_size(mut self, width: i32, height: i32) -> 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/base.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub fn with_label(mut self, title: &str) -> 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/base.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn with_align(mut self, align: Align) -> 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/base.rs:86:37
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn with_type<W: WidgetType>(mut self, typ: W) -> 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/base.rs:92:35
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub fn below_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:98:35
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub fn above_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:104:35
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn right_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:110:34
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 110 |     pub fn left_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn center_of<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:122:29
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn center_of_parent(mut self) -> 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/base.rs:128:35
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn center_x<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:134:35
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn center_y<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:140:34
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn size_of<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:146:27
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn size_of_parent(mut self) -> 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/blocking.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn triggered(&self) -> bool {
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn event(&self) -> Event {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn on(&mut self, ev: Event, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fltk-evented` (lib) due to 46 previous errors
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> src/blocking.rs:84:21
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn on_hover(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[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/blocking.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn on_leave(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn on_click(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:99:23
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn on_release(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:104:20
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn on_drag(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn on_focus(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:114:23
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn on_unfocus(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn on_keydown(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:124:21
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn on_keyup(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:129:21
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn on_close(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn on_move(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:139:24
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn on_shortcut(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn on_deactivate(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn on_activate(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn on_hide(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn on_show(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:164:21
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn on_paste(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:169:31
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn on_selection_clear(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:174:26
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn on_mousewheel(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:179:25
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn on_dnd_enter(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn on_dnd_drag(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:189:25
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub fn on_dnd_leave(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:194:27
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn on_dnd_release(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:199:37
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn on_screen_config_changed(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:204:26
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn on_fullscreen(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:209:28
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn on_zoom_gesture(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:214:20
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn on_zoom(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:219:22
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub fn on_resize(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/base.rs:62:21
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn with_pos(mut self, x: i32, y: i32) -> Self {
[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/base.rs:68:22
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn with_size(mut self, width: i32, height: i32) -> 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/base.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub fn with_label(mut self, title: &str) -> 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/base.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn with_align(mut self, align: Align) -> 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/base.rs:86:37
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn with_type<W: WidgetType>(mut self, typ: W) -> 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/base.rs:92:35
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub fn below_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:98:35
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub fn above_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:104:35
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn right_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:110:34
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 110 |     pub fn left_of<W: WidgetExt>(mut self, wid: &W, padding: i32) -> 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/base.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn center_of<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:122:29
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn center_of_parent(mut self) -> 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/base.rs:128:35
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn center_x<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:134:35
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn center_y<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:140:34
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn size_of<W: WidgetExt>(mut self, w: &W) -> 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/base.rs:146:27
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn size_of_parent(mut self) -> 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/blocking.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn triggered(&self) -> bool {
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn event(&self) -> Event {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn on(&mut self, ev: Event, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:84:21
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn on_hover(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn on_leave(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn on_click(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:99:23
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn on_release(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/base.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]    | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 25 |     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/blocking.rs:104:20
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn on_drag(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn on_focus(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:114:23
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn on_unfocus(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn on_keydown(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:124:21
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn on_keyup(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:129:21
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn on_close(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn on_move(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:139:24
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn on_shortcut(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn on_deactivate(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn on_activate(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn on_hide(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn on_show(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:164:21
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn on_paste(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:169:31
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn on_selection_clear(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:174:26
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn on_mousewheel(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:179:25
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn on_dnd_enter(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn on_dnd_drag(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:189:25
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub fn on_dnd_leave(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:194:27
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn on_dnd_release(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:199:37
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn on_screen_config_changed(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:204:26
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn on_fullscreen(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:209:28
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn on_zoom_gesture(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:214:20
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn on_zoom(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     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/blocking.rs:219:22
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub fn on_resize(&mut self, cb: impl FnMut(&mut T) + 'static) {
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/base.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl<T: WidgetBase + WidgetExt, TRIG> std::ops::Deref for BaseListener<T, TRIG> {
[INFO] [stdout]     | ------------------------------------------------------------------------------- trait implemented here
[INFO] [stdout]  25 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fltk-evented` (lib test) due to 46 previous errors
[INFO] running `Command { std: "docker" "inspect" "9ee7334e6606908e9e14dafe842368f9b9f3ad710bb2ca5101a31e9468a311f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ee7334e6606908e9e14dafe842368f9b9f3ad710bb2ca5101a31e9468a311f3", kill_on_drop: false }`
[INFO] [stdout] 9ee7334e6606908e9e14dafe842368f9b9f3ad710bb2ca5101a31e9468a311f3
