[INFO] fetching crate guion 0.5.0-dev1... [INFO] checking guion-0.5.0-dev1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate guion 0.5.0-dev1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate guion 0.5.0-dev1 [INFO] finished tweaking crates.io crate guion 0.5.0-dev1 [INFO] tweaked toml for crates.io crate guion 0.5.0-dev1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate guion 0.5.0-dev1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded boolinator v2.4.0 [INFO] [stderr] Downloaded qwutils v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 132f0bb99f46bf10ce34542b8285910da08870bbfda38a68095e169c5e86e462 [INFO] running `Command { std: "docker" "start" "-a" "132f0bb99f46bf10ce34542b8285910da08870bbfda38a68095e169c5e86e462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "132f0bb99f46bf10ce34542b8285910da08870bbfda38a68095e169c5e86e462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "132f0bb99f46bf10ce34542b8285910da08870bbfda38a68095e169c5e86e462", kill_on_drop: false }` [INFO] [stdout] 132f0bb99f46bf10ce34542b8285910da08870bbfda38a68095e169c5e86e462 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93f884801e006f2c4ce0bb94536b1250864982878a1640af16b29bb14fec572c [INFO] running `Command { std: "docker" "start" "-a" "93f884801e006f2c4ce0bb94536b1250864982878a1640af16b29bb14fec572c", kill_on_drop: false }` [INFO] [stderr] Checking boolinator v2.4.0 [INFO] [stderr] Checking qwutils v0.3.1 [INFO] [stderr] Checking guion v0.5.0-dev1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / impl_traitcast!( [INFO] [stdout] 109 | | dyn IButton => |s| s; [INFO] [stdout] 110 | | dyn Trigger => |s| &s.trigger; [INFO] [stdout] 111 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / impl_traitcast_mut!( [INFO] [stdout] 139 | | dyn IButton => |s| s; [INFO] [stdout] 140 | | dyn Trigger => |s| &mut s.trigger; [INFO] [stdout] 141 | | dyn TriggerMut => |s| &mut s.trigger_mut; [INFO] [stdout] 142 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / impl_traitcast!( [INFO] [stdout] 63 | | dyn AtomState> => |s| &s.glyph_cache; [INFO] [stdout] 64 | | dyn Validation => |s| &s.text; [INFO] [stdout] 65 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | / impl_traitcast_mut!( [INFO] [stdout] 91 | | dyn AtomStateMut> => |s| &mut s.glyph_cache; [INFO] [stdout] 92 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 93 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 94 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | / impl_traitcast!( [INFO] [stdout] 52 | | dyn AtomState => |s| &s.value; [INFO] [stdout] 53 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / impl_traitcast_mut!( [INFO] [stdout] 74 | | dyn AtomStateMut => |s| &mut s.value; [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | / impl_traitcast!( [INFO] [stdout] 124 | | dyn ICheckBox => |s| s; [INFO] [stdout] 125 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 126 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | / impl_traitcast_mut!( [INFO] [stdout] 153 | | dyn ICheckBox => |s| s; [INFO] [stdout] 154 | | dyn ICheckBoxMut => |s| s; [INFO] [stdout] 155 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 156 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 157 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / impl_traitcast!( [INFO] [stdout] 149 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 150 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / impl_traitcast_mut!( [INFO] [stdout] 179 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 180 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | / impl_traitcast!( [INFO] [stdout] 237 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 238 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 239 | | dyn AtomState => |s| &s.cursor; [INFO] [stdout] ... | [INFO] [stdout] 243 | | dyn Validation => |s| &s.text; [INFO] [stdout] 244 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | / impl_traitcast_mut!( [INFO] [stdout] 273 | | dyn TextStor => |s| &mut s.text; [INFO] [stdout] 274 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 275 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] ... | [INFO] [stdout] 286 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 287 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / impl_traitcast!( [INFO] [stdout] 122 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 123 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / impl_traitcast_mut!( [INFO] [stdout] 150 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] 151 | | dyn AtomStateMut => |s| &mut s.scroll; [INFO] [stdout] 152 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / impl_traitcast!( [INFO] [stdout] 109 | | dyn IButton => |s| s; [INFO] [stdout] 110 | | dyn Trigger => |s| &s.trigger; [INFO] [stdout] 111 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / impl_traitcast_mut!( [INFO] [stdout] 139 | | dyn IButton => |s| s; [INFO] [stdout] 140 | | dyn Trigger => |s| &mut s.trigger; [INFO] [stdout] 141 | | dyn TriggerMut => |s| &mut s.trigger_mut; [INFO] [stdout] 142 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / impl_traitcast!( [INFO] [stdout] 63 | | dyn AtomState> => |s| &s.glyph_cache; [INFO] [stdout] 64 | | dyn Validation => |s| &s.text; [INFO] [stdout] 65 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | / impl_traitcast_mut!( [INFO] [stdout] 91 | | dyn AtomStateMut> => |s| &mut s.glyph_cache; [INFO] [stdout] 92 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 93 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 94 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | / impl_traitcast!( [INFO] [stdout] 52 | | dyn AtomState => |s| &s.value; [INFO] [stdout] 53 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / impl_traitcast_mut!( [INFO] [stdout] 74 | | dyn AtomStateMut => |s| &mut s.value; [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | / impl_traitcast!( [INFO] [stdout] 124 | | dyn ICheckBox => |s| s; [INFO] [stdout] 125 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 126 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | / impl_traitcast_mut!( [INFO] [stdout] 153 | | dyn ICheckBox => |s| s; [INFO] [stdout] 154 | | dyn ICheckBoxMut => |s| s; [INFO] [stdout] 155 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 156 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 157 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / impl_traitcast!( [INFO] [stdout] 149 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 150 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / impl_traitcast_mut!( [INFO] [stdout] 179 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 180 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | / impl_traitcast!( [INFO] [stdout] 237 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 238 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 239 | | dyn AtomState => |s| &s.cursor; [INFO] [stdout] ... | [INFO] [stdout] 243 | | dyn Validation => |s| &s.text; [INFO] [stdout] 244 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | / impl_traitcast_mut!( [INFO] [stdout] 273 | | dyn TextStor => |s| &mut s.text; [INFO] [stdout] 274 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 275 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] ... | [INFO] [stdout] 286 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 287 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTypeID>() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / impl_traitcast!( [INFO] [stdout] 122 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 123 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::DestTypeI... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / impl_traitcast_mut!( [INFO] [stdout] 150 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] 151 | | dyn AtomStateMut => |s| &mut s.scroll; [INFO] [stdout] 152 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/id/standard.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | impl SubPath for StdID where E: Env, E::WidgetID: Into + From { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | S: SubPath + From+Into + Debug + Send+Sync + 'static, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:145:44 [INFO] [stdout] | [INFO] [stdout] 145 | impl SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:155:60 [INFO] [stdout] | [INFO] [stdout] 155 | impl RefClonable for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:162:66 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/path/standard.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:71:58 [INFO] [stdout] | [INFO] [stdout] 71 | self.v.get(self.v.len()-1).cloned().map(SubPath::into_id) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `path::sub::SubPath::from_id` [INFO] [stdout] --> src/path/standard.rs:132:40 [INFO] [stdout] | [INFO] [stdout] 132 | self.clone().attached(SubPath::from_id(child_id)) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl Statize for dyn Validation where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl Statize for dyn ValidationMut where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_use]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/widgets/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl Statize for dyn AtomState where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | unsafe impl Statize for dyn AtomStateMut where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/id/standard.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | impl SubPath for StdID where E: Env, E::WidgetID: Into + From { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | S: SubPath + From+Into + Debug + Send+Sync + 'static, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:145:44 [INFO] [stdout] | [INFO] [stdout] 145 | impl SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:155:60 [INFO] [stdout] | [INFO] [stdout] 155 | impl RefClonable for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:162:66 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/path/standard.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:71:58 [INFO] [stdout] | [INFO] [stdout] 71 | self.v.get(self.v.len()-1).cloned().map(SubPath::into_id) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `path::sub::SubPath::from_id` [INFO] [stdout] --> src/path/standard.rs:132:40 [INFO] [stdout] | [INFO] [stdout] 132 | self.clone().attached(SubPath::from_id(child_id)) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl Statize for dyn Validation where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl Statize for dyn ValidationMut where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_use]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/widgets/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl Statize for dyn AtomState where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | unsafe impl Statize for dyn AtomStateMut where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/link/mod.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | self.widget.stor.trace_bounds(self.ctx,self.widget.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | let cpath = w.in_parent_path(path.refc()).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:263:23 [INFO] [stdout] | [INFO] [stdout] 263 | let path = rw.in_parent_path(self.path(),false); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 57 | match_view!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | match_view!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:94:31 [INFO] [stdout] | [INFO] [stdout] 94 | match_view!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:118:31 [INFO] [stdout] | [INFO] [stdout] 118 | match_view!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:198:30 [INFO] [stdout] | [INFO] [stdout] 198 | match_mut!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:202:30 [INFO] [stdout] | [INFO] [stdout] 202 | match_mut!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:235:30 [INFO] [stdout] | [INFO] [stdout] 235 | match_mut!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:257:30 [INFO] [stdout] | [INFO] [stdout] 257 | match_mut!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:334:30 [INFO] [stdout] | [INFO] [stdout] 334 | match_mut!(self|s| s.childs_mut() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:339:31 [INFO] [stdout] | [INFO] [stdout] 339 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:425:31 [INFO] [stdout] | [INFO] [stdout] 425 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:426:31 [INFO] [stdout] | [INFO] [stdout] 426 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:459:31 [INFO] [stdout] | [INFO] [stdout] 459 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/resolved.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | self.stor.trace_bounds(c,self.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:54:34 [INFO] [stdout] | [INFO] [stdout] 54 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:123:34 [INFO] [stdout] | [INFO] [stdout] 123 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/link/mod.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | self.widget.stor.trace_bounds(self.ctx,self.widget.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | let cpath = w.in_parent_path(path.refc()).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:263:23 [INFO] [stdout] | [INFO] [stdout] 263 | let path = rw.in_parent_path(self.path(),false); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 57 | match_view!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | match_view!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:94:31 [INFO] [stdout] | [INFO] [stdout] 94 | match_view!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:118:31 [INFO] [stdout] | [INFO] [stdout] 118 | match_view!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:198:30 [INFO] [stdout] | [INFO] [stdout] 198 | match_mut!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:202:30 [INFO] [stdout] | [INFO] [stdout] 202 | match_mut!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:235:30 [INFO] [stdout] | [INFO] [stdout] 235 | match_mut!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:257:30 [INFO] [stdout] | [INFO] [stdout] 257 | match_mut!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:334:30 [INFO] [stdout] | [INFO] [stdout] 334 | match_mut!(self|s| s.childs_mut() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:339:31 [INFO] [stdout] | [INFO] [stdout] 339 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:425:31 [INFO] [stdout] | [INFO] [stdout] 425 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:426:31 [INFO] [stdout] | [INFO] [stdout] 426 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:459:31 [INFO] [stdout] | [INFO] [stdout] 459 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/resolved.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | self.stor.trace_bounds(c,self.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:54:34 [INFO] [stdout] | [INFO] [stdout] 54 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:123:34 [INFO] [stdout] | [INFO] [stdout] 123 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:401:31 [INFO] [stdout] | [INFO] [stdout] 401 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:414:31 [INFO] [stdout] | [INFO] [stdout] 414 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:428:31 [INFO] [stdout] | [INFO] [stdout] 428 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:441:31 [INFO] [stdout] | [INFO] [stdout] 441 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ ------------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:110:53 [INFO] [stdout] | [INFO] [stdout] 110 | if let Some(r) = self.child(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::ResolvableMut::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:404:57 [INFO] [stdout] | [INFO] [stdout] 404 | if let Some(r) = self.child_mut(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | Any::is::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 | ::is::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | Any::downcast_ref::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 | ::downcast_ref::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | Any::downcast_mut::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 | ::downcast_mut::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/path/sub.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | .find(|(_,v)| v.resolve_to_same_widget(ptip) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:81:22 [INFO] [stdout] | [INFO] [stdout] 81 | return s.resolve_to_same_widget(o); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | sub_path_dest_id = s.clone().into_id(); //TODO deprecated old PathSub thing [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:127:58 [INFO] [stdout] | [INFO] [stdout] 127 | Self::resolves_thru_child_id(tip.clone().into_id(),sub_path) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/event/filter.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | dest.widget.resolved_by_path(&self.filter_path) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/event/standard/dyn_evt.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | Any::downcast_ref(self.event._as_any()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 | ::downcast_ref(self.event._as_any()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:63:37 [INFO] [stdout] | [INFO] [stdout] 63 | passed |= l._event_root(&e.with_event(Event::from(RootEvent::KbdPress{key}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/imp.rs:113:78 [INFO] [stdout] | [INFO] [stdout] 113 | ... l.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(path,l.widget.stor).expect("TODO")); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | passed |= l._event_root(&e.with_event(Event::from(MouseMove{pos}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:208:33 [INFO] [stdout] | [INFO] [stdout] 208 | passed |= l._event_root(&e.with_event(Event::from(WindowMove{pos,size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:211:33 [INFO] [stdout] | [INFO] [stdout] 211 | passed |= l._event_root(&e.with_event(Event::from(WindowResize{size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/mod.rs:44:57 [INFO] [stdout] | [INFO] [stdout] 44 | root.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(p.refc(),root.widget.stor)?); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/pane/widget.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | r.render_widget(l); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/button/widget.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/button/widget.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 94 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 95 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::widgets::RenderStdWidgets::render_text`: avoid this because stuff is not cached [INFO] [stdout] --> src/widgets/label/widget.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | .render_text(self.text.caption().as_ref(),self.align,l.ctx); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/checkbox/widget.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 109 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 110 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | r.render_widget(left); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | r.render_widget(right); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:401:31 [INFO] [stdout] | [INFO] [stdout] 401 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:414:31 [INFO] [stdout] | [INFO] [stdout] 414 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:428:31 [INFO] [stdout] | [INFO] [stdout] 428 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:441:31 [INFO] [stdout] | [INFO] [stdout] 441 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ ------------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:110:53 [INFO] [stdout] | [INFO] [stdout] 110 | if let Some(r) = self.child(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::ResolvableMut::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:404:57 [INFO] [stdout] | [INFO] [stdout] 404 | if let Some(r) = self.child_mut(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/area/widget.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | Any::is::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 | ::is::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | Any::downcast_ref::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 | ::downcast_ref::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | Any::downcast_mut::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 | ::downcast_mut::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/path/sub.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | .find(|(_,v)| v.resolve_to_same_widget(ptip) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:81:22 [INFO] [stdout] | [INFO] [stdout] 81 | return s.resolve_to_same_widget(o); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | sub_path_dest_id = s.clone().into_id(); //TODO deprecated old PathSub thing [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:127:58 [INFO] [stdout] | [INFO] [stdout] 127 | Self::resolves_thru_child_id(tip.clone().into_id(),sub_path) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/event/filter.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | dest.widget.resolved_by_path(&self.filter_path) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/event/standard/dyn_evt.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | Any::downcast_ref(self.event._as_any()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 | ::downcast_ref(self.event._as_any()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:158:36 [INFO] [stdout] | [INFO] [stdout] 158 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:63:37 [INFO] [stdout] | [INFO] [stdout] 63 | passed |= l._event_root(&e.with_event(Event::from(RootEvent::KbdPress{key}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:284:25 [INFO] [stdout] | [INFO] [stdout] 284 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:296:36 [INFO] [stdout] | [INFO] [stdout] 296 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/imp.rs:113:78 [INFO] [stdout] | [INFO] [stdout] 113 | ... l.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(path,l.widget.stor).expect("TODO")); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:380:40 [INFO] [stdout] | [INFO] [stdout] 380 | unsafe fn _as_trait_mut(&mut self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | passed |= l._event_root(&e.with_event(Event::from(MouseMove{pos}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:208:33 [INFO] [stdout] | [INFO] [stdout] 208 | passed |= l._event_root(&e.with_event(Event::from(WindowMove{pos,size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:211:33 [INFO] [stdout] | [INFO] [stdout] 211 | passed |= l._event_root(&e.with_event(Event::from(WindowResize{size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/mod.rs:44:57 [INFO] [stdout] | [INFO] [stdout] 44 | root.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(p.refc(),root.widget.stor)?); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/widget/root.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | ResolvableMut::Widget(w) => [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/pane/widget.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | r.render_widget(l); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/button/widget.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/button/widget.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 94 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 95 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::widgets::RenderStdWidgets::render_text`: avoid this because stuff is not cached [INFO] [stdout] --> src/widgets/label/widget.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | .render_text(self.text.caption().as_ref(),self.align,l.ctx); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/checkbox/widget.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 109 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 110 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | r.render_widget(left); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | r.render_widget(right); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/area/widget.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:158:36 [INFO] [stdout] | [INFO] [stdout] 158 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:284:25 [INFO] [stdout] | [INFO] [stdout] 284 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:296:36 [INFO] [stdout] | [INFO] [stdout] 296 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:380:40 [INFO] [stdout] | [INFO] [stdout] 380 | unsafe fn _as_trait_mut(&mut self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/widget/root.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | ResolvableMut::Widget(w) => [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/render/link.rs:42:60 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn simple(r: &'a mut ERenderer, dim: (u32,u32), c: &E::Context) -> Self { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/pane/widget.rs:115:80 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn child_bounds_impl(&self, mut l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> where [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/button/widget.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/render/link.rs:42:60 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn simple(r: &'a mut ERenderer, dim: (u32,u32), c: &E::Context) -> Self { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/label/widget.rs:49:52 [INFO] [stdout] | [INFO] [stdout] 49 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:38:52 [INFO] [stdout] | [INFO] [stdout] 38 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mm` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | if let Some(mm) = e.event.is_mouse_move() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_mm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:52 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:67 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:223:52 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `len` [INFO] [stdout] --> src/widgets/textbox/state.rs:225:20 [INFO] [stdout] | [INFO] [stdout] 225 | let (start,len) = self.start_len(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/widgets/textbox/imp.rs:94:90 [INFO] [stdout] | [INFO] [stdout] 94 | fn move_cursor_y(&mut self, o: Direction, skip_unselect: bool, ctx: &mut E::Context, b: &Bounds) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ee` [INFO] [stdout] --> src/widgets/textbox/imp.rs:142:21 [INFO] [stdout] | [INFO] [stdout] 142 | if let Some(ee) = mouse_down { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ee` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widgets/textbox/imp.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let mut tpos = mouse - b.off + Offset::from(off); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:106:52 [INFO] [stdout] | [INFO] [stdout] 106 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `char_off` is never used [INFO] [stdout] --> src/text/stor.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn char_off(s: impl AsRef, o: usize) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `c` is never read [INFO] [stdout] --> src/widgets/util/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct SizeCache where E: Env { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 12 | c: Option>, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `with` and `invalidate` are never used [INFO] [stdout] --> src/widgets/util/mod.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl SizeCache where E: Env { [INFO] [stdout] | --------------------------------- methods in this implementation [INFO] [stdout] 16 | fn with(&self, mut l: Link, f: fn(Link) -> ESize) -> ESize { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn invalidate(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/widget/link/mod.rs:200:27 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn for_child<'s>(&'s mut self, i: usize) -> Result,E::Error> where 'c: 's { //TODO rename to child(i), use with_child_spe... [INFO] [stdout] | ^^ the lifetime is named here ------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 200 | pub fn for_child<'s>(&'s mut self, i: usize) -> Result,E::Error> where 'c: 's { //TODO rename to child(i), use with_child_specific [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/as_widget.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | fn as_ref(&self) -> Resolvable { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 29 | fn as_ref(&self) -> Resolvable<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/as_widget.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | fn as_mut(&mut self) -> ResolvableMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | fn as_mut(&mut self) -> ResolvableMut<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/resolved.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn reference(&self) -> Resolved { [INFO] [stdout] | ^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn reference(&self) -> Resolved<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | fn widget(&self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn widget(&self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | fn widget_mut(&mut self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn widget_mut(&mut self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | stor: &mut E::Storage, [INFO] [stdout] | ^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 58 | ) -> Result,E::Error> { [INFO] [stdout] | -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 58 | ) -> Result,E::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 24 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 24 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:66:19 [INFO] [stdout] | [INFO] [stdout] 66 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 85 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 97 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:116:14 [INFO] [stdout] | [INFO] [stdout] 116 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:128:15 [INFO] [stdout] | [INFO] [stdout] 128 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 128 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:142:18 [INFO] [stdout] | [INFO] [stdout] 142 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 142 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:154:19 [INFO] [stdout] | [INFO] [stdout] 154 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 154 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/pane/widget.rs:115:80 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn child_bounds_impl(&self, mut l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> where [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/button/widget.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/label/widget.rs:49:52 [INFO] [stdout] | [INFO] [stdout] 49 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:38:52 [INFO] [stdout] | [INFO] [stdout] 38 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mm` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | if let Some(mm) = e.event.is_mouse_move() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_mm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:52 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:67 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:223:52 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `len` [INFO] [stdout] --> src/widgets/textbox/state.rs:225:20 [INFO] [stdout] | [INFO] [stdout] 225 | let (start,len) = self.start_len(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/widgets/textbox/imp.rs:94:90 [INFO] [stdout] | [INFO] [stdout] 94 | fn move_cursor_y(&mut self, o: Direction, skip_unselect: bool, ctx: &mut E::Context, b: &Bounds) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ee` [INFO] [stdout] --> src/widgets/textbox/imp.rs:142:21 [INFO] [stdout] | [INFO] [stdout] 142 | if let Some(ee) = mouse_down { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ee` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widgets/textbox/imp.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let mut tpos = mouse - b.off + Offset::from(off); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:106:52 [INFO] [stdout] | [INFO] [stdout] 106 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `char_off` is never used [INFO] [stdout] --> src/text/stor.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn char_off(s: impl AsRef, o: usize) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `c` is never read [INFO] [stdout] --> src/widgets/util/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct SizeCache where E: Env { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 12 | c: Option>, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `with` and `invalidate` are never used [INFO] [stdout] --> src/widgets/util/mod.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl SizeCache where E: Env { [INFO] [stdout] | --------------------------------- methods in this implementation [INFO] [stdout] 16 | fn with(&self, mut l: Link, f: fn(Link) -> ESize) -> ESize { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn invalidate(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/widget/link/mod.rs:200:27 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn for_child<'s>(&'s mut self, i: usize) -> Result,E::Error> where 'c: 's { //TODO rename to child(i), use with_child_spe... [INFO] [stdout] | ^^ the lifetime is named here ------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 200 | pub fn for_child<'s>(&'s mut self, i: usize) -> Result,E::Error> where 'c: 's { //TODO rename to child(i), use with_child_specific [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/as_widget.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | fn as_ref(&self) -> Resolvable { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 29 | fn as_ref(&self) -> Resolvable<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/as_widget.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | fn as_mut(&mut self) -> ResolvableMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | fn as_mut(&mut self) -> ResolvableMut<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/resolved.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn reference(&self) -> Resolved { [INFO] [stdout] | ^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn reference(&self) -> Resolved<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | fn widget(&self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn widget(&self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | fn widget_mut(&mut self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn widget_mut(&mut self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | stor: &mut E::Storage, [INFO] [stdout] | ^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 58 | ) -> Result,E::Error> { [INFO] [stdout] | -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 58 | ) -> Result,E::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 24 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 24 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:66:19 [INFO] [stdout] | [INFO] [stdout] 66 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 85 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 97 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:116:14 [INFO] [stdout] | [INFO] [stdout] 116 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:128:15 [INFO] [stdout] | [INFO] [stdout] 128 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 128 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:142:18 [INFO] [stdout] | [INFO] [stdout] 142 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 142 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:154:19 [INFO] [stdout] | [INFO] [stdout] 154 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 154 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [WARN] too many lines in the log, truncating it