[INFO] fetching crate rute 0.0.6... [INFO] testing rute-0.0.6 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate rute 0.0.6 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rute 0.0.6 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rute 0.0.6 [INFO] finished tweaking crates.io crate rute 0.0.6 [INFO] tweaked toml for crates.io crate rute 0.0.6 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2a876d0a880886d483df663a72c5b55f9531e74bd43514315633b5496d44df3 [INFO] running `Command { std: "docker" "start" "-a" "e2a876d0a880886d483df663a72c5b55f9531e74bd43514315633b5496d44df3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2a876d0a880886d483df663a72c5b55f9531e74bd43514315633b5496d44df3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2a876d0a880886d483df663a72c5b55f9531e74bd43514315633b5496d44df3", kill_on_drop: false }` [INFO] [stdout] e2a876d0a880886d483df663a72c5b55f9531e74bd43514315633b5496d44df3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7498b60b45a0275367a8b58a87b45ac54c4a792be74c7d40e1f838e43765d942 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7498b60b45a0275367a8b58a87b45ac54c4a792be74c7d40e1f838e43765d942", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling rute v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | let f: &&(Fn(&T, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | let f: &&(Fn(bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | let f: &&(Fn(&T, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | let f: &&(Fn(bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:111:15 [INFO] [stdout] | [INFO] [stdout] 111 | let f: &&(Fn(&T, &PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | let f: &&(Fn(&PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:133:15 [INFO] [stdout] | [INFO] [stdout] 133 | let f: &&(Fn(&T, &KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:145:15 [INFO] [stdout] | [INFO] [stdout] 145 | let f: &&(Fn(&KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:155:15 [INFO] [stdout] | [INFO] [stdout] 155 | let f: &&(Fn(&T, &KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | let f: &&(Fn(&KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:177:15 [INFO] [stdout] | [INFO] [stdout] 177 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:199:15 [INFO] [stdout] | [INFO] [stdout] 199 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:221:15 [INFO] [stdout] | [INFO] [stdout] 221 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:233:15 [INFO] [stdout] | [INFO] [stdout] 233 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:243:15 [INFO] [stdout] | [INFO] [stdout] 243 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:255:15 [INFO] [stdout] | [INFO] [stdout] 255 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:265:15 [INFO] [stdout] | [INFO] [stdout] 265 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:287:15 [INFO] [stdout] | [INFO] [stdout] 287 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:299:15 [INFO] [stdout] | [INFO] [stdout] 299 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:798:24 [INFO] [stdout] | [INFO] [stdout] 798 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:818:24 [INFO] [stdout] | [INFO] [stdout] 818 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:844:24 [INFO] [stdout] | [INFO] [stdout] 844 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:864:24 [INFO] [stdout] | [INFO] [stdout] 864 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:897:24 [INFO] [stdout] | [INFO] [stdout] 897 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:961:24 [INFO] [stdout] | [INFO] [stdout] 961 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:981:24 [INFO] [stdout] | [INFO] [stdout] 981 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1002:24 [INFO] [stdout] | [INFO] [stdout] 1002 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1022:24 [INFO] [stdout] | [INFO] [stdout] 1022 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1043:24 [INFO] [stdout] | [INFO] [stdout] 1043 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1063:24 [INFO] [stdout] | [INFO] [stdout] 1063 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1084:24 [INFO] [stdout] | [INFO] [stdout] 1084 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1104:24 [INFO] [stdout] | [INFO] [stdout] 1104 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1125:24 [INFO] [stdout] | [INFO] [stdout] 1125 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1145:24 [INFO] [stdout] | [INFO] [stdout] 1145 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1166:24 [INFO] [stdout] | [INFO] [stdout] 1166 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1186:24 [INFO] [stdout] | [INFO] [stdout] 1186 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1207:24 [INFO] [stdout] | [INFO] [stdout] 1207 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1227:24 [INFO] [stdout] | [INFO] [stdout] 1227 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1248:24 [INFO] [stdout] | [INFO] [stdout] 1248 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1268:24 [INFO] [stdout] | [INFO] [stdout] 1268 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1289:24 [INFO] [stdout] | [INFO] [stdout] 1289 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1309:24 [INFO] [stdout] | [INFO] [stdout] 1309 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1330:24 [INFO] [stdout] | [INFO] [stdout] 1330 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:1350:24 [INFO] [stdout] | [INFO] [stdout] 1350 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3673:24 [INFO] [stdout] | [INFO] [stdout] 3673 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3693:24 [INFO] [stdout] | [INFO] [stdout] 3693 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3714:24 [INFO] [stdout] | [INFO] [stdout] 3714 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3734:24 [INFO] [stdout] | [INFO] [stdout] 3734 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3755:24 [INFO] [stdout] | [INFO] [stdout] 3755 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3775:24 [INFO] [stdout] | [INFO] [stdout] 3775 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3796:24 [INFO] [stdout] | [INFO] [stdout] 3796 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3816:24 [INFO] [stdout] | [INFO] [stdout] 3816 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3837:24 [INFO] [stdout] | [INFO] [stdout] 3837 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3857:24 [INFO] [stdout] | [INFO] [stdout] 3857 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3878:24 [INFO] [stdout] | [INFO] [stdout] 3878 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3898:24 [INFO] [stdout] | [INFO] [stdout] 3898 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3919:24 [INFO] [stdout] | [INFO] [stdout] 3919 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3939:24 [INFO] [stdout] | [INFO] [stdout] 3939 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3960:24 [INFO] [stdout] | [INFO] [stdout] 3960 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:3980:24 [INFO] [stdout] | [INFO] [stdout] 3980 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4001:24 [INFO] [stdout] | [INFO] [stdout] 4001 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4021:24 [INFO] [stdout] | [INFO] [stdout] 4021 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4042:24 [INFO] [stdout] | [INFO] [stdout] 4042 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4062:24 [INFO] [stdout] | [INFO] [stdout] 4062 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4083:24 [INFO] [stdout] | [INFO] [stdout] 4083 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4103:24 [INFO] [stdout] | [INFO] [stdout] 4103 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4124:24 [INFO] [stdout] | [INFO] [stdout] 4124 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4144:24 [INFO] [stdout] | [INFO] [stdout] 4144 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4165:24 [INFO] [stdout] | [INFO] [stdout] 4165 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4185:24 [INFO] [stdout] | [INFO] [stdout] 4185 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4206:24 [INFO] [stdout] | [INFO] [stdout] 4206 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4226:24 [INFO] [stdout] | [INFO] [stdout] 4226 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4247:24 [INFO] [stdout] | [INFO] [stdout] 4247 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4267:24 [INFO] [stdout] | [INFO] [stdout] 4267 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4288:24 [INFO] [stdout] | [INFO] [stdout] 4288 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4308:24 [INFO] [stdout] | [INFO] [stdout] 4308 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4329:24 [INFO] [stdout] | [INFO] [stdout] 4329 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4349:24 [INFO] [stdout] | [INFO] [stdout] 4349 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4370:24 [INFO] [stdout] | [INFO] [stdout] 4370 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4390:24 [INFO] [stdout] | [INFO] [stdout] 4390 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4411:24 [INFO] [stdout] | [INFO] [stdout] 4411 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4431:24 [INFO] [stdout] | [INFO] [stdout] 4431 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4690:24 [INFO] [stdout] | [INFO] [stdout] 4690 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/abstract_button.rs:4710:24 [INFO] [stdout] | [INFO] [stdout] 4710 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/application.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/application.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/application.rs:1379:24 [INFO] [stdout] | [INFO] [stdout] 1379 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/application.rs:1399:24 [INFO] [stdout] | [INFO] [stdout] 1399 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/application.rs:2569:24 [INFO] [stdout] | [INFO] [stdout] 2569 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/application.rs:2589:24 [INFO] [stdout] | [INFO] [stdout] 2589 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let f: &&(Fn(&T, &AbstractButton) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | let f: &&(Fn(&AbstractButton) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:71:15 [INFO] [stdout] | [INFO] [stdout] 71 | let f: &&(Fn(&T, &AbstractButton) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:83:15 [INFO] [stdout] | [INFO] [stdout] 83 | let f: &&(Fn(&AbstractButton) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:93:15 [INFO] [stdout] | [INFO] [stdout] 93 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:105:15 [INFO] [stdout] | [INFO] [stdout] 105 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 115 | let f: &&(Fn(&T, &AbstractButton) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | let f: &&(Fn(&AbstractButton) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:137:15 [INFO] [stdout] | [INFO] [stdout] 137 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:160:15 [INFO] [stdout] | [INFO] [stdout] 160 | let f: &&(Fn(&T, &AbstractButton, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | let f: &&(Fn(&AbstractButton, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:184:15 [INFO] [stdout] | [INFO] [stdout] 184 | let f: &&(Fn(&T, i32, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | let f: &&(Fn(i32, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:494:24 [INFO] [stdout] | [INFO] [stdout] 494 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:514:24 [INFO] [stdout] | [INFO] [stdout] 514 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:548:24 [INFO] [stdout] | [INFO] [stdout] 548 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:568:24 [INFO] [stdout] | [INFO] [stdout] 568 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:597:24 [INFO] [stdout] | [INFO] [stdout] 597 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:617:24 [INFO] [stdout] | [INFO] [stdout] 617 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:646:24 [INFO] [stdout] | [INFO] [stdout] 646 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:666:24 [INFO] [stdout] | [INFO] [stdout] 666 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:695:24 [INFO] [stdout] | [INFO] [stdout] 695 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:715:24 [INFO] [stdout] | [INFO] [stdout] 715 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:744:24 [INFO] [stdout] | [INFO] [stdout] 744 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:764:24 [INFO] [stdout] | [INFO] [stdout] 764 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:794:24 [INFO] [stdout] | [INFO] [stdout] 794 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &AbstractButton, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:814:24 [INFO] [stdout] | [INFO] [stdout] 814 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&AbstractButton, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:844:24 [INFO] [stdout] | [INFO] [stdout] 844 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:864:24 [INFO] [stdout] | [INFO] [stdout] 864 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:1042:24 [INFO] [stdout] | [INFO] [stdout] 1042 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/button_group.rs:1062:24 [INFO] [stdout] | [INFO] [stdout] 1062 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/clipboard.rs:629:24 [INFO] [stdout] | [INFO] [stdout] 629 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/clipboard.rs:649:24 [INFO] [stdout] | [INFO] [stdout] 649 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/core_application.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/core_application.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/core_application.rs:1064:24 [INFO] [stdout] | [INFO] [stdout] 1064 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/core_application.rs:1084:24 [INFO] [stdout] | [INFO] [stdout] 1084 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/core_application.rs:1262:24 [INFO] [stdout] | [INFO] [stdout] 1262 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/core_application.rs:1282:24 [INFO] [stdout] | [INFO] [stdout] 1282 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2441:24 [INFO] [stdout] | [INFO] [stdout] 2441 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2461:24 [INFO] [stdout] | [INFO] [stdout] 2461 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2482:24 [INFO] [stdout] | [INFO] [stdout] 2482 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2502:24 [INFO] [stdout] | [INFO] [stdout] 2502 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2523:24 [INFO] [stdout] | [INFO] [stdout] 2523 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2543:24 [INFO] [stdout] | [INFO] [stdout] 2543 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2564:24 [INFO] [stdout] | [INFO] [stdout] 2564 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2584:24 [INFO] [stdout] | [INFO] [stdout] 2584 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2605:24 [INFO] [stdout] | [INFO] [stdout] 2605 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2625:24 [INFO] [stdout] | [INFO] [stdout] 2625 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2646:24 [INFO] [stdout] | [INFO] [stdout] 2646 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2666:24 [INFO] [stdout] | [INFO] [stdout] 2666 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2687:24 [INFO] [stdout] | [INFO] [stdout] 2687 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2707:24 [INFO] [stdout] | [INFO] [stdout] 2707 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2728:24 [INFO] [stdout] | [INFO] [stdout] 2728 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2748:24 [INFO] [stdout] | [INFO] [stdout] 2748 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2769:24 [INFO] [stdout] | [INFO] [stdout] 2769 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2789:24 [INFO] [stdout] | [INFO] [stdout] 2789 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2810:24 [INFO] [stdout] | [INFO] [stdout] 2810 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2830:24 [INFO] [stdout] | [INFO] [stdout] 2830 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2851:24 [INFO] [stdout] | [INFO] [stdout] 2851 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2871:24 [INFO] [stdout] | [INFO] [stdout] 2871 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2892:24 [INFO] [stdout] | [INFO] [stdout] 2892 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2912:24 [INFO] [stdout] | [INFO] [stdout] 2912 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2933:24 [INFO] [stdout] | [INFO] [stdout] 2933 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2953:24 [INFO] [stdout] | [INFO] [stdout] 2953 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2974:24 [INFO] [stdout] | [INFO] [stdout] 2974 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:2994:24 [INFO] [stdout] | [INFO] [stdout] 2994 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3015:24 [INFO] [stdout] | [INFO] [stdout] 3015 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3035:24 [INFO] [stdout] | [INFO] [stdout] 3035 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3056:24 [INFO] [stdout] | [INFO] [stdout] 3056 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3076:24 [INFO] [stdout] | [INFO] [stdout] 3076 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3097:24 [INFO] [stdout] | [INFO] [stdout] 3097 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3117:24 [INFO] [stdout] | [INFO] [stdout] 3117 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3138:24 [INFO] [stdout] | [INFO] [stdout] 3138 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3158:24 [INFO] [stdout] | [INFO] [stdout] 3158 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3179:24 [INFO] [stdout] | [INFO] [stdout] 3179 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3199:24 [INFO] [stdout] | [INFO] [stdout] 3199 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3220:24 [INFO] [stdout] | [INFO] [stdout] 3220 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3240:24 [INFO] [stdout] | [INFO] [stdout] 3240 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3261:24 [INFO] [stdout] | [INFO] [stdout] 3261 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3281:24 [INFO] [stdout] | [INFO] [stdout] 3281 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3302:24 [INFO] [stdout] | [INFO] [stdout] 3302 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3322:24 [INFO] [stdout] | [INFO] [stdout] 3322 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3343:24 [INFO] [stdout] | [INFO] [stdout] 3343 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3363:24 [INFO] [stdout] | [INFO] [stdout] 3363 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3384:24 [INFO] [stdout] | [INFO] [stdout] 3384 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3404:24 [INFO] [stdout] | [INFO] [stdout] 3404 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3425:24 [INFO] [stdout] | [INFO] [stdout] 3425 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3445:24 [INFO] [stdout] | [INFO] [stdout] 3445 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3466:24 [INFO] [stdout] | [INFO] [stdout] 3466 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3486:24 [INFO] [stdout] | [INFO] [stdout] 3486 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3507:24 [INFO] [stdout] | [INFO] [stdout] 3507 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3527:24 [INFO] [stdout] | [INFO] [stdout] 3527 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3548:24 [INFO] [stdout] | [INFO] [stdout] 3548 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3568:24 [INFO] [stdout] | [INFO] [stdout] 3568 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3827:24 [INFO] [stdout] | [INFO] [stdout] 3827 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/desktop_widget.rs:3847:24 [INFO] [stdout] | [INFO] [stdout] 3847 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/grid_layout.rs:1214:24 [INFO] [stdout] | [INFO] [stdout] 1214 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/grid_layout.rs:1234:24 [INFO] [stdout] | [INFO] [stdout] 1234 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/gui_application.rs:1596:24 [INFO] [stdout] | [INFO] [stdout] 1596 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/gui_application.rs:1616:24 [INFO] [stdout] | [INFO] [stdout] 1616 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/gui_application.rs:1794:24 [INFO] [stdout] | [INFO] [stdout] 1794 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/gui_application.rs:1814:24 [INFO] [stdout] | [INFO] [stdout] 1814 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/layout.rs:1022:24 [INFO] [stdout] | [INFO] [stdout] 1022 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/layout.rs:1042:24 [INFO] [stdout] | [INFO] [stdout] 1042 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let f: &&(Fn(&T, &str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 40 | let f: &&(Fn(&str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | let f: &&(Fn(&T, &str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | let f: &&(Fn(&str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:76:15 [INFO] [stdout] | [INFO] [stdout] 76 | let f: &&(Fn(&T, i32, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | let f: &&(Fn(i32, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:98:15 [INFO] [stdout] | [INFO] [stdout] 98 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:138:15 [INFO] [stdout] | [INFO] [stdout] 138 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:159:15 [INFO] [stdout] | [INFO] [stdout] 159 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:181:15 [INFO] [stdout] | [INFO] [stdout] 181 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:193:15 [INFO] [stdout] | [INFO] [stdout] 193 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:203:15 [INFO] [stdout] | [INFO] [stdout] 203 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:237:15 [INFO] [stdout] | [INFO] [stdout] 237 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:247:15 [INFO] [stdout] | [INFO] [stdout] 247 | let f: &&(Fn(&T, &KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | let f: &&(Fn(&KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:269:15 [INFO] [stdout] | [INFO] [stdout] 269 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:281:15 [INFO] [stdout] | [INFO] [stdout] 281 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:291:15 [INFO] [stdout] | [INFO] [stdout] 291 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:303:15 [INFO] [stdout] | [INFO] [stdout] 303 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:313:15 [INFO] [stdout] | [INFO] [stdout] 313 | let f: &&(Fn(&T, &PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:325:15 [INFO] [stdout] | [INFO] [stdout] 325 | let f: &&(Fn(&PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:335:15 [INFO] [stdout] | [INFO] [stdout] 335 | let f: &&(Fn(&T, &DragEnterEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:347:15 [INFO] [stdout] | [INFO] [stdout] 347 | let f: &&(Fn(&DragEnterEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:357:15 [INFO] [stdout] | [INFO] [stdout] 357 | let f: &&(Fn(&T, &DragMoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:369:15 [INFO] [stdout] | [INFO] [stdout] 369 | let f: &&(Fn(&DragMoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:379:15 [INFO] [stdout] | [INFO] [stdout] 379 | let f: &&(Fn(&T, &DragLeaveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:391:15 [INFO] [stdout] | [INFO] [stdout] 391 | let f: &&(Fn(&DragLeaveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:401:15 [INFO] [stdout] | [INFO] [stdout] 401 | let f: &&(Fn(&T, &DropEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:413:15 [INFO] [stdout] | [INFO] [stdout] 413 | let f: &&(Fn(&DropEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:423:15 [INFO] [stdout] | [INFO] [stdout] 423 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:445:15 [INFO] [stdout] | [INFO] [stdout] 445 | let f: &&(Fn(&T, &ContextMenuEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:457:15 [INFO] [stdout] | [INFO] [stdout] 457 | let f: &&(Fn(&ContextMenuEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1473:24 [INFO] [stdout] | [INFO] [stdout] 1473 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1493:24 [INFO] [stdout] | [INFO] [stdout] 1493 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1519:24 [INFO] [stdout] | [INFO] [stdout] 1519 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1539:24 [INFO] [stdout] | [INFO] [stdout] 1539 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1565:24 [INFO] [stdout] | [INFO] [stdout] 1565 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1585:24 [INFO] [stdout] | [INFO] [stdout] 1585 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1611:24 [INFO] [stdout] | [INFO] [stdout] 1611 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1631:24 [INFO] [stdout] | [INFO] [stdout] 1631 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1657:24 [INFO] [stdout] | [INFO] [stdout] 1657 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1677:24 [INFO] [stdout] | [INFO] [stdout] 1677 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1702:24 [INFO] [stdout] | [INFO] [stdout] 1702 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1722:24 [INFO] [stdout] | [INFO] [stdout] 1722 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1743:24 [INFO] [stdout] | [INFO] [stdout] 1743 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1763:24 [INFO] [stdout] | [INFO] [stdout] 1763 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1784:24 [INFO] [stdout] | [INFO] [stdout] 1784 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1804:24 [INFO] [stdout] | [INFO] [stdout] 1804 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1825:24 [INFO] [stdout] | [INFO] [stdout] 1825 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1845:24 [INFO] [stdout] | [INFO] [stdout] 1845 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1866:24 [INFO] [stdout] | [INFO] [stdout] 1866 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1886:24 [INFO] [stdout] | [INFO] [stdout] 1886 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1916:24 [INFO] [stdout] | [INFO] [stdout] 1916 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1936:24 [INFO] [stdout] | [INFO] [stdout] 1936 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1957:24 [INFO] [stdout] | [INFO] [stdout] 1957 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1977:24 [INFO] [stdout] | [INFO] [stdout] 1977 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:1998:24 [INFO] [stdout] | [INFO] [stdout] 1998 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2018:24 [INFO] [stdout] | [INFO] [stdout] 2018 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2039:24 [INFO] [stdout] | [INFO] [stdout] 2039 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2059:24 [INFO] [stdout] | [INFO] [stdout] 2059 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2080:24 [INFO] [stdout] | [INFO] [stdout] 2080 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2100:24 [INFO] [stdout] | [INFO] [stdout] 2100 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2121:24 [INFO] [stdout] | [INFO] [stdout] 2121 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2141:24 [INFO] [stdout] | [INFO] [stdout] 2141 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2162:24 [INFO] [stdout] | [INFO] [stdout] 2162 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2182:24 [INFO] [stdout] | [INFO] [stdout] 2182 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2203:24 [INFO] [stdout] | [INFO] [stdout] 2203 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2223:24 [INFO] [stdout] | [INFO] [stdout] 2223 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2244:24 [INFO] [stdout] | [INFO] [stdout] 2244 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2264:24 [INFO] [stdout] | [INFO] [stdout] 2264 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2299:24 [INFO] [stdout] | [INFO] [stdout] 2299 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:2319:24 [INFO] [stdout] | [INFO] [stdout] 2319 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4642:24 [INFO] [stdout] | [INFO] [stdout] 4642 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4662:24 [INFO] [stdout] | [INFO] [stdout] 4662 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4683:24 [INFO] [stdout] | [INFO] [stdout] 4683 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4703:24 [INFO] [stdout] | [INFO] [stdout] 4703 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4724:24 [INFO] [stdout] | [INFO] [stdout] 4724 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4744:24 [INFO] [stdout] | [INFO] [stdout] 4744 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4765:24 [INFO] [stdout] | [INFO] [stdout] 4765 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4785:24 [INFO] [stdout] | [INFO] [stdout] 4785 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4806:24 [INFO] [stdout] | [INFO] [stdout] 4806 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4826:24 [INFO] [stdout] | [INFO] [stdout] 4826 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4847:24 [INFO] [stdout] | [INFO] [stdout] 4847 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4867:24 [INFO] [stdout] | [INFO] [stdout] 4867 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4888:24 [INFO] [stdout] | [INFO] [stdout] 4888 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4908:24 [INFO] [stdout] | [INFO] [stdout] 4908 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4929:24 [INFO] [stdout] | [INFO] [stdout] 4929 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4949:24 [INFO] [stdout] | [INFO] [stdout] 4949 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4970:24 [INFO] [stdout] | [INFO] [stdout] 4970 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:4990:24 [INFO] [stdout] | [INFO] [stdout] 4990 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5011:24 [INFO] [stdout] | [INFO] [stdout] 5011 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5031:24 [INFO] [stdout] | [INFO] [stdout] 5031 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5052:24 [INFO] [stdout] | [INFO] [stdout] 5052 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5072:24 [INFO] [stdout] | [INFO] [stdout] 5072 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5093:24 [INFO] [stdout] | [INFO] [stdout] 5093 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5113:24 [INFO] [stdout] | [INFO] [stdout] 5113 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5134:24 [INFO] [stdout] | [INFO] [stdout] 5134 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5154:24 [INFO] [stdout] | [INFO] [stdout] 5154 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5175:24 [INFO] [stdout] | [INFO] [stdout] 5175 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5195:24 [INFO] [stdout] | [INFO] [stdout] 5195 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5454:24 [INFO] [stdout] | [INFO] [stdout] 5454 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/line_edit.rs:5474:24 [INFO] [stdout] | [INFO] [stdout] 5474 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2411:24 [INFO] [stdout] | [INFO] [stdout] 2411 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2431:24 [INFO] [stdout] | [INFO] [stdout] 2431 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2452:24 [INFO] [stdout] | [INFO] [stdout] 2452 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2472:24 [INFO] [stdout] | [INFO] [stdout] 2472 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2493:24 [INFO] [stdout] | [INFO] [stdout] 2493 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2513:24 [INFO] [stdout] | [INFO] [stdout] 2513 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2534:24 [INFO] [stdout] | [INFO] [stdout] 2534 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2554:24 [INFO] [stdout] | [INFO] [stdout] 2554 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2575:24 [INFO] [stdout] | [INFO] [stdout] 2575 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2595:24 [INFO] [stdout] | [INFO] [stdout] 2595 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2616:24 [INFO] [stdout] | [INFO] [stdout] 2616 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2636:24 [INFO] [stdout] | [INFO] [stdout] 2636 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2657:24 [INFO] [stdout] | [INFO] [stdout] 2657 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2677:24 [INFO] [stdout] | [INFO] [stdout] 2677 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2698:24 [INFO] [stdout] | [INFO] [stdout] 2698 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2718:24 [INFO] [stdout] | [INFO] [stdout] 2718 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2739:24 [INFO] [stdout] | [INFO] [stdout] 2739 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2759:24 [INFO] [stdout] | [INFO] [stdout] 2759 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2780:24 [INFO] [stdout] | [INFO] [stdout] 2780 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2800:24 [INFO] [stdout] | [INFO] [stdout] 2800 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2821:24 [INFO] [stdout] | [INFO] [stdout] 2821 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2841:24 [INFO] [stdout] | [INFO] [stdout] 2841 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2862:24 [INFO] [stdout] | [INFO] [stdout] 2862 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2882:24 [INFO] [stdout] | [INFO] [stdout] 2882 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2903:24 [INFO] [stdout] | [INFO] [stdout] 2903 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2923:24 [INFO] [stdout] | [INFO] [stdout] 2923 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2944:24 [INFO] [stdout] | [INFO] [stdout] 2944 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2964:24 [INFO] [stdout] | [INFO] [stdout] 2964 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:2985:24 [INFO] [stdout] | [INFO] [stdout] 2985 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3005:24 [INFO] [stdout] | [INFO] [stdout] 3005 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3026:24 [INFO] [stdout] | [INFO] [stdout] 3026 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3046:24 [INFO] [stdout] | [INFO] [stdout] 3046 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3067:24 [INFO] [stdout] | [INFO] [stdout] 3067 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3108:24 [INFO] [stdout] | [INFO] [stdout] 3108 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3128:24 [INFO] [stdout] | [INFO] [stdout] 3128 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3149:24 [INFO] [stdout] | [INFO] [stdout] 3149 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3169:24 [INFO] [stdout] | [INFO] [stdout] 3169 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3190:24 [INFO] [stdout] | [INFO] [stdout] 3190 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3210:24 [INFO] [stdout] | [INFO] [stdout] 3210 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3231:24 [INFO] [stdout] | [INFO] [stdout] 3231 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3251:24 [INFO] [stdout] | [INFO] [stdout] 3251 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3272:24 [INFO] [stdout] | [INFO] [stdout] 3272 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3292:24 [INFO] [stdout] | [INFO] [stdout] 3292 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3313:24 [INFO] [stdout] | [INFO] [stdout] 3313 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3333:24 [INFO] [stdout] | [INFO] [stdout] 3333 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3354:24 [INFO] [stdout] | [INFO] [stdout] 3354 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3374:24 [INFO] [stdout] | [INFO] [stdout] 3374 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3395:24 [INFO] [stdout] | [INFO] [stdout] 3395 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3415:24 [INFO] [stdout] | [INFO] [stdout] 3415 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3436:24 [INFO] [stdout] | [INFO] [stdout] 3436 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3456:24 [INFO] [stdout] | [INFO] [stdout] 3456 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3477:24 [INFO] [stdout] | [INFO] [stdout] 3477 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3497:24 [INFO] [stdout] | [INFO] [stdout] 3497 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3518:24 [INFO] [stdout] | [INFO] [stdout] 3518 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3538:24 [INFO] [stdout] | [INFO] [stdout] 3538 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3797:24 [INFO] [stdout] | [INFO] [stdout] 3797 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/list_widget.rs:3817:24 [INFO] [stdout] | [INFO] [stdout] 3817 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/mime_data.rs:565:24 [INFO] [stdout] | [INFO] [stdout] 565 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/mime_data.rs:585:24 [INFO] [stdout] | [INFO] [stdout] 585 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/object.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/object.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/object.rs:908:24 [INFO] [stdout] | [INFO] [stdout] 908 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/object.rs:928:24 [INFO] [stdout] | [INFO] [stdout] 928 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | let f: &&(Fn(&T, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | let f: &&(Fn(bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | let f: &&(Fn(&T, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | let f: &&(Fn(bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:242:24 [INFO] [stdout] | [INFO] [stdout] 242 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:282:24 [INFO] [stdout] | [INFO] [stdout] 282 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:302:24 [INFO] [stdout] | [INFO] [stdout] 302 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:322:24 [INFO] [stdout] | [INFO] [stdout] 322 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:342:24 [INFO] [stdout] | [INFO] [stdout] 342 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:362:24 [INFO] [stdout] | [INFO] [stdout] 362 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:382:24 [INFO] [stdout] | [INFO] [stdout] 382 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2705:24 [INFO] [stdout] | [INFO] [stdout] 2705 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2725:24 [INFO] [stdout] | [INFO] [stdout] 2725 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2746:24 [INFO] [stdout] | [INFO] [stdout] 2746 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2766:24 [INFO] [stdout] | [INFO] [stdout] 2766 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2787:24 [INFO] [stdout] | [INFO] [stdout] 2787 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2807:24 [INFO] [stdout] | [INFO] [stdout] 2807 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2828:24 [INFO] [stdout] | [INFO] [stdout] 2828 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2848:24 [INFO] [stdout] | [INFO] [stdout] 2848 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2869:24 [INFO] [stdout] | [INFO] [stdout] 2869 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2889:24 [INFO] [stdout] | [INFO] [stdout] 2889 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2910:24 [INFO] [stdout] | [INFO] [stdout] 2910 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2930:24 [INFO] [stdout] | [INFO] [stdout] 2930 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2951:24 [INFO] [stdout] | [INFO] [stdout] 2951 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2971:24 [INFO] [stdout] | [INFO] [stdout] 2971 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:2992:24 [INFO] [stdout] | [INFO] [stdout] 2992 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3012:24 [INFO] [stdout] | [INFO] [stdout] 3012 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3033:24 [INFO] [stdout] | [INFO] [stdout] 3033 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3053:24 [INFO] [stdout] | [INFO] [stdout] 3053 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3074:24 [INFO] [stdout] | [INFO] [stdout] 3074 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3094:24 [INFO] [stdout] | [INFO] [stdout] 3094 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3115:24 [INFO] [stdout] | [INFO] [stdout] 3115 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3135:24 [INFO] [stdout] | [INFO] [stdout] 3135 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3156:24 [INFO] [stdout] | [INFO] [stdout] 3156 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3176:24 [INFO] [stdout] | [INFO] [stdout] 3176 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3197:24 [INFO] [stdout] | [INFO] [stdout] 3197 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3217:24 [INFO] [stdout] | [INFO] [stdout] 3217 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3238:24 [INFO] [stdout] | [INFO] [stdout] 3238 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3258:24 [INFO] [stdout] | [INFO] [stdout] 3258 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3279:24 [INFO] [stdout] | [INFO] [stdout] 3279 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3299:24 [INFO] [stdout] | [INFO] [stdout] 3299 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3320:24 [INFO] [stdout] | [INFO] [stdout] 3320 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3340:24 [INFO] [stdout] | [INFO] [stdout] 3340 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3361:24 [INFO] [stdout] | [INFO] [stdout] 3361 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3381:24 [INFO] [stdout] | [INFO] [stdout] 3381 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3402:24 [INFO] [stdout] | [INFO] [stdout] 3402 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3422:24 [INFO] [stdout] | [INFO] [stdout] 3422 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3443:24 [INFO] [stdout] | [INFO] [stdout] 3443 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3463:24 [INFO] [stdout] | [INFO] [stdout] 3463 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3484:24 [INFO] [stdout] | [INFO] [stdout] 3484 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3504:24 [INFO] [stdout] | [INFO] [stdout] 3504 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3525:24 [INFO] [stdout] | [INFO] [stdout] 3525 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3545:24 [INFO] [stdout] | [INFO] [stdout] 3545 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3566:24 [INFO] [stdout] | [INFO] [stdout] 3566 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3586:24 [INFO] [stdout] | [INFO] [stdout] 3586 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3607:24 [INFO] [stdout] | [INFO] [stdout] 3607 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3627:24 [INFO] [stdout] | [INFO] [stdout] 3627 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3648:24 [INFO] [stdout] | [INFO] [stdout] 3648 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3668:24 [INFO] [stdout] | [INFO] [stdout] 3668 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3689:24 [INFO] [stdout] | [INFO] [stdout] 3689 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3709:24 [INFO] [stdout] | [INFO] [stdout] 3709 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3730:24 [INFO] [stdout] | [INFO] [stdout] 3730 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3750:24 [INFO] [stdout] | [INFO] [stdout] 3750 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3771:24 [INFO] [stdout] | [INFO] [stdout] 3771 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3791:24 [INFO] [stdout] | [INFO] [stdout] 3791 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3812:24 [INFO] [stdout] | [INFO] [stdout] 3812 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:3832:24 [INFO] [stdout] | [INFO] [stdout] 3832 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:4091:24 [INFO] [stdout] | [INFO] [stdout] 4091 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/push_button.rs:4111:24 [INFO] [stdout] | [INFO] [stdout] 4111 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/style.rs:1206:24 [INFO] [stdout] | [INFO] [stdout] 1206 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/style.rs:1226:24 [INFO] [stdout] | [INFO] [stdout] 1226 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:71:15 [INFO] [stdout] | [INFO] [stdout] 71 | let f: &&(Fn(&T, &PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:83:15 [INFO] [stdout] | [INFO] [stdout] 83 | let f: &&(Fn(&PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:93:15 [INFO] [stdout] | [INFO] [stdout] 93 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:105:15 [INFO] [stdout] | [INFO] [stdout] 105 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 115 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:137:15 [INFO] [stdout] | [INFO] [stdout] 137 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:371:24 [INFO] [stdout] | [INFO] [stdout] 371 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:391:24 [INFO] [stdout] | [INFO] [stdout] 391 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:412:24 [INFO] [stdout] | [INFO] [stdout] 412 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:432:24 [INFO] [stdout] | [INFO] [stdout] 432 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:454:24 [INFO] [stdout] | [INFO] [stdout] 454 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:474:24 [INFO] [stdout] | [INFO] [stdout] 474 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:495:24 [INFO] [stdout] | [INFO] [stdout] 495 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:515:24 [INFO] [stdout] | [INFO] [stdout] 515 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:536:24 [INFO] [stdout] | [INFO] [stdout] 536 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:556:24 [INFO] [stdout] | [INFO] [stdout] 556 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:577:24 [INFO] [stdout] | [INFO] [stdout] 577 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:597:24 [INFO] [stdout] | [INFO] [stdout] 597 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:866:24 [INFO] [stdout] | [INFO] [stdout] 866 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:886:24 [INFO] [stdout] | [INFO] [stdout] 886 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:907:24 [INFO] [stdout] | [INFO] [stdout] 907 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:927:24 [INFO] [stdout] | [INFO] [stdout] 927 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:948:24 [INFO] [stdout] | [INFO] [stdout] 948 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:968:24 [INFO] [stdout] | [INFO] [stdout] 968 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:989:24 [INFO] [stdout] | [INFO] [stdout] 989 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1009:24 [INFO] [stdout] | [INFO] [stdout] 1009 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1030:24 [INFO] [stdout] | [INFO] [stdout] 1030 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1050:24 [INFO] [stdout] | [INFO] [stdout] 1050 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1071:24 [INFO] [stdout] | [INFO] [stdout] 1071 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1091:24 [INFO] [stdout] | [INFO] [stdout] 1091 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1112:24 [INFO] [stdout] | [INFO] [stdout] 1112 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1132:24 [INFO] [stdout] | [INFO] [stdout] 1132 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1153:24 [INFO] [stdout] | [INFO] [stdout] 1153 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1173:24 [INFO] [stdout] | [INFO] [stdout] 1173 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1194:24 [INFO] [stdout] | [INFO] [stdout] 1194 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:1214:24 [INFO] [stdout] | [INFO] [stdout] 1214 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3537:24 [INFO] [stdout] | [INFO] [stdout] 3537 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3557:24 [INFO] [stdout] | [INFO] [stdout] 3557 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3578:24 [INFO] [stdout] | [INFO] [stdout] 3578 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3598:24 [INFO] [stdout] | [INFO] [stdout] 3598 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3619:24 [INFO] [stdout] | [INFO] [stdout] 3619 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3639:24 [INFO] [stdout] | [INFO] [stdout] 3639 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3660:24 [INFO] [stdout] | [INFO] [stdout] 3660 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3680:24 [INFO] [stdout] | [INFO] [stdout] 3680 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3701:24 [INFO] [stdout] | [INFO] [stdout] 3701 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3721:24 [INFO] [stdout] | [INFO] [stdout] 3721 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3742:24 [INFO] [stdout] | [INFO] [stdout] 3742 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3762:24 [INFO] [stdout] | [INFO] [stdout] 3762 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3783:24 [INFO] [stdout] | [INFO] [stdout] 3783 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3803:24 [INFO] [stdout] | [INFO] [stdout] 3803 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3824:24 [INFO] [stdout] | [INFO] [stdout] 3824 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3844:24 [INFO] [stdout] | [INFO] [stdout] 3844 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3865:24 [INFO] [stdout] | [INFO] [stdout] 3865 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3885:24 [INFO] [stdout] | [INFO] [stdout] 3885 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3906:24 [INFO] [stdout] | [INFO] [stdout] 3906 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3926:24 [INFO] [stdout] | [INFO] [stdout] 3926 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3947:24 [INFO] [stdout] | [INFO] [stdout] 3947 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3967:24 [INFO] [stdout] | [INFO] [stdout] 3967 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:3988:24 [INFO] [stdout] | [INFO] [stdout] 3988 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4008:24 [INFO] [stdout] | [INFO] [stdout] 4008 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4029:24 [INFO] [stdout] | [INFO] [stdout] 4029 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4049:24 [INFO] [stdout] | [INFO] [stdout] 4049 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4070:24 [INFO] [stdout] | [INFO] [stdout] 4070 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4090:24 [INFO] [stdout] | [INFO] [stdout] 4090 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4111:24 [INFO] [stdout] | [INFO] [stdout] 4111 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4131:24 [INFO] [stdout] | [INFO] [stdout] 4131 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4152:24 [INFO] [stdout] | [INFO] [stdout] 4152 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4172:24 [INFO] [stdout] | [INFO] [stdout] 4172 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4193:24 [INFO] [stdout] | [INFO] [stdout] 4193 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4213:24 [INFO] [stdout] | [INFO] [stdout] 4213 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4472:24 [INFO] [stdout] | [INFO] [stdout] 4472 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/tool_button.rs:4492:24 [INFO] [stdout] | [INFO] [stdout] 4492 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let f: &&(Fn(&T, &str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 40 | let f: &&(Fn(&str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | let f: &&(Fn(&T, &Icon) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 63 | let f: &&(Fn(&Icon) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | let f: &&(Fn(&T, &str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | let f: &&(Fn(&str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | let f: &&(Fn(&T, &Point) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | let f: &&(Fn(&Point) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:119:15 [INFO] [stdout] | [INFO] [stdout] 119 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 141 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:163:15 [INFO] [stdout] | [INFO] [stdout] 163 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:185:15 [INFO] [stdout] | [INFO] [stdout] 185 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:207:15 [INFO] [stdout] | [INFO] [stdout] 207 | let f: &&(Fn(&T, &WheelEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 219 | let f: &&(Fn(&WheelEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | let f: &&(Fn(&T, &KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:241:15 [INFO] [stdout] | [INFO] [stdout] 241 | let f: &&(Fn(&KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:251:15 [INFO] [stdout] | [INFO] [stdout] 251 | let f: &&(Fn(&T, &KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:263:15 [INFO] [stdout] | [INFO] [stdout] 263 | let f: &&(Fn(&KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:273:15 [INFO] [stdout] | [INFO] [stdout] 273 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:285:15 [INFO] [stdout] | [INFO] [stdout] 285 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:295:15 [INFO] [stdout] | [INFO] [stdout] 295 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:307:15 [INFO] [stdout] | [INFO] [stdout] 307 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:317:15 [INFO] [stdout] | [INFO] [stdout] 317 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:329:15 [INFO] [stdout] | [INFO] [stdout] 329 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:339:15 [INFO] [stdout] | [INFO] [stdout] 339 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:351:15 [INFO] [stdout] | [INFO] [stdout] 351 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:361:15 [INFO] [stdout] | [INFO] [stdout] 361 | let f: &&(Fn(&T, &PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:373:15 [INFO] [stdout] | [INFO] [stdout] 373 | let f: &&(Fn(&PaintEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:383:15 [INFO] [stdout] | [INFO] [stdout] 383 | let f: &&(Fn(&T, &MoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:395:15 [INFO] [stdout] | [INFO] [stdout] 395 | let f: &&(Fn(&MoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:405:15 [INFO] [stdout] | [INFO] [stdout] 405 | let f: &&(Fn(&T, &ResizeEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:417:15 [INFO] [stdout] | [INFO] [stdout] 417 | let f: &&(Fn(&ResizeEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:427:15 [INFO] [stdout] | [INFO] [stdout] 427 | let f: &&(Fn(&T, &CloseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:439:15 [INFO] [stdout] | [INFO] [stdout] 439 | let f: &&(Fn(&CloseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:449:15 [INFO] [stdout] | [INFO] [stdout] 449 | let f: &&(Fn(&T, &ContextMenuEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:461:15 [INFO] [stdout] | [INFO] [stdout] 461 | let f: &&(Fn(&ContextMenuEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:471:15 [INFO] [stdout] | [INFO] [stdout] 471 | let f: &&(Fn(&T, &TabletEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:483:15 [INFO] [stdout] | [INFO] [stdout] 483 | let f: &&(Fn(&TabletEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:493:15 [INFO] [stdout] | [INFO] [stdout] 493 | let f: &&(Fn(&T, &DragEnterEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:505:15 [INFO] [stdout] | [INFO] [stdout] 505 | let f: &&(Fn(&DragEnterEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:515:15 [INFO] [stdout] | [INFO] [stdout] 515 | let f: &&(Fn(&T, &DragMoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:527:15 [INFO] [stdout] | [INFO] [stdout] 527 | let f: &&(Fn(&DragMoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:537:15 [INFO] [stdout] | [INFO] [stdout] 537 | let f: &&(Fn(&T, &DragLeaveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:549:15 [INFO] [stdout] | [INFO] [stdout] 549 | let f: &&(Fn(&DragLeaveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:559:15 [INFO] [stdout] | [INFO] [stdout] 559 | let f: &&(Fn(&T, &DropEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:571:15 [INFO] [stdout] | [INFO] [stdout] 571 | let f: &&(Fn(&DropEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:581:15 [INFO] [stdout] | [INFO] [stdout] 581 | let f: &&(Fn(&T, &ShowEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:593:15 [INFO] [stdout] | [INFO] [stdout] 593 | let f: &&(Fn(&ShowEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:603:15 [INFO] [stdout] | [INFO] [stdout] 603 | let f: &&(Fn(&T, &HideEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:615:15 [INFO] [stdout] | [INFO] [stdout] 615 | let f: &&(Fn(&HideEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:625:15 [INFO] [stdout] | [INFO] [stdout] 625 | let f: &&(Fn(&T, &Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:637:15 [INFO] [stdout] | [INFO] [stdout] 637 | let f: &&(Fn(&Event) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6373:24 [INFO] [stdout] | [INFO] [stdout] 6373 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6393:24 [INFO] [stdout] | [INFO] [stdout] 6393 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6417:24 [INFO] [stdout] | [INFO] [stdout] 6417 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6437:24 [INFO] [stdout] | [INFO] [stdout] 6437 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Icon) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6462:24 [INFO] [stdout] | [INFO] [stdout] 6462 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6482:24 [INFO] [stdout] | [INFO] [stdout] 6482 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6516:24 [INFO] [stdout] | [INFO] [stdout] 6516 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6536:24 [INFO] [stdout] | [INFO] [stdout] 6536 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Point) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6613:24 [INFO] [stdout] | [INFO] [stdout] 6613 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6633:24 [INFO] [stdout] | [INFO] [stdout] 6633 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6663:24 [INFO] [stdout] | [INFO] [stdout] 6663 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6683:24 [INFO] [stdout] | [INFO] [stdout] 6683 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6719:24 [INFO] [stdout] | [INFO] [stdout] 6719 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6739:24 [INFO] [stdout] | [INFO] [stdout] 6739 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6788:24 [INFO] [stdout] | [INFO] [stdout] 6788 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6808:24 [INFO] [stdout] | [INFO] [stdout] 6808 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6843:24 [INFO] [stdout] | [INFO] [stdout] 6843 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6863:24 [INFO] [stdout] | [INFO] [stdout] 6863 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6909:24 [INFO] [stdout] | [INFO] [stdout] 6909 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6929:24 [INFO] [stdout] | [INFO] [stdout] 6929 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6976:24 [INFO] [stdout] | [INFO] [stdout] 6976 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:6996:24 [INFO] [stdout] | [INFO] [stdout] 6996 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7035:24 [INFO] [stdout] | [INFO] [stdout] 7035 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7055:24 [INFO] [stdout] | [INFO] [stdout] 7055 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7094:24 [INFO] [stdout] | [INFO] [stdout] 7094 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7114:24 [INFO] [stdout] | [INFO] [stdout] 7114 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7144:24 [INFO] [stdout] | [INFO] [stdout] 7144 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7164:24 [INFO] [stdout] | [INFO] [stdout] 7164 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7194:24 [INFO] [stdout] | [INFO] [stdout] 7194 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7214:24 [INFO] [stdout] | [INFO] [stdout] 7214 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7281:24 [INFO] [stdout] | [INFO] [stdout] 7281 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7301:24 [INFO] [stdout] | [INFO] [stdout] 7301 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PaintEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7333:24 [INFO] [stdout] | [INFO] [stdout] 7333 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7353:24 [INFO] [stdout] | [INFO] [stdout] 7353 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7390:24 [INFO] [stdout] | [INFO] [stdout] 7390 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7410:24 [INFO] [stdout] | [INFO] [stdout] 7410 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7451:24 [INFO] [stdout] | [INFO] [stdout] 7451 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7471:24 [INFO] [stdout] | [INFO] [stdout] 7471 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&CloseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7506:24 [INFO] [stdout] | [INFO] [stdout] 7506 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7526:24 [INFO] [stdout] | [INFO] [stdout] 7526 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ContextMenuEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7568:24 [INFO] [stdout] | [INFO] [stdout] 7568 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7588:24 [INFO] [stdout] | [INFO] [stdout] 7588 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7622:24 [INFO] [stdout] | [INFO] [stdout] 7622 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7642:24 [INFO] [stdout] | [INFO] [stdout] 7642 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragEnterEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7675:24 [INFO] [stdout] | [INFO] [stdout] 7675 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7695:24 [INFO] [stdout] | [INFO] [stdout] 7695 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragMoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7726:24 [INFO] [stdout] | [INFO] [stdout] 7726 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7746:24 [INFO] [stdout] | [INFO] [stdout] 7746 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DragLeaveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7776:24 [INFO] [stdout] | [INFO] [stdout] 7776 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7796:24 [INFO] [stdout] | [INFO] [stdout] 7796 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&DropEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7834:24 [INFO] [stdout] | [INFO] [stdout] 7834 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7854:24 [INFO] [stdout] | [INFO] [stdout] 7854 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7891:24 [INFO] [stdout] | [INFO] [stdout] 7891 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7911:24 [INFO] [stdout] | [INFO] [stdout] 7911 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7946:24 [INFO] [stdout] | [INFO] [stdout] 7946 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:7966:24 [INFO] [stdout] | [INFO] [stdout] 7966 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:8263:24 [INFO] [stdout] | [INFO] [stdout] 8263 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/widget.rs:8283:24 [INFO] [stdout] | [INFO] [stdout] 8283 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let f: &&(Fn(&T, &Screen) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Screen) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | let f: &&(Fn(&Screen) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Screen) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | let f: &&(Fn(&T, &str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | let f: &&(Fn(&str) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:107:15 [INFO] [stdout] | [INFO] [stdout] 107 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:117:15 [INFO] [stdout] | [INFO] [stdout] 117 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:139:15 [INFO] [stdout] | [INFO] [stdout] 139 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:151:15 [INFO] [stdout] | [INFO] [stdout] 151 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:161:15 [INFO] [stdout] | [INFO] [stdout] 161 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:195:15 [INFO] [stdout] | [INFO] [stdout] 195 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:205:15 [INFO] [stdout] | [INFO] [stdout] 205 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:227:15 [INFO] [stdout] | [INFO] [stdout] 227 | let f: &&(Fn(&T, i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:239:15 [INFO] [stdout] | [INFO] [stdout] 239 | let f: &&(Fn(i32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | let f: &&(Fn(&T, bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:261:15 [INFO] [stdout] | [INFO] [stdout] 261 | let f: &&(Fn(bool) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:270:15 [INFO] [stdout] | [INFO] [stdout] 270 | let f: &&(Fn(&T) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:281:15 [INFO] [stdout] | [INFO] [stdout] 281 | let f: &&(Fn() + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:291:15 [INFO] [stdout] | [INFO] [stdout] 291 | let f: &&(Fn(&T, &Object) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Object) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:303:15 [INFO] [stdout] | [INFO] [stdout] 303 | let f: &&(Fn(&Object) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Object) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:313:15 [INFO] [stdout] | [INFO] [stdout] 313 | let f: &&(Fn(&T, f32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, f32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:325:15 [INFO] [stdout] | [INFO] [stdout] 325 | let f: &&(Fn(f32) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f32) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:335:15 [INFO] [stdout] | [INFO] [stdout] 335 | let f: &&(Fn(&T, &ExposeEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ExposeEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:347:15 [INFO] [stdout] | [INFO] [stdout] 347 | let f: &&(Fn(&ExposeEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ExposeEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:357:15 [INFO] [stdout] | [INFO] [stdout] 357 | let f: &&(Fn(&T, &ResizeEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:369:15 [INFO] [stdout] | [INFO] [stdout] 369 | let f: &&(Fn(&ResizeEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:379:15 [INFO] [stdout] | [INFO] [stdout] 379 | let f: &&(Fn(&T, &MoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:391:15 [INFO] [stdout] | [INFO] [stdout] 391 | let f: &&(Fn(&MoveEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:401:15 [INFO] [stdout] | [INFO] [stdout] 401 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:413:15 [INFO] [stdout] | [INFO] [stdout] 413 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:423:15 [INFO] [stdout] | [INFO] [stdout] 423 | let f: &&(Fn(&T, &FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | let f: &&(Fn(&FocusEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:445:15 [INFO] [stdout] | [INFO] [stdout] 445 | let f: &&(Fn(&T, &ShowEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:457:15 [INFO] [stdout] | [INFO] [stdout] 457 | let f: &&(Fn(&ShowEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:467:15 [INFO] [stdout] | [INFO] [stdout] 467 | let f: &&(Fn(&T, &HideEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:479:15 [INFO] [stdout] | [INFO] [stdout] 479 | let f: &&(Fn(&HideEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:489:15 [INFO] [stdout] | [INFO] [stdout] 489 | let f: &&(Fn(&T, &KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:501:15 [INFO] [stdout] | [INFO] [stdout] 501 | let f: &&(Fn(&KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:511:15 [INFO] [stdout] | [INFO] [stdout] 511 | let f: &&(Fn(&T, &KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:523:15 [INFO] [stdout] | [INFO] [stdout] 523 | let f: &&(Fn(&KeyEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:533:15 [INFO] [stdout] | [INFO] [stdout] 533 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:545:15 [INFO] [stdout] | [INFO] [stdout] 545 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:555:15 [INFO] [stdout] | [INFO] [stdout] 555 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:567:15 [INFO] [stdout] | [INFO] [stdout] 567 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:577:15 [INFO] [stdout] | [INFO] [stdout] 577 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:589:15 [INFO] [stdout] | [INFO] [stdout] 589 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:599:15 [INFO] [stdout] | [INFO] [stdout] 599 | let f: &&(Fn(&T, &MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:611:15 [INFO] [stdout] | [INFO] [stdout] 611 | let f: &&(Fn(&MouseEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:621:15 [INFO] [stdout] | [INFO] [stdout] 621 | let f: &&(Fn(&T, &WheelEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:633:15 [INFO] [stdout] | [INFO] [stdout] 633 | let f: &&(Fn(&WheelEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:643:15 [INFO] [stdout] | [INFO] [stdout] 643 | let f: &&(Fn(&T, &TouchEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TouchEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:655:15 [INFO] [stdout] | [INFO] [stdout] 655 | let f: &&(Fn(&TouchEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TouchEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:665:15 [INFO] [stdout] | [INFO] [stdout] 665 | let f: &&(Fn(&T, &TabletEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:677:15 [INFO] [stdout] | [INFO] [stdout] 677 | let f: &&(Fn(&TabletEvent) + 'static) = transmute(func); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2479:24 [INFO] [stdout] | [INFO] [stdout] 2479 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Screen) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2499:24 [INFO] [stdout] | [INFO] [stdout] 2499 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Screen) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2524:24 [INFO] [stdout] | [INFO] [stdout] 2524 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2544:24 [INFO] [stdout] | [INFO] [stdout] 2544 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2564:24 [INFO] [stdout] | [INFO] [stdout] 2564 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2584:24 [INFO] [stdout] | [INFO] [stdout] 2584 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2604:24 [INFO] [stdout] | [INFO] [stdout] 2604 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2624:24 [INFO] [stdout] | [INFO] [stdout] 2624 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2644:24 [INFO] [stdout] | [INFO] [stdout] 2644 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2664:24 [INFO] [stdout] | [INFO] [stdout] 2664 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2684:24 [INFO] [stdout] | [INFO] [stdout] 2684 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2704:24 [INFO] [stdout] | [INFO] [stdout] 2704 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2724:24 [INFO] [stdout] | [INFO] [stdout] 2724 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2744:24 [INFO] [stdout] | [INFO] [stdout] 2744 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2764:24 [INFO] [stdout] | [INFO] [stdout] 2764 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2784:24 [INFO] [stdout] | [INFO] [stdout] 2784 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2804:24 [INFO] [stdout] | [INFO] [stdout] 2804 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2824:24 [INFO] [stdout] | [INFO] [stdout] 2824 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2844:24 [INFO] [stdout] | [INFO] [stdout] 2844 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2864:24 [INFO] [stdout] | [INFO] [stdout] 2864 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2884:24 [INFO] [stdout] | [INFO] [stdout] 2884 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2904:24 [INFO] [stdout] | [INFO] [stdout] 2904 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(bool) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2924:24 [INFO] [stdout] | [INFO] [stdout] 2924 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2944:24 [INFO] [stdout] | [INFO] [stdout] 2944 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2969:24 [INFO] [stdout] | [INFO] [stdout] 2969 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Object) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:2989:24 [INFO] [stdout] | [INFO] [stdout] 2989 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Object) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3009:24 [INFO] [stdout] | [INFO] [stdout] 3009 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, f32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3029:24 [INFO] [stdout] | [INFO] [stdout] 3029 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f32) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3067:24 [INFO] [stdout] | [INFO] [stdout] 3067 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ExposeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ExposeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3113:24 [INFO] [stdout] | [INFO] [stdout] 3113 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3133:24 [INFO] [stdout] | [INFO] [stdout] 3133 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ResizeEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3155:24 [INFO] [stdout] | [INFO] [stdout] 3155 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3175:24 [INFO] [stdout] | [INFO] [stdout] 3175 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MoveEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3201:24 [INFO] [stdout] | [INFO] [stdout] 3201 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3221:24 [INFO] [stdout] | [INFO] [stdout] 3221 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3247:24 [INFO] [stdout] | [INFO] [stdout] 3247 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3267:24 [INFO] [stdout] | [INFO] [stdout] 3267 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&FocusEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3294:24 [INFO] [stdout] | [INFO] [stdout] 3294 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3314:24 [INFO] [stdout] | [INFO] [stdout] 3314 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ShowEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3339:24 [INFO] [stdout] | [INFO] [stdout] 3339 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3359:24 [INFO] [stdout] | [INFO] [stdout] 3359 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HideEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3383:24 [INFO] [stdout] | [INFO] [stdout] 3383 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3403:24 [INFO] [stdout] | [INFO] [stdout] 3403 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3427:24 [INFO] [stdout] | [INFO] [stdout] 3427 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3447:24 [INFO] [stdout] | [INFO] [stdout] 3447 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&KeyEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3471:24 [INFO] [stdout] | [INFO] [stdout] 3471 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3491:24 [INFO] [stdout] | [INFO] [stdout] 3491 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3515:24 [INFO] [stdout] | [INFO] [stdout] 3515 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3535:24 [INFO] [stdout] | [INFO] [stdout] 3535 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3560:24 [INFO] [stdout] | [INFO] [stdout] 3560 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3580:24 [INFO] [stdout] | [INFO] [stdout] 3580 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3602:24 [INFO] [stdout] | [INFO] [stdout] 3602 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3622:24 [INFO] [stdout] | [INFO] [stdout] 3622 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MouseEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3644:24 [INFO] [stdout] | [INFO] [stdout] 3644 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3664:24 [INFO] [stdout] | [INFO] [stdout] 3664 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&WheelEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3686:24 [INFO] [stdout] | [INFO] [stdout] 3686 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TouchEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3706:24 [INFO] [stdout] | [INFO] [stdout] 3706 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TouchEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3731:24 [INFO] [stdout] | [INFO] [stdout] 3731 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3751:24 [INFO] [stdout] | [INFO] [stdout] 3751 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&TabletEvent) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3910:24 [INFO] [stdout] | [INFO] [stdout] 3910 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, &Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/auto/window.rs:3930:24 [INFO] [stdout] | [INFO] [stdout] 3930 | let f: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Event) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/abstract_button.rs:4729:5 [INFO] [stdout] | [INFO] [stdout] 4729 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/application.rs:2608:5 [INFO] [stdout] | [INFO] [stdout] 2608 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/backing_store.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/bitmap.rs:751:5 [INFO] [stdout] | [INFO] [stdout] 751 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/brush.rs:389:5 [INFO] [stdout] | [INFO] [stdout] 389 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/button_group.rs:1081:5 [INFO] [stdout] | [INFO] [stdout] 1081 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/clipboard.rs:668:5 [INFO] [stdout] | [INFO] [stdout] 668 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/close_event.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/color.rs:2109:5 [INFO] [stdout] | [INFO] [stdout] 2109 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/context_menu_event.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/core_application.rs:1301:5 [INFO] [stdout] | [INFO] [stdout] 1301 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/cursor.rs:644:5 [INFO] [stdout] | [INFO] [stdout] 644 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/desktop_widget.rs:3866:5 [INFO] [stdout] | [INFO] [stdout] 3866 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/drag_enter_event.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 294 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/drag_leave_event.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/drag_move_event.rs:341:5 [INFO] [stdout] | [INFO] [stdout] 341 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/drop_event.rs:322:5 [INFO] [stdout] | [INFO] [stdout] 322 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/event.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/expose_event.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/focus_event.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/font.rs:1201:5 [INFO] [stdout] | [INFO] [stdout] 1201 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/font_info.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/gradient.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/grid_layout.rs:1253:5 [INFO] [stdout] | [INFO] [stdout] 1253 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/gui_application.rs:1833:5 [INFO] [stdout] | [INFO] [stdout] 1833 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/hide_event.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/icon.rs:910:5 [INFO] [stdout] | [INFO] [stdout] 910 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/image.rs:2461:5 [INFO] [stdout] | [INFO] [stdout] 2461 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/input_event.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/key_event.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/key_sequence.rs:565:5 [INFO] [stdout] | [INFO] [stdout] 565 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/layout.rs:1061:5 [INFO] [stdout] | [INFO] [stdout] 1061 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/layout_item.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/line.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/line_edit.rs:5493:5 [INFO] [stdout] | [INFO] [stdout] 5493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/line_f.rs:606:5 [INFO] [stdout] | [INFO] [stdout] 606 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/list_widget.rs:3836:5 [INFO] [stdout] | [INFO] [stdout] 3836 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/list_widget_item.rs:588:5 [INFO] [stdout] | [INFO] [stdout] 588 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/margins.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/matrix.rs:1514:5 [INFO] [stdout] | [INFO] [stdout] 1514 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/mime_data.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/mouse_event.rs:472:5 [INFO] [stdout] | [INFO] [stdout] 472 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/move_event.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/object.rs:947:5 [INFO] [stdout] | [INFO] [stdout] 947 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/paint_device.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/paint_engine.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/paint_engine_state.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 449 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/paint_event.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/painter.rs:8695:5 [INFO] [stdout] | [INFO] [stdout] 8695 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/palette.rs:1067:5 [INFO] [stdout] | [INFO] [stdout] 1067 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/pen.rs:620:5 [INFO] [stdout] | [INFO] [stdout] 620 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/pixel_format.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/pixmap.rs:1378:5 [INFO] [stdout] | [INFO] [stdout] 1378 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/point.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/point_f.rs:253:5 [INFO] [stdout] | [INFO] [stdout] 253 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/polygon.rs:488:5 [INFO] [stdout] | [INFO] [stdout] 488 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/polygon_f.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/push_button.rs:4130:5 [INFO] [stdout] | [INFO] [stdout] 4130 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/rect.rs:1338:5 [INFO] [stdout] | [INFO] [stdout] 1338 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/rect_f.rs:1242:5 [INFO] [stdout] | [INFO] [stdout] 1242 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/region.rs:488:5 [INFO] [stdout] | [INFO] [stdout] 488 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/resize_event.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/screen.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/show_event.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/size.rs:398:5 [INFO] [stdout] | [INFO] [stdout] 398 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/size_f.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/size_policy.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/spacer_item.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/style.rs:1245:5 [INFO] [stdout] | [INFO] [stdout] 1245 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/surface.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/surface_format.rs:693:5 [INFO] [stdout] | [INFO] [stdout] 693 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/tablet_event.rs:618:5 [INFO] [stdout] | [INFO] [stdout] 618 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/tool_button.rs:4511:5 [INFO] [stdout] | [INFO] [stdout] 4511 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/touch_event.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/transform.rs:1890:5 [INFO] [stdout] | [INFO] [stdout] 1890 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/wheel_event.rs:494:5 [INFO] [stdout] | [INFO] [stdout] 494 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/widget.rs:8302:5 [INFO] [stdout] | [INFO] [stdout] 8302 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/auto/window.rs:3949:5 [INFO] [stdout] | [INFO] [stdout] 3949 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Helvetica` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1215:15 [INFO] [stdout] | [INFO] [stdout] 1215 | const Helvetica = 0x0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `HELVETICA` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SansSerif` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1216:15 [INFO] [stdout] | [INFO] [stdout] 1216 | const SansSerif = 0x0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `SANS_SERIF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Times` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1217:15 [INFO] [stdout] | [INFO] [stdout] 1217 | const Times = 0x1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TIMES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Serif` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1218:15 [INFO] [stdout] | [INFO] [stdout] 1218 | const Serif = 0x1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SERIF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Courier` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1219:15 [INFO] [stdout] | [INFO] [stdout] 1219 | const Courier = 0x2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `COURIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TypeWriter` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1220:15 [INFO] [stdout] | [INFO] [stdout] 1220 | const TypeWriter = 0x2; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `TYPE_WRITER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OldEnglish` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1221:15 [INFO] [stdout] | [INFO] [stdout] 1221 | const OldEnglish = 0x3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `OLD_ENGLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Decorative` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1222:15 [INFO] [stdout] | [INFO] [stdout] 1222 | const Decorative = 0x3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DECORATIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `System` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1223:15 [INFO] [stdout] | [INFO] [stdout] 1223 | const System = 0x4; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SYSTEM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AnyStyle` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1224:15 [INFO] [stdout] | [INFO] [stdout] 1224 | const AnyStyle = 0x5; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ANY_STYLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Cursive` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1225:15 [INFO] [stdout] | [INFO] [stdout] 1225 | const Cursive = 0x6; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CURSIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Monospace` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1226:15 [INFO] [stdout] | [INFO] [stdout] 1226 | const Monospace = 0x7; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MONOSPACE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Fantasy` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1227:15 [INFO] [stdout] | [INFO] [stdout] 1227 | const Fantasy = 0x8; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `FANTASY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Helvetica` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1215:15 [INFO] [stdout] | [INFO] [stdout] 1215 | const Helvetica = 0x0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `HELVETICA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferDefault` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1233:15 [INFO] [stdout] | [INFO] [stdout] 1233 | const PreferDefault = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferBitmap` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1234:15 [INFO] [stdout] | [INFO] [stdout] 1234 | const PreferBitmap = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_BITMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferDevice` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1235:15 [INFO] [stdout] | [INFO] [stdout] 1235 | const PreferDevice = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_DEVICE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferOutline` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1236:15 [INFO] [stdout] | [INFO] [stdout] 1236 | const PreferOutline = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_OUTLINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ForceOutline` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1237:15 [INFO] [stdout] | [INFO] [stdout] 1237 | const ForceOutline = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `FORCE_OUTLINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferMatch` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1238:15 [INFO] [stdout] | [INFO] [stdout] 1238 | const PreferMatch = 0x20; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_MATCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferQuality` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1239:15 [INFO] [stdout] | [INFO] [stdout] 1239 | const PreferQuality = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_QUALITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferAntialias` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1240:15 [INFO] [stdout] | [INFO] [stdout] 1240 | const PreferAntialias = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_ANTIALIAS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoAntialias` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1241:15 [INFO] [stdout] | [INFO] [stdout] 1241 | const NoAntialias = 0x100; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_ANTIALIAS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OpenGlCompatible` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1242:15 [INFO] [stdout] | [INFO] [stdout] 1242 | const OpenGlCompatible = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_GL_COMPATIBLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ForceIntegerMetrics` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1243:15 [INFO] [stdout] | [INFO] [stdout] 1243 | const ForceIntegerMetrics = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FORCE_INTEGER_METRICS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoSubpixelAntialias` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1244:15 [INFO] [stdout] | [INFO] [stdout] 1244 | const NoSubpixelAntialias = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SUBPIXEL_ANTIALIAS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferNoShaping` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1245:15 [INFO] [stdout] | [INFO] [stdout] 1245 | const PreferNoShaping = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_NO_SHAPING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoFontMerging` should have an upper case name [INFO] [stdout] --> src/auto/font.rs:1246:15 [INFO] [stdout] | [INFO] [stdout] 1246 | const NoFontMerging = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_FONT_MERGING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PrimitiveTransform` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:538:15 [INFO] [stdout] | [INFO] [stdout] 538 | const PrimitiveTransform = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRIMITIVE_TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PatternTransform` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:539:15 [INFO] [stdout] | [INFO] [stdout] 539 | const PatternTransform = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PATTERN_TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PixmapTransform` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:540:15 [INFO] [stdout] | [INFO] [stdout] 540 | const PixmapTransform = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PIXMAP_TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PatternBrush` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:541:15 [INFO] [stdout] | [INFO] [stdout] 541 | const PatternBrush = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `PATTERN_BRUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `LinearGradientFill` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:542:15 [INFO] [stdout] | [INFO] [stdout] 542 | const LinearGradientFill = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LINEAR_GRADIENT_FILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RadialGradientFill` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:543:15 [INFO] [stdout] | [INFO] [stdout] 543 | const RadialGradientFill = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RADIAL_GRADIENT_FILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ConicalGradientFill` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:544:15 [INFO] [stdout] | [INFO] [stdout] 544 | const ConicalGradientFill = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CONICAL_GRADIENT_FILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaBlend` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:545:15 [INFO] [stdout] | [INFO] [stdout] 545 | const AlphaBlend = 0x80; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ALPHA_BLEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PorterDuff` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:546:15 [INFO] [stdout] | [INFO] [stdout] 546 | const PorterDuff = 0x100; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `PORTER_DUFF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PainterPaths` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:547:15 [INFO] [stdout] | [INFO] [stdout] 547 | const PainterPaths = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `PAINTER_PATHS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Antialiasing` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:548:15 [INFO] [stdout] | [INFO] [stdout] 548 | const Antialiasing = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANTIALIASING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BrushStroke` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:549:15 [INFO] [stdout] | [INFO] [stdout] 549 | const BrushStroke = 0x800; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `BRUSH_STROKE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ConstantOpacity` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:550:15 [INFO] [stdout] | [INFO] [stdout] 550 | const ConstantOpacity = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CONSTANT_OPACITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MaskedBrush` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:551:15 [INFO] [stdout] | [INFO] [stdout] 551 | const MaskedBrush = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `MASKED_BRUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PerspectiveTransform` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:552:15 [INFO] [stdout] | [INFO] [stdout] 552 | const PerspectiveTransform = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PERSPECTIVE_TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BlendModes` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:553:15 [INFO] [stdout] | [INFO] [stdout] 553 | const BlendModes = 0x8000; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `BLEND_MODES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ObjectBoundingModeGradients` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:554:15 [INFO] [stdout] | [INFO] [stdout] 554 | const ObjectBoundingModeGradients = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OBJECT_BOUNDING_MODE_GRADIENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RasterOpModes` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:555:15 [INFO] [stdout] | [INFO] [stdout] 555 | const RasterOpModes = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `RASTER_OP_MODES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PaintOutsidePaintEvent` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:556:15 [INFO] [stdout] | [INFO] [stdout] 556 | const PaintOutsidePaintEvent = 0x20000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PAINT_OUTSIDE_PAINT_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllFeatures` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:557:15 [INFO] [stdout] | [INFO] [stdout] 557 | const AllFeatures = 0xffffffff; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `ALL_FEATURES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyPen` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:563:15 [INFO] [stdout] | [INFO] [stdout] 563 | const DirtyPen = 0x1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DIRTY_PEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyBrush` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:564:15 [INFO] [stdout] | [INFO] [stdout] 564 | const DirtyBrush = 0x2; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_BRUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyBrushOrigin` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:565:15 [INFO] [stdout] | [INFO] [stdout] 565 | const DirtyBrushOrigin = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_BRUSH_ORIGIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyFont` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:566:15 [INFO] [stdout] | [INFO] [stdout] 566 | const DirtyFont = 0x8; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_FONT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyBackground` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:567:15 [INFO] [stdout] | [INFO] [stdout] 567 | const DirtyBackground = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyBackgroundMode` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:568:15 [INFO] [stdout] | [INFO] [stdout] 568 | const DirtyBackgroundMode = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_BACKGROUND_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyTransform` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:569:15 [INFO] [stdout] | [INFO] [stdout] 569 | const DirtyTransform = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyClipRegion` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:570:15 [INFO] [stdout] | [INFO] [stdout] 570 | const DirtyClipRegion = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_CLIP_REGION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyClipPath` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:571:15 [INFO] [stdout] | [INFO] [stdout] 571 | const DirtyClipPath = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_CLIP_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyHints` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:572:15 [INFO] [stdout] | [INFO] [stdout] 572 | const DirtyHints = 0x200; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_HINTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyCompositionMode` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:573:15 [INFO] [stdout] | [INFO] [stdout] 573 | const DirtyCompositionMode = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_COMPOSITION_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyClipEnabled` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:574:15 [INFO] [stdout] | [INFO] [stdout] 574 | const DirtyClipEnabled = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_CLIP_ENABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DirtyOpacity` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:575:15 [INFO] [stdout] | [INFO] [stdout] 575 | const DirtyOpacity = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRTY_OPACITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllDirty` should have an upper case name [INFO] [stdout] --> src/auto/paint_engine.rs:576:15 [INFO] [stdout] | [INFO] [stdout] 576 | const AllDirty = 0xffff; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ALL_DIRTY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Antialiasing` should have an upper case name [INFO] [stdout] --> src/auto/painter.rs:8709:15 [INFO] [stdout] | [INFO] [stdout] 8709 | const Antialiasing = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANTIALIASING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextAntialiasing` should have an upper case name [INFO] [stdout] --> src/auto/painter.rs:8710:15 [INFO] [stdout] | [INFO] [stdout] 8710 | const TextAntialiasing = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_ANTIALIASING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SmoothPixmapTransform` should have an upper case name [INFO] [stdout] --> src/auto/painter.rs:8711:15 [INFO] [stdout] | [INFO] [stdout] 8711 | const SmoothPixmapTransform = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SMOOTH_PIXMAP_TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HighQualityAntialiasing` should have an upper case name [INFO] [stdout] --> src/auto/painter.rs:8712:15 [INFO] [stdout] | [INFO] [stdout] 8712 | const HighQualityAntialiasing = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HIGH_QUALITY_ANTIALIASING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NonCosmeticDefaultPen` should have an upper case name [INFO] [stdout] --> src/auto/painter.rs:8713:15 [INFO] [stdout] | [INFO] [stdout] 8713 | const NonCosmeticDefaultPen = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NON_COSMETIC_DEFAULT_PEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Qt4CompatiblePainting` should have an upper case name [INFO] [stdout] --> src/auto/painter.rs:8714:15 [INFO] [stdout] | [INFO] [stdout] 8714 | const Qt4CompatiblePainting = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `QT4_COMPATIBLE_PAINTING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Active` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1081:15 [INFO] [stdout] | [INFO] [stdout] 1081 | const Active = 0x0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ACTIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Disabled` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1082:15 [INFO] [stdout] | [INFO] [stdout] 1082 | const Disabled = 0x1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Inactive` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1083:15 [INFO] [stdout] | [INFO] [stdout] 1083 | const Inactive = 0x2; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `INACTIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NColorGroups` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1084:15 [INFO] [stdout] | [INFO] [stdout] 1084 | const NColorGroups = 0x3; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NCOLOR_GROUPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Current` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1085:15 [INFO] [stdout] | [INFO] [stdout] 1085 | const Current = 0x4; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CURRENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `All` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1086:15 [INFO] [stdout] | [INFO] [stdout] 1086 | const All = 0x5; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Normal` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1087:15 [INFO] [stdout] | [INFO] [stdout] 1087 | const Normal = 0x0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `NORMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowText` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1093:15 [INFO] [stdout] | [INFO] [stdout] 1093 | const WindowText = 0x0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_TEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Button` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1094:15 [INFO] [stdout] | [INFO] [stdout] 1094 | const Button = 0x1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Light` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1095:15 [INFO] [stdout] | [INFO] [stdout] 1095 | const Light = 0x2; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Midlight` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1096:15 [INFO] [stdout] | [INFO] [stdout] 1096 | const Midlight = 0x3; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MIDLIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Dark` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1097:15 [INFO] [stdout] | [INFO] [stdout] 1097 | const Dark = 0x4; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `DARK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Mid` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1098:15 [INFO] [stdout] | [INFO] [stdout] 1098 | const Mid = 0x5; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `MID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Text` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1099:15 [INFO] [stdout] | [INFO] [stdout] 1099 | const Text = 0x6; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `TEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BrightText` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1100:15 [INFO] [stdout] | [INFO] [stdout] 1100 | const BrightText = 0x7; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `BRIGHT_TEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ButtonText` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1101:15 [INFO] [stdout] | [INFO] [stdout] 1101 | const ButtonText = 0x8; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `BUTTON_TEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Base` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1102:15 [INFO] [stdout] | [INFO] [stdout] 1102 | const Base = 0x9; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BASE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Window` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1103:15 [INFO] [stdout] | [INFO] [stdout] 1103 | const Window = 0xa; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Shadow` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1104:15 [INFO] [stdout] | [INFO] [stdout] 1104 | const Shadow = 0xb; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SHADOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Highlight` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1105:15 [INFO] [stdout] | [INFO] [stdout] 1105 | const Highlight = 0xc; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `HIGHLIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HighlightedText` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1106:15 [INFO] [stdout] | [INFO] [stdout] 1106 | const HighlightedText = 0xd; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HIGHLIGHTED_TEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Link` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1107:15 [INFO] [stdout] | [INFO] [stdout] 1107 | const Link = 0xe; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LINK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `LinkVisited` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1108:15 [INFO] [stdout] | [INFO] [stdout] 1108 | const LinkVisited = 0xf; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `LINK_VISITED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlternateBase` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1109:15 [INFO] [stdout] | [INFO] [stdout] 1109 | const AlternateBase = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALTERNATE_BASE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoRole` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1110:15 [INFO] [stdout] | [INFO] [stdout] 1110 | const NoRole = 0x11; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `NO_ROLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ToolTipBase` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1111:15 [INFO] [stdout] | [INFO] [stdout] 1111 | const ToolTipBase = 0x12; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `TOOL_TIP_BASE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ToolTipText` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1112:15 [INFO] [stdout] | [INFO] [stdout] 1112 | const ToolTipText = 0x13; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `TOOL_TIP_TEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NColorRoles` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1113:15 [INFO] [stdout] | [INFO] [stdout] 1113 | const NColorRoles = 0x14; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NCOLOR_ROLES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Foreground` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1114:15 [INFO] [stdout] | [INFO] [stdout] 1114 | const Foreground = 0x0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `FOREGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Background` should have an upper case name [INFO] [stdout] --> src/auto/palette.rs:1115:15 [INFO] [stdout] | [INFO] [stdout] 1115 | const Background = 0xa; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoModifier` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | const NoModifier = 0x0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_MODIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ShiftModifier` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | const ShiftModifier = 0x2000000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHIFT_MODIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ControlModifier` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:31:15 [INFO] [stdout] | [INFO] [stdout] 31 | const ControlModifier = 0x4000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CONTROL_MODIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AltModifier` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | const AltModifier = 0x8000000; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `ALT_MODIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MetaModifier` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | const MetaModifier = 0x10000000; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `META_MODIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeypadModifier` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | const KeypadModifier = 0x20000000; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEYPAD_MODIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `GroupSwitchModifier` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | const GroupSwitchModifier = 0x40000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `GROUP_SWITCH_MODIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyboardModifierMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | const KeyboardModifierMask = 0xfe000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEYBOARD_MODIFIER_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Meta` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | const Meta = 0x10000000; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `META` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Shift` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | const Shift = 0x2000000; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SHIFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Ctrl` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | const Ctrl = 0x4000000; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `CTRL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Alt` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:47:15 [INFO] [stdout] | [INFO] [stdout] 47 | const Alt = 0x8000000; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ALT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ModifierMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:48:15 [INFO] [stdout] | [INFO] [stdout] 48 | const ModifierMask = 0xfe000000; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `MODIFIER_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `UnicodeAccel` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | const UnicodeAccel = 0x0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `UNICODE_ACCEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | const NoButton = 0x0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `LeftButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | const LeftButton = 0x1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `LEFT_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RightButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | const RightButton = 0x2; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `RIGHT_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MidButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | const MidButton = 0x4; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MID_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MiddleButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | const MiddleButton = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `MIDDLE_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BackButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:60:15 [INFO] [stdout] | [INFO] [stdout] 60 | const BackButton = 0x8; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `BACK_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `XButton1` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | const XButton1 = 0x8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XBUTTON1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton1` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | const ExtraButton1 = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ForwardButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 63 | const ForwardButton = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `FORWARD_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `XButton2` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | const XButton2 = 0x10; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XBUTTON2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton2` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | const ExtraButton2 = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TaskButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | const TaskButton = 0x20; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `TASK_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton3` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | const ExtraButton3 = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton4` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | const ExtraButton4 = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton5` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:69:15 [INFO] [stdout] | [INFO] [stdout] 69 | const ExtraButton5 = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton6` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | const ExtraButton6 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton7` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:71:15 [INFO] [stdout] | [INFO] [stdout] 71 | const ExtraButton7 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton8` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:72:15 [INFO] [stdout] | [INFO] [stdout] 72 | const ExtraButton8 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton9` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | const ExtraButton9 = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton10` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | const ExtraButton10 = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton11` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:75:15 [INFO] [stdout] | [INFO] [stdout] 75 | const ExtraButton11 = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton12` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:76:15 [INFO] [stdout] | [INFO] [stdout] 76 | const ExtraButton12 = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton13` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | const ExtraButton13 = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton14` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | const ExtraButton14 = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton15` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | const ExtraButton15 = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton16` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | const ExtraButton16 = 0x40000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton17` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:81:15 [INFO] [stdout] | [INFO] [stdout] 81 | const ExtraButton17 = 0x80000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton18` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | const ExtraButton18 = 0x100000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton19` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:83:15 [INFO] [stdout] | [INFO] [stdout] 83 | const ExtraButton19 = 0x200000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton20` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | const ExtraButton20 = 0x400000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton21` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | const ExtraButton21 = 0x800000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton22` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | const ExtraButton22 = 0x1000000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton23` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | const ExtraButton23 = 0x2000000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ExtraButton24` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | const ExtraButton24 = 0x4000000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXTRA_BUTTON24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllButtons` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | const AllButtons = 0x7ffffff; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ALL_BUTTONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MaxMouseButton` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | const MaxMouseButton = 0x4000000; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MAX_MOUSE_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MouseButtonMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:91:15 [INFO] [stdout] | [INFO] [stdout] 91 | const MouseButtonMask = 0xffffffff; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MOUSE_BUTTON_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Horizontal` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:105:15 [INFO] [stdout] | [INFO] [stdout] 105 | const Horizontal = Orientation::Horizontal as u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `HORIZONTAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Vertical` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | const Vertical = Orientation::Vertical as u32; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `VERTICAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignDefault` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 141 | const AlignDefault = 0x0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:142:15 [INFO] [stdout] | [INFO] [stdout] 142 | const AlignLeft = 0x1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignLeading` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | const AlignLeading = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_LEADING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignRight` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:144:15 [INFO] [stdout] | [INFO] [stdout] 144 | const AlignRight = 0x2; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignTrailing` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:145:15 [INFO] [stdout] | [INFO] [stdout] 145 | const AlignTrailing = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_TRAILING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignHCenter` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:146:15 [INFO] [stdout] | [INFO] [stdout] 146 | const AlignHCenter = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_HCENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignJustify` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:147:15 [INFO] [stdout] | [INFO] [stdout] 147 | const AlignJustify = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_JUSTIFY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignAbsolute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:148:15 [INFO] [stdout] | [INFO] [stdout] 148 | const AlignAbsolute = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_ABSOLUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignHorizontalMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | const AlignHorizontalMask = 0x1f; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_HORIZONTAL_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignTop` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | const AlignTop = 0x20; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ALIGN_TOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignBottom` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:151:15 [INFO] [stdout] | [INFO] [stdout] 151 | const AlignBottom = 0x40; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_BOTTOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignVCenter` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | const AlignVCenter = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_VCENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignBaseline` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | const AlignBaseline = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_BASELINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignVerticalMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:154:15 [INFO] [stdout] | [INFO] [stdout] 154 | const AlignVerticalMask = 0x1e0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_VERTICAL_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlignCenter` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:155:15 [INFO] [stdout] | [INFO] [stdout] 155 | const AlignCenter = 0x84; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `ALIGN_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextSingleLine` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:163:15 [INFO] [stdout] | [INFO] [stdout] 163 | const TextSingleLine = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_SINGLE_LINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextDontClip` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:164:15 [INFO] [stdout] | [INFO] [stdout] 164 | const TextDontClip = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_DONT_CLIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextExpandTabs` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:165:15 [INFO] [stdout] | [INFO] [stdout] 165 | const TextExpandTabs = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_EXPAND_TABS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextShowMnemonic` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:166:15 [INFO] [stdout] | [INFO] [stdout] 166 | const TextShowMnemonic = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_SHOW_MNEMONIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextWordWrap` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | const TextWordWrap = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_WORD_WRAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextWrapAnywhere` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:168:15 [INFO] [stdout] | [INFO] [stdout] 168 | const TextWrapAnywhere = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_WRAP_ANYWHERE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextDontPrint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:169:15 [INFO] [stdout] | [INFO] [stdout] 169 | const TextDontPrint = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_DONT_PRINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextIncludeTrailingSpaces` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:170:15 [INFO] [stdout] | [INFO] [stdout] 170 | const TextIncludeTrailingSpaces = 0x8000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_INCLUDE_TRAILING_SPACES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextHideMnemonic` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | const TextHideMnemonic = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_HIDE_MNEMONIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextJustificationForced` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:172:15 [INFO] [stdout] | [INFO] [stdout] 172 | const TextJustificationForced = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_JUSTIFICATION_FORCED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextForceLeftToRight` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | const TextForceLeftToRight = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_FORCE_LEFT_TO_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextForceRightToLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:174:15 [INFO] [stdout] | [INFO] [stdout] 174 | const TextForceRightToLeft = 0x40000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_FORCE_RIGHT_TO_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextLongestVariant` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | const TextLongestVariant = 0x80000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_LONGEST_VARIANT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TextBypassShaping` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | const TextBypassShaping = 0x100000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TEXT_BYPASS_SHAPING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Widget` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:204:15 [INFO] [stdout] | [INFO] [stdout] 204 | const Widget = 0x0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WIDGET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Window` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:205:15 [INFO] [stdout] | [INFO] [stdout] 205 | const Window = 0x1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Dialog` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | const Dialog = 0x3; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DIALOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Sheet` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:207:15 [INFO] [stdout] | [INFO] [stdout] 207 | const Sheet = 0x5; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SHEET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Drawer` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:208:15 [INFO] [stdout] | [INFO] [stdout] 208 | const Drawer = 0x7; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DRAWER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Popup` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | const Popup = 0x9; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `POPUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Tool` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 210 | const Tool = 0xb; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `TOOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ToolTip` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | const ToolTip = 0xd; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TOOL_TIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SplashScreen` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:212:15 [INFO] [stdout] | [INFO] [stdout] 212 | const SplashScreen = 0xf; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SPLASH_SCREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Desktop` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | const Desktop = 0x11; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DESKTOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SubWindow` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | const SubWindow = 0x12; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `SUB_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ForeignWindow` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | const ForeignWindow = 0x21; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `FOREIGN_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CoverWindow` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:216:15 [INFO] [stdout] | [INFO] [stdout] 216 | const CoverWindow = 0x41; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `COVER_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowTypeMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | const WindowTypeMask = 0xff; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_TYPE_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MsWindowsFixedSizeDialogHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:218:15 [INFO] [stdout] | [INFO] [stdout] 218 | const MsWindowsFixedSizeDialogHint = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MS_WINDOWS_FIXED_SIZE_DIALOG_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MsWindowsOwnDc` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 219 | const MsWindowsOwnDc = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MS_WINDOWS_OWN_DC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BypassWindowManagerHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:220:15 [INFO] [stdout] | [INFO] [stdout] 220 | const BypassWindowManagerHint = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BYPASS_WINDOW_MANAGER_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `X11BypassWindowManagerHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:221:15 [INFO] [stdout] | [INFO] [stdout] 221 | const X11BypassWindowManagerHint = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `X11_BYPASS_WINDOW_MANAGER_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `FramelessWindowHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | const FramelessWindowHint = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FRAMELESS_WINDOW_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowTitleHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | const WindowTitleHint = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_TITLE_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowSystemMenuHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | const WindowSystemMenuHint = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_SYSTEM_MENU_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowMinimizeButtonHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | const WindowMinimizeButtonHint = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_MINIMIZE_BUTTON_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowMaximizeButtonHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 226 | const WindowMaximizeButtonHint = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_MAXIMIZE_BUTTON_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowMinMaxButtonsHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:227:15 [INFO] [stdout] | [INFO] [stdout] 227 | const WindowMinMaxButtonsHint = 0xc000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_MIN_MAX_BUTTONS_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowContextHelpButtonHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | const WindowContextHelpButtonHint = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_CONTEXT_HELP_BUTTON_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowShadeButtonHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | const WindowShadeButtonHint = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_SHADE_BUTTON_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowStaysOnTopHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:230:15 [INFO] [stdout] | [INFO] [stdout] 230 | const WindowStaysOnTopHint = 0x40000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_STAYS_ON_TOP_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowTransparentForInput` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:231:15 [INFO] [stdout] | [INFO] [stdout] 231 | const WindowTransparentForInput = 0x80000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_TRANSPARENT_FOR_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowOverridesSystemGestures` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:232:15 [INFO] [stdout] | [INFO] [stdout] 232 | const WindowOverridesSystemGestures = 0x100000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_OVERRIDES_SYSTEM_GESTURES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowDoesNotAcceptFocus` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:233:15 [INFO] [stdout] | [INFO] [stdout] 233 | const WindowDoesNotAcceptFocus = 0x200000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_DOES_NOT_ACCEPT_FOCUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MaximizeUsingFullscreenGeometryHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:234:15 [INFO] [stdout] | [INFO] [stdout] 234 | const MaximizeUsingFullscreenGeometryHint = 0x400000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MAXIMIZE_USING_FULLSCREEN_GEOMETRY_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CustomizeWindowHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:235:15 [INFO] [stdout] | [INFO] [stdout] 235 | const CustomizeWindowHint = 0x2000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CUSTOMIZE_WINDOW_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowStaysOnBottomHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:236:15 [INFO] [stdout] | [INFO] [stdout] 236 | const WindowStaysOnBottomHint = 0x4000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_STAYS_ON_BOTTOM_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowCloseButtonHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:237:15 [INFO] [stdout] | [INFO] [stdout] 237 | const WindowCloseButtonHint = 0x8000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_CLOSE_BUTTON_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MacWindowToolBarButtonHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:238:15 [INFO] [stdout] | [INFO] [stdout] 238 | const MacWindowToolBarButtonHint = 0x10000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MAC_WINDOW_TOOL_BAR_BUTTON_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BypassGraphicsProxyWidget` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:239:15 [INFO] [stdout] | [INFO] [stdout] 239 | const BypassGraphicsProxyWidget = 0x20000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BYPASS_GRAPHICS_PROXY_WIDGET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoDropShadowWindowHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:240:15 [INFO] [stdout] | [INFO] [stdout] 240 | const NoDropShadowWindowHint = 0x40000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_DROP_SHADOW_WINDOW_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowFullscreenButtonHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:241:15 [INFO] [stdout] | [INFO] [stdout] 241 | const WindowFullscreenButtonHint = 0x80000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_FULLSCREEN_BUTTON_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowNoState` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | const WindowNoState = 0x0; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_NO_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowMinimized` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 250 | const WindowMinimized = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_MINIMIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowMaximized` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:251:15 [INFO] [stdout] | [INFO] [stdout] 251 | const WindowMaximized = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_MAXIMIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowFullScreen` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:252:15 [INFO] [stdout] | [INFO] [stdout] 252 | const WindowFullScreen = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_FULL_SCREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WindowActive` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:253:15 [INFO] [stdout] | [INFO] [stdout] 253 | const WindowActive = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `WINDOW_ACTIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ApplicationSuspended` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:261:15 [INFO] [stdout] | [INFO] [stdout] 261 | const ApplicationSuspended = 0x0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `APPLICATION_SUSPENDED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ApplicationHidden` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:262:15 [INFO] [stdout] | [INFO] [stdout] 262 | const ApplicationHidden = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `APPLICATION_HIDDEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ApplicationInactive` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:263:15 [INFO] [stdout] | [INFO] [stdout] 263 | const ApplicationInactive = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `APPLICATION_INACTIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ApplicationActive` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:264:15 [INFO] [stdout] | [INFO] [stdout] 264 | const ApplicationActive = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `APPLICATION_ACTIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PrimaryOrientation` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:270:15 [INFO] [stdout] | [INFO] [stdout] 270 | const PrimaryOrientation = 0x0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRIMARY_ORIENTATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PortraitOrientation` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:271:15 [INFO] [stdout] | [INFO] [stdout] 271 | const PortraitOrientation = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PORTRAIT_ORIENTATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `LandscapeOrientation` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:272:15 [INFO] [stdout] | [INFO] [stdout] 272 | const LandscapeOrientation = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANDSCAPE_ORIENTATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `InvertedPortraitOrientation` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:273:15 [INFO] [stdout] | [INFO] [stdout] 273 | const InvertedPortraitOrientation = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INVERTED_PORTRAIT_ORIENTATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `InvertedLandscapeOrientation` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:274:15 [INFO] [stdout] | [INFO] [stdout] 274 | const InvertedLandscapeOrientation = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INVERTED_LANDSCAPE_ORIENTATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaDisabled` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:280:15 [INFO] [stdout] | [INFO] [stdout] 280 | const WaDisabled = 0x0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `WA_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaUnderMouse` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:281:15 [INFO] [stdout] | [INFO] [stdout] 281 | const WaUnderMouse = 0x1; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_UNDER_MOUSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMouseTracking` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:282:15 [INFO] [stdout] | [INFO] [stdout] 282 | const WaMouseTracking = 0x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MOUSE_TRACKING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaContentsPropagated` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:283:15 [INFO] [stdout] | [INFO] [stdout] 283 | const WaContentsPropagated = 0x3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_CONTENTS_PROPAGATED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaOpaquePaintEvent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:284:15 [INFO] [stdout] | [INFO] [stdout] 284 | const WaOpaquePaintEvent = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_OPAQUE_PAINT_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNoBackground` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:285:15 [INFO] [stdout] | [INFO] [stdout] 285 | const WaNoBackground = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NO_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaStaticContents` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:286:15 [INFO] [stdout] | [INFO] [stdout] 286 | const WaStaticContents = 0x5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_STATIC_CONTENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaLaidOut` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:287:15 [INFO] [stdout] | [INFO] [stdout] 287 | const WaLaidOut = 0x7; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `WA_LAID_OUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaPaintOnScreen` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:288:15 [INFO] [stdout] | [INFO] [stdout] 288 | const WaPaintOnScreen = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_PAINT_ON_SCREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNoSystemBackground` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:289:15 [INFO] [stdout] | [INFO] [stdout] 289 | const WaNoSystemBackground = 0x9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NO_SYSTEM_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaUpdatesDisabled` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:290:15 [INFO] [stdout] | [INFO] [stdout] 290 | const WaUpdatesDisabled = 0xa; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_UPDATES_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMapped` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:291:15 [INFO] [stdout] | [INFO] [stdout] 291 | const WaMapped = 0xb; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `WA_MAPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacNoClickThrough` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:292:15 [INFO] [stdout] | [INFO] [stdout] 292 | const WaMacNoClickThrough = 0xc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_NO_CLICK_THROUGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaInputMethodEnabled` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:293:15 [INFO] [stdout] | [INFO] [stdout] 293 | const WaInputMethodEnabled = 0xe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_INPUT_METHOD_ENABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateVisible` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:294:15 [INFO] [stdout] | [INFO] [stdout] 294 | const WaWStateVisible = 0xf; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_VISIBLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateHidden` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:295:15 [INFO] [stdout] | [INFO] [stdout] 295 | const WaWStateHidden = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_HIDDEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaForceDisabled` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:296:15 [INFO] [stdout] | [INFO] [stdout] 296 | const WaForceDisabled = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_FORCE_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaKeyCompression` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:297:15 [INFO] [stdout] | [INFO] [stdout] 297 | const WaKeyCompression = 0x21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_KEY_COMPRESSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaPendingMoveEvent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:298:15 [INFO] [stdout] | [INFO] [stdout] 298 | const WaPendingMoveEvent = 0x22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_PENDING_MOVE_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaPendingResizeEvent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:299:15 [INFO] [stdout] | [INFO] [stdout] 299 | const WaPendingResizeEvent = 0x23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_PENDING_RESIZE_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetPalette` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | const WaSetPalette = 0x24; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_PALETTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetFont` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:301:15 [INFO] [stdout] | [INFO] [stdout] 301 | const WaSetFont = 0x25; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_FONT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetCursor` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:302:15 [INFO] [stdout] | [INFO] [stdout] 302 | const WaSetCursor = 0x26; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_CURSOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNoChildEventsFromChildren` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:303:15 [INFO] [stdout] | [INFO] [stdout] 303 | const WaNoChildEventsFromChildren = 0x27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NO_CHILD_EVENTS_FROM_CHILDREN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWindowModified` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:304:15 [INFO] [stdout] | [INFO] [stdout] 304 | const WaWindowModified = 0x29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WINDOW_MODIFIED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaResized` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:305:15 [INFO] [stdout] | [INFO] [stdout] 305 | const WaResized = 0x2a; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `WA_RESIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMoved` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:306:15 [INFO] [stdout] | [INFO] [stdout] 306 | const WaMoved = 0x2b; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `WA_MOVED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaPendingUpdate` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:307:15 [INFO] [stdout] | [INFO] [stdout] 307 | const WaPendingUpdate = 0x2c; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_PENDING_UPDATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaInvalidSize` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:308:15 [INFO] [stdout] | [INFO] [stdout] 308 | const WaInvalidSize = 0x2d; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_INVALID_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacBrushedMetal` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:309:15 [INFO] [stdout] | [INFO] [stdout] 309 | const WaMacBrushedMetal = 0x2e; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_BRUSHED_METAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacMetalStyle` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:310:15 [INFO] [stdout] | [INFO] [stdout] 310 | const WaMacMetalStyle = 0x2e; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_METAL_STYLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaCustomWhatsThis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:311:15 [INFO] [stdout] | [INFO] [stdout] 311 | const WaCustomWhatsThis = 0x2f; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_CUSTOM_WHATS_THIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaLayoutOnEntireRect` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:312:15 [INFO] [stdout] | [INFO] [stdout] 312 | const WaLayoutOnEntireRect = 0x30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_LAYOUT_ON_ENTIRE_RECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaOutsideWsRange` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:313:15 [INFO] [stdout] | [INFO] [stdout] 313 | const WaOutsideWsRange = 0x31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_OUTSIDE_WS_RANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaGrabbedShortcut` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:314:15 [INFO] [stdout] | [INFO] [stdout] 314 | const WaGrabbedShortcut = 0x32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_GRABBED_SHORTCUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaTransparentForMouseEvents` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:315:15 [INFO] [stdout] | [INFO] [stdout] 315 | const WaTransparentForMouseEvents = 0x33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_TRANSPARENT_FOR_MOUSE_EVENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaPaintUnclipped` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:316:15 [INFO] [stdout] | [INFO] [stdout] 316 | const WaPaintUnclipped = 0x34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_PAINT_UNCLIPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetWindowIcon` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:317:15 [INFO] [stdout] | [INFO] [stdout] 317 | const WaSetWindowIcon = 0x35; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_WINDOW_ICON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNoMouseReplay` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:318:15 [INFO] [stdout] | [INFO] [stdout] 318 | const WaNoMouseReplay = 0x36; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NO_MOUSE_REPLAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaDeleteOnClose` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:319:15 [INFO] [stdout] | [INFO] [stdout] 319 | const WaDeleteOnClose = 0x37; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_DELETE_ON_CLOSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaRightToLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:320:15 [INFO] [stdout] | [INFO] [stdout] 320 | const WaRightToLeft = 0x38; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_RIGHT_TO_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetLayoutDirection` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:321:15 [INFO] [stdout] | [INFO] [stdout] 321 | const WaSetLayoutDirection = 0x39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_LAYOUT_DIRECTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNoChildEventsForParent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:322:15 [INFO] [stdout] | [INFO] [stdout] 322 | const WaNoChildEventsForParent = 0x3a; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NO_CHILD_EVENTS_FOR_PARENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaForceUpdatesDisabled` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:323:15 [INFO] [stdout] | [INFO] [stdout] 323 | const WaForceUpdatesDisabled = 0x3b; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_FORCE_UPDATES_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateCreated` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:324:15 [INFO] [stdout] | [INFO] [stdout] 324 | const WaWStateCreated = 0x3c; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_CREATED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateCompressKeys` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:325:15 [INFO] [stdout] | [INFO] [stdout] 325 | const WaWStateCompressKeys = 0x3d; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_COMPRESS_KEYS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateInPaintEvent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:326:15 [INFO] [stdout] | [INFO] [stdout] 326 | const WaWStateInPaintEvent = 0x3e; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_IN_PAINT_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateReparented` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:327:15 [INFO] [stdout] | [INFO] [stdout] 327 | const WaWStateReparented = 0x3f; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_REPARENTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateConfigPending` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:328:15 [INFO] [stdout] | [INFO] [stdout] 328 | const WaWStateConfigPending = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_CONFIG_PENDING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStatePolished` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:329:15 [INFO] [stdout] | [INFO] [stdout] 329 | const WaWStatePolished = 0x42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_POLISHED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateDnd` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:330:15 [INFO] [stdout] | [INFO] [stdout] 330 | const WaWStateDnd = 0x43; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_DND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateOwnSizePolicy` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:331:15 [INFO] [stdout] | [INFO] [stdout] 331 | const WaWStateOwnSizePolicy = 0x44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_OWN_SIZE_POLICY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateExplicitShowHide` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | const WaWStateExplicitShowHide = 0x45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_EXPLICIT_SHOW_HIDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaShowModal` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | const WaShowModal = 0x46; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SHOW_MODAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMouseNoMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:334:15 [INFO] [stdout] | [INFO] [stdout] 334 | const WaMouseNoMask = 0x47; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MOUSE_NO_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaGroupLeader` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:335:15 [INFO] [stdout] | [INFO] [stdout] 335 | const WaGroupLeader = 0x48; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_GROUP_LEADER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNoMousePropagation` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:336:15 [INFO] [stdout] | [INFO] [stdout] 336 | const WaNoMousePropagation = 0x49; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NO_MOUSE_PROPAGATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaHover` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:337:15 [INFO] [stdout] | [INFO] [stdout] 337 | const WaHover = 0x4a; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `WA_HOVER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaInputMethodTransparent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:338:15 [INFO] [stdout] | [INFO] [stdout] 338 | const WaInputMethodTransparent = 0x4b; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_INPUT_METHOD_TRANSPARENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaQuitOnClose` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:339:15 [INFO] [stdout] | [INFO] [stdout] 339 | const WaQuitOnClose = 0x4c; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_QUIT_ON_CLOSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaKeyboardFocusChange` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:340:15 [INFO] [stdout] | [INFO] [stdout] 340 | const WaKeyboardFocusChange = 0x4d; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_KEYBOARD_FOCUS_CHANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaAcceptDrops` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:341:15 [INFO] [stdout] | [INFO] [stdout] 341 | const WaAcceptDrops = 0x4e; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_ACCEPT_DROPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaDropSiteRegistered` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:342:15 [INFO] [stdout] | [INFO] [stdout] 342 | const WaDropSiteRegistered = 0x4f; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_DROP_SITE_REGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaForceAcceptDrops` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:343:15 [INFO] [stdout] | [INFO] [stdout] 343 | const WaForceAcceptDrops = 0x4f; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_FORCE_ACCEPT_DROPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWindowPropagation` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:344:15 [INFO] [stdout] | [INFO] [stdout] 344 | const WaWindowPropagation = 0x50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WINDOW_PROPAGATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNoX11EventCompression` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:345:15 [INFO] [stdout] | [INFO] [stdout] 345 | const WaNoX11EventCompression = 0x51; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NO_X11_EVENT_COMPRESSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaTintedBackground` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:346:15 [INFO] [stdout] | [INFO] [stdout] 346 | const WaTintedBackground = 0x52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_TINTED_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11OpenGlOverlay` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:347:15 [INFO] [stdout] | [INFO] [stdout] 347 | const WaX11OpenGlOverlay = 0x53; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_OPEN_GL_OVERLAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaAlwaysShowToolTips` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:348:15 [INFO] [stdout] | [INFO] [stdout] 348 | const WaAlwaysShowToolTips = 0x54; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_ALWAYS_SHOW_TOOL_TIPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacOpaqueSizeGrip` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:349:15 [INFO] [stdout] | [INFO] [stdout] 349 | const WaMacOpaqueSizeGrip = 0x55; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_OPAQUE_SIZE_GRIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetStyle` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:350:15 [INFO] [stdout] | [INFO] [stdout] 350 | const WaSetStyle = 0x56; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_STYLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetLocale` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:351:15 [INFO] [stdout] | [INFO] [stdout] 351 | const WaSetLocale = 0x57; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_LOCALE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacShowFocusRect` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:352:15 [INFO] [stdout] | [INFO] [stdout] 352 | const WaMacShowFocusRect = 0x58; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_SHOW_FOCUS_RECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacNormalSize` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:353:15 [INFO] [stdout] | [INFO] [stdout] 353 | const WaMacNormalSize = 0x59; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_NORMAL_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacSmallSize` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:354:15 [INFO] [stdout] | [INFO] [stdout] 354 | const WaMacSmallSize = 0x5a; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_SMALL_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacMiniSize` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:355:15 [INFO] [stdout] | [INFO] [stdout] 355 | const WaMacMiniSize = 0x5b; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_MINI_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaLayoutUsesWidgetRect` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:356:15 [INFO] [stdout] | [INFO] [stdout] 356 | const WaLayoutUsesWidgetRect = 0x5c; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_LAYOUT_USES_WIDGET_RECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaStyledBackground` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:357:15 [INFO] [stdout] | [INFO] [stdout] 357 | const WaStyledBackground = 0x5d; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_STYLED_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMsWindowsUseDirect3D` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:358:15 [INFO] [stdout] | [INFO] [stdout] 358 | const WaMsWindowsUseDirect3D = 0x5e; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MS_WINDOWS_USE_DIRECT3_D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaCanHostQMdiSubWindowTitleBar` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:359:15 [INFO] [stdout] | [INFO] [stdout] 359 | const WaCanHostQMdiSubWindowTitleBar = 0x5f; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_CAN_HOST_QMDI_SUB_WINDOW_TITLE_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacAlwaysShowToolWindow` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:360:15 [INFO] [stdout] | [INFO] [stdout] 360 | const WaMacAlwaysShowToolWindow = 0x60; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_ALWAYS_SHOW_TOOL_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaStyleSheet` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:361:15 [INFO] [stdout] | [INFO] [stdout] 361 | const WaStyleSheet = 0x61; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_STYLE_SHEET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaShowWithoutActivating` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:362:15 [INFO] [stdout] | [INFO] [stdout] 362 | const WaShowWithoutActivating = 0x62; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SHOW_WITHOUT_ACTIVATING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11BypassTransientForHint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:363:15 [INFO] [stdout] | [INFO] [stdout] 363 | const WaX11BypassTransientForHint = 0x63; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_BYPASS_TRANSIENT_FOR_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaNativeWindow` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:364:15 [INFO] [stdout] | [INFO] [stdout] 364 | const WaNativeWindow = 0x64; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_NATIVE_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaDontCreateNativeAncestors` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:365:15 [INFO] [stdout] | [INFO] [stdout] 365 | const WaDontCreateNativeAncestors = 0x65; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_DONT_CREATE_NATIVE_ANCESTORS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacVariableSize` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:366:15 [INFO] [stdout] | [INFO] [stdout] 366 | const WaMacVariableSize = 0x66; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_VARIABLE_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaDontShowOnScreen` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:367:15 [INFO] [stdout] | [INFO] [stdout] 367 | const WaDontShowOnScreen = 0x67; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_DONT_SHOW_ON_SCREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeDesktop` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:368:15 [INFO] [stdout] | [INFO] [stdout] 368 | const WaX11NetWmWindowTypeDesktop = 0x68; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_DESKTOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeDock` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:369:15 [INFO] [stdout] | [INFO] [stdout] 369 | const WaX11NetWmWindowTypeDock = 0x69; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_DOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeToolBar` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:370:15 [INFO] [stdout] | [INFO] [stdout] 370 | const WaX11NetWmWindowTypeToolBar = 0x6a; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_TOOL_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeMenu` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 371 | const WaX11NetWmWindowTypeMenu = 0x6b; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeUtility` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:372:15 [INFO] [stdout] | [INFO] [stdout] 372 | const WaX11NetWmWindowTypeUtility = 0x6c; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_UTILITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeSplash` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:373:15 [INFO] [stdout] | [INFO] [stdout] 373 | const WaX11NetWmWindowTypeSplash = 0x6d; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_SPLASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeDialog` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:374:15 [INFO] [stdout] | [INFO] [stdout] 374 | const WaX11NetWmWindowTypeDialog = 0x6e; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_DIALOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeDropDownMenu` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:375:15 [INFO] [stdout] | [INFO] [stdout] 375 | const WaX11NetWmWindowTypeDropDownMenu = 0x6f; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_DROP_DOWN_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypePopupMenu` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:376:15 [INFO] [stdout] | [INFO] [stdout] 376 | const WaX11NetWmWindowTypePopupMenu = 0x70; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_POPUP_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeToolTip` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:377:15 [INFO] [stdout] | [INFO] [stdout] 377 | const WaX11NetWmWindowTypeToolTip = 0x71; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_TOOL_TIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeNotification` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:378:15 [INFO] [stdout] | [INFO] [stdout] 378 | const WaX11NetWmWindowTypeNotification = 0x72; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_NOTIFICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeCombo` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:379:15 [INFO] [stdout] | [INFO] [stdout] 379 | const WaX11NetWmWindowTypeCombo = 0x73; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_COMBO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11NetWmWindowTypeDnd` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:380:15 [INFO] [stdout] | [INFO] [stdout] 380 | const WaX11NetWmWindowTypeDnd = 0x74; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_NET_WM_WINDOW_TYPE_DND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacFrameworkScaled` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:381:15 [INFO] [stdout] | [INFO] [stdout] 381 | const WaMacFrameworkScaled = 0x75; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_FRAMEWORK_SCALED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaSetWindowModality` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:382:15 [INFO] [stdout] | [INFO] [stdout] 382 | const WaSetWindowModality = 0x76; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_SET_WINDOW_MODALITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateWindowOpacitySet` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:383:15 [INFO] [stdout] | [INFO] [stdout] 383 | const WaWStateWindowOpacitySet = 0x77; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_WINDOW_OPACITY_SET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaTranslucentBackground` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:384:15 [INFO] [stdout] | [INFO] [stdout] 384 | const WaTranslucentBackground = 0x78; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_TRANSLUCENT_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaAcceptTouchEvents` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:385:15 [INFO] [stdout] | [INFO] [stdout] 385 | const WaAcceptTouchEvents = 0x79; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_ACCEPT_TOUCH_EVENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaWStateAcceptedTouchBeginEvent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:386:15 [INFO] [stdout] | [INFO] [stdout] 386 | const WaWStateAcceptedTouchBeginEvent = 0x7a; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_WSTATE_ACCEPTED_TOUCH_BEGIN_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaTouchPadAcceptSingleTouchEvents` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:387:15 [INFO] [stdout] | [INFO] [stdout] 387 | const WaTouchPadAcceptSingleTouchEvents = 0x7b; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_TOUCH_PAD_ACCEPT_SINGLE_TOUCH_EVENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaX11DoNotAcceptFocus` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:388:15 [INFO] [stdout] | [INFO] [stdout] 388 | const WaX11DoNotAcceptFocus = 0x7e; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_X11_DO_NOT_ACCEPT_FOCUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaMacNoShadow` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:389:15 [INFO] [stdout] | [INFO] [stdout] 389 | const WaMacNoShadow = 0x7f; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_MAC_NO_SHADOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaAlwaysStackOnTop` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:390:15 [INFO] [stdout] | [INFO] [stdout] 390 | const WaAlwaysStackOnTop = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_ALWAYS_STACK_ON_TOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaTabletTracking` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:391:15 [INFO] [stdout] | [INFO] [stdout] 391 | const WaTabletTracking = 0x81; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_TABLET_TRACKING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaContentsMarginsRespectsSafeArea` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:392:15 [INFO] [stdout] | [INFO] [stdout] 392 | const WaContentsMarginsRespectsSafeArea = 0x82; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_CONTENTS_MARGINS_RESPECTS_SAFE_AREA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `WaAttributeCount` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:393:15 [INFO] [stdout] | [INFO] [stdout] 393 | const WaAttributeCount = 0x83; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WA_ATTRIBUTE_COUNT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ColorModeMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:433:15 [INFO] [stdout] | [INFO] [stdout] 433 | const ColorModeMask = 0x3; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `COLOR_MODE_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AutoColor` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:434:15 [INFO] [stdout] | [INFO] [stdout] 434 | const AutoColor = 0x0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `AUTO_COLOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ColorOnly` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | const ColorOnly = 0x3; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `COLOR_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MonoOnly` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:436:15 [INFO] [stdout] | [INFO] [stdout] 436 | const MonoOnly = 0x2; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MONO_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaDitherMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:437:15 [INFO] [stdout] | [INFO] [stdout] 437 | const AlphaDitherMask = 0xc; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALPHA_DITHER_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ThresholdAlphaDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:438:15 [INFO] [stdout] | [INFO] [stdout] 438 | const ThresholdAlphaDither = 0x0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `THRESHOLD_ALPHA_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OrderedAlphaDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:439:15 [INFO] [stdout] | [INFO] [stdout] 439 | const OrderedAlphaDither = 0x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ORDERED_ALPHA_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DiffuseAlphaDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:440:15 [INFO] [stdout] | [INFO] [stdout] 440 | const DiffuseAlphaDither = 0x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIFFUSE_ALPHA_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoAlpha` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:441:15 [INFO] [stdout] | [INFO] [stdout] 441 | const NoAlpha = 0xc; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `NO_ALPHA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DitherMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:442:15 [INFO] [stdout] | [INFO] [stdout] 442 | const DitherMask = 0x30; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DITHER_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DiffuseDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:443:15 [INFO] [stdout] | [INFO] [stdout] 443 | const DiffuseDither = 0x0; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIFFUSE_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OrderedDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:444:15 [INFO] [stdout] | [INFO] [stdout] 444 | const OrderedDither = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ORDERED_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ThresholdDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:445:15 [INFO] [stdout] | [INFO] [stdout] 445 | const ThresholdDither = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `THRESHOLD_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DitherModeMask` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:446:15 [INFO] [stdout] | [INFO] [stdout] 446 | const DitherModeMask = 0xc0; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DITHER_MODE_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AutoDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:447:15 [INFO] [stdout] | [INFO] [stdout] 447 | const AutoDither = 0x0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `AUTO_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PreferDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:448:15 [INFO] [stdout] | [INFO] [stdout] 448 | const PreferDither = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AvoidDither` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:449:15 [INFO] [stdout] | [INFO] [stdout] 449 | const AvoidDither = 0x80; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `AVOID_DITHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoOpaqueDetection` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:450:15 [INFO] [stdout] | [INFO] [stdout] 450 | const NoOpaqueDetection = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_OPAQUE_DETECTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoFormatConversion` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:451:15 [INFO] [stdout] | [INFO] [stdout] 451 | const NoFormatConversion = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_FORMAT_CONVERSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEscape` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:465:15 [INFO] [stdout] | [INFO] [stdout] 465 | const KeyEscape = 0x1000000; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_ESCAPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyTab` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:466:15 [INFO] [stdout] | [INFO] [stdout] 466 | const KeyTab = 0x1000001; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_TAB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBacktab` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:467:15 [INFO] [stdout] | [INFO] [stdout] 467 | const KeyBacktab = 0x1000002; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BACKTAB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBackspace` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:468:15 [INFO] [stdout] | [INFO] [stdout] 468 | const KeyBackspace = 0x1000003; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BACKSPACE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyReturn` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:469:15 [INFO] [stdout] | [INFO] [stdout] 469 | const KeyReturn = 0x1000004; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_RETURN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEnter` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:470:15 [INFO] [stdout] | [INFO] [stdout] 470 | const KeyEnter = 0x1000005; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_ENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyInsert` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:471:15 [INFO] [stdout] | [INFO] [stdout] 471 | const KeyInsert = 0x1000006; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_INSERT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDelete` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:472:15 [INFO] [stdout] | [INFO] [stdout] 472 | const KeyDelete = 0x1000007; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_DELETE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPause` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:473:15 [INFO] [stdout] | [INFO] [stdout] 473 | const KeyPause = 0x1000008; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_PAUSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPrint` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:474:15 [INFO] [stdout] | [INFO] [stdout] 474 | const KeyPrint = 0x1000009; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_PRINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySysReq` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:475:15 [INFO] [stdout] | [INFO] [stdout] 475 | const KeySysReq = 0x100000a; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_SYS_REQ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyClear` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:476:15 [INFO] [stdout] | [INFO] [stdout] 476 | const KeyClear = 0x100000b; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_CLEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyHome` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:477:15 [INFO] [stdout] | [INFO] [stdout] 477 | const KeyHome = 0x1000010; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_HOME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEnd` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:478:15 [INFO] [stdout] | [INFO] [stdout] 478 | const KeyEnd = 0x1000011; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:479:15 [INFO] [stdout] | [INFO] [stdout] 479 | const KeyLeft = 0x1000012; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyUp` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:480:15 [INFO] [stdout] | [INFO] [stdout] 480 | const KeyUp = 0x1000013; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_UP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyRight` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:481:15 [INFO] [stdout] | [INFO] [stdout] 481 | const KeyRight = 0x1000014; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDown` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:482:15 [INFO] [stdout] | [INFO] [stdout] 482 | const KeyDown = 0x1000015; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_DOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPageUp` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:483:15 [INFO] [stdout] | [INFO] [stdout] 483 | const KeyPageUp = 0x1000016; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_PAGE_UP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPageDown` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:484:15 [INFO] [stdout] | [INFO] [stdout] 484 | const KeyPageDown = 0x1000017; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_PAGE_DOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyShift` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:485:15 [INFO] [stdout] | [INFO] [stdout] 485 | const KeyShift = 0x1000020; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_SHIFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyControl` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:486:15 [INFO] [stdout] | [INFO] [stdout] 486 | const KeyControl = 0x1000021; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_CONTROL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMeta` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:487:15 [INFO] [stdout] | [INFO] [stdout] 487 | const KeyMeta = 0x1000022; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_META` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAlt` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:488:15 [INFO] [stdout] | [INFO] [stdout] 488 | const KeyAlt = 0x1000023; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_ALT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCapsLock` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:489:15 [INFO] [stdout] | [INFO] [stdout] 489 | const KeyCapsLock = 0x1000024; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_CAPS_LOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyNumLock` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:490:15 [INFO] [stdout] | [INFO] [stdout] 490 | const KeyNumLock = 0x1000025; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_NUM_LOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyScrollLock` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:491:15 [INFO] [stdout] | [INFO] [stdout] 491 | const KeyScrollLock = 0x1000026; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_SCROLL_LOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF1` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:492:15 [INFO] [stdout] | [INFO] [stdout] 492 | const KeyF1 = 0x1000030; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF2` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:493:15 [INFO] [stdout] | [INFO] [stdout] 493 | const KeyF2 = 0x1000031; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF3` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:494:15 [INFO] [stdout] | [INFO] [stdout] 494 | const KeyF3 = 0x1000032; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF4` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:495:15 [INFO] [stdout] | [INFO] [stdout] 495 | const KeyF4 = 0x1000033; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF5` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:496:15 [INFO] [stdout] | [INFO] [stdout] 496 | const KeyF5 = 0x1000034; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF6` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:497:15 [INFO] [stdout] | [INFO] [stdout] 497 | const KeyF6 = 0x1000035; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF7` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:498:15 [INFO] [stdout] | [INFO] [stdout] 498 | const KeyF7 = 0x1000036; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF8` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:499:15 [INFO] [stdout] | [INFO] [stdout] 499 | const KeyF8 = 0x1000037; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF9` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:500:15 [INFO] [stdout] | [INFO] [stdout] 500 | const KeyF9 = 0x1000038; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_F9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF10` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:501:15 [INFO] [stdout] | [INFO] [stdout] 501 | const KeyF10 = 0x1000039; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF11` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:502:15 [INFO] [stdout] | [INFO] [stdout] 502 | const KeyF11 = 0x100003a; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF12` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:503:15 [INFO] [stdout] | [INFO] [stdout] 503 | const KeyF12 = 0x100003b; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF13` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:504:15 [INFO] [stdout] | [INFO] [stdout] 504 | const KeyF13 = 0x100003c; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF14` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:505:15 [INFO] [stdout] | [INFO] [stdout] 505 | const KeyF14 = 0x100003d; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF15` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:506:15 [INFO] [stdout] | [INFO] [stdout] 506 | const KeyF15 = 0x100003e; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF16` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:507:15 [INFO] [stdout] | [INFO] [stdout] 507 | const KeyF16 = 0x100003f; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF17` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:508:15 [INFO] [stdout] | [INFO] [stdout] 508 | const KeyF17 = 0x1000040; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF18` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:509:15 [INFO] [stdout] | [INFO] [stdout] 509 | const KeyF18 = 0x1000041; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF19` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:510:15 [INFO] [stdout] | [INFO] [stdout] 510 | const KeyF19 = 0x1000042; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF20` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:511:15 [INFO] [stdout] | [INFO] [stdout] 511 | const KeyF20 = 0x1000043; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF21` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:512:15 [INFO] [stdout] | [INFO] [stdout] 512 | const KeyF21 = 0x1000044; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF22` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:513:15 [INFO] [stdout] | [INFO] [stdout] 513 | const KeyF22 = 0x1000045; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF23` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:514:15 [INFO] [stdout] | [INFO] [stdout] 514 | const KeyF23 = 0x1000046; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF24` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:515:15 [INFO] [stdout] | [INFO] [stdout] 515 | const KeyF24 = 0x1000047; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF25` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:516:15 [INFO] [stdout] | [INFO] [stdout] 516 | const KeyF25 = 0x1000048; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF26` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:517:15 [INFO] [stdout] | [INFO] [stdout] 517 | const KeyF26 = 0x1000049; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF27` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:518:15 [INFO] [stdout] | [INFO] [stdout] 518 | const KeyF27 = 0x100004a; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF28` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:519:15 [INFO] [stdout] | [INFO] [stdout] 519 | const KeyF28 = 0x100004b; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF29` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:520:15 [INFO] [stdout] | [INFO] [stdout] 520 | const KeyF29 = 0x100004c; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF30` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:521:15 [INFO] [stdout] | [INFO] [stdout] 521 | const KeyF30 = 0x100004d; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF31` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:522:15 [INFO] [stdout] | [INFO] [stdout] 522 | const KeyF31 = 0x100004e; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF32` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:523:15 [INFO] [stdout] | [INFO] [stdout] 523 | const KeyF32 = 0x100004f; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF33` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:524:15 [INFO] [stdout] | [INFO] [stdout] 524 | const KeyF33 = 0x1000050; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF34` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:525:15 [INFO] [stdout] | [INFO] [stdout] 525 | const KeyF34 = 0x1000051; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF35` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:526:15 [INFO] [stdout] | [INFO] [stdout] 526 | const KeyF35 = 0x1000052; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_F35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySuperL` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:527:15 [INFO] [stdout] | [INFO] [stdout] 527 | const KeySuperL = 0x1000053; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_SUPER_L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySuperR` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:528:15 [INFO] [stdout] | [INFO] [stdout] 528 | const KeySuperR = 0x1000054; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_SUPER_R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMenu` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:529:15 [INFO] [stdout] | [INFO] [stdout] 529 | const KeyMenu = 0x1000055; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyHyperL` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:530:15 [INFO] [stdout] | [INFO] [stdout] 530 | const KeyHyperL = 0x1000056; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_HYPER_L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyHyperR` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:531:15 [INFO] [stdout] | [INFO] [stdout] 531 | const KeyHyperR = 0x1000057; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_HYPER_R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyHelp` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:532:15 [INFO] [stdout] | [INFO] [stdout] 532 | const KeyHelp = 0x1000058; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_HELP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDirectionL` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:533:15 [INFO] [stdout] | [INFO] [stdout] 533 | const KeyDirectionL = 0x1000059; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_DIRECTION_L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDirectionR` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 534 | const KeyDirectionR = 0x1000060; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_DIRECTION_R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySpace` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:535:15 [INFO] [stdout] | [INFO] [stdout] 535 | const KeySpace = 0x20; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_SPACE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAny` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:536:15 [INFO] [stdout] | [INFO] [stdout] 536 | const KeyAny = 0x20; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_ANY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyExclam` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:537:15 [INFO] [stdout] | [INFO] [stdout] 537 | const KeyExclam = 0x21; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_EXCLAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyQuoteDbl` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:538:15 [INFO] [stdout] | [INFO] [stdout] 538 | const KeyQuoteDbl = 0x22; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_QUOTE_DBL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyNumberSign` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:539:15 [INFO] [stdout] | [INFO] [stdout] 539 | const KeyNumberSign = 0x23; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_NUMBER_SIGN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDollar` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:540:15 [INFO] [stdout] | [INFO] [stdout] 540 | const KeyDollar = 0x24; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_DOLLAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPercent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:541:15 [INFO] [stdout] | [INFO] [stdout] 541 | const KeyPercent = 0x25; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_PERCENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAmpersand` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:542:15 [INFO] [stdout] | [INFO] [stdout] 542 | const KeyAmpersand = 0x26; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_AMPERSAND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyApostrophe` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:543:15 [INFO] [stdout] | [INFO] [stdout] 543 | const KeyApostrophe = 0x27; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_APOSTROPHE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyParenLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:544:15 [INFO] [stdout] | [INFO] [stdout] 544 | const KeyParenLeft = 0x28; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_PAREN_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyParenRight` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:545:15 [INFO] [stdout] | [INFO] [stdout] 545 | const KeyParenRight = 0x29; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_PAREN_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAsterisk` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:546:15 [INFO] [stdout] | [INFO] [stdout] 546 | const KeyAsterisk = 0x2a; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ASTERISK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPlus` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:547:15 [INFO] [stdout] | [INFO] [stdout] 547 | const KeyPlus = 0x2b; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_PLUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyComma` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:548:15 [INFO] [stdout] | [INFO] [stdout] 548 | const KeyComma = 0x2c; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_COMMA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMinus` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:549:15 [INFO] [stdout] | [INFO] [stdout] 549 | const KeyMinus = 0x2d; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_MINUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPeriod` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:550:15 [INFO] [stdout] | [INFO] [stdout] 550 | const KeyPeriod = 0x2e; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_PERIOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySlash` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:551:15 [INFO] [stdout] | [INFO] [stdout] 551 | const KeySlash = 0x2f; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_SLASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key0` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:552:15 [INFO] [stdout] | [INFO] [stdout] 552 | const Key0 = 0x30; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key1` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:553:15 [INFO] [stdout] | [INFO] [stdout] 553 | const Key1 = 0x31; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key2` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:554:15 [INFO] [stdout] | [INFO] [stdout] 554 | const Key2 = 0x32; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key3` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:555:15 [INFO] [stdout] | [INFO] [stdout] 555 | const Key3 = 0x33; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key4` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:556:15 [INFO] [stdout] | [INFO] [stdout] 556 | const Key4 = 0x34; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key5` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:557:15 [INFO] [stdout] | [INFO] [stdout] 557 | const Key5 = 0x35; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key6` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:558:15 [INFO] [stdout] | [INFO] [stdout] 558 | const Key6 = 0x36; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key7` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:559:15 [INFO] [stdout] | [INFO] [stdout] 559 | const Key7 = 0x37; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key8` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:560:15 [INFO] [stdout] | [INFO] [stdout] 560 | const Key8 = 0x38; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key9` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:561:15 [INFO] [stdout] | [INFO] [stdout] 561 | const Key9 = 0x39; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyColon` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:562:15 [INFO] [stdout] | [INFO] [stdout] 562 | const KeyColon = 0x3a; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_COLON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySemicolon` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:563:15 [INFO] [stdout] | [INFO] [stdout] 563 | const KeySemicolon = 0x3b; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_SEMICOLON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyLess` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:564:15 [INFO] [stdout] | [INFO] [stdout] 564 | const KeyLess = 0x3c; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_LESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEqual` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:565:15 [INFO] [stdout] | [INFO] [stdout] 565 | const KeyEqual = 0x3d; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyGreater` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:566:15 [INFO] [stdout] | [INFO] [stdout] 566 | const KeyGreater = 0x3e; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_GREATER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyQuestion` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:567:15 [INFO] [stdout] | [INFO] [stdout] 567 | const KeyQuestion = 0x3f; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_QUESTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAt` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:568:15 [INFO] [stdout] | [INFO] [stdout] 568 | const KeyAt = 0x40; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_AT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyA` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:569:15 [INFO] [stdout] | [INFO] [stdout] 569 | const KeyA = 0x41; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyB` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:570:15 [INFO] [stdout] | [INFO] [stdout] 570 | const KeyB = 0x42; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyC` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:571:15 [INFO] [stdout] | [INFO] [stdout] 571 | const KeyC = 0x43; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyD` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:572:15 [INFO] [stdout] | [INFO] [stdout] 572 | const KeyD = 0x44; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyE` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:573:15 [INFO] [stdout] | [INFO] [stdout] 573 | const KeyE = 0x45; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_E` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyF` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:574:15 [INFO] [stdout] | [INFO] [stdout] 574 | const KeyF = 0x46; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_F` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyG` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:575:15 [INFO] [stdout] | [INFO] [stdout] 575 | const KeyG = 0x47; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_G` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyH` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:576:15 [INFO] [stdout] | [INFO] [stdout] 576 | const KeyH = 0x48; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_H` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyI` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:577:15 [INFO] [stdout] | [INFO] [stdout] 577 | const KeyI = 0x49; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_I` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyJ` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:578:15 [INFO] [stdout] | [INFO] [stdout] 578 | const KeyJ = 0x4a; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_J` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyK` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:579:15 [INFO] [stdout] | [INFO] [stdout] 579 | const KeyK = 0x4b; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_K` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyL` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:580:15 [INFO] [stdout] | [INFO] [stdout] 580 | const KeyL = 0x4c; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyM` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:581:15 [INFO] [stdout] | [INFO] [stdout] 581 | const KeyM = 0x4d; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_M` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyN` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:582:15 [INFO] [stdout] | [INFO] [stdout] 582 | const KeyN = 0x4e; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_N` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyO` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:583:15 [INFO] [stdout] | [INFO] [stdout] 583 | const KeyO = 0x4f; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_O` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyP` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:584:15 [INFO] [stdout] | [INFO] [stdout] 584 | const KeyP = 0x50; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_P` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyQ` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:585:15 [INFO] [stdout] | [INFO] [stdout] 585 | const KeyQ = 0x51; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_Q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyR` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:586:15 [INFO] [stdout] | [INFO] [stdout] 586 | const KeyR = 0x52; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyS` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:587:15 [INFO] [stdout] | [INFO] [stdout] 587 | const KeyS = 0x53; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_S` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyT` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:588:15 [INFO] [stdout] | [INFO] [stdout] 588 | const KeyT = 0x54; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyU` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:589:15 [INFO] [stdout] | [INFO] [stdout] 589 | const KeyU = 0x55; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_U` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyV` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:590:15 [INFO] [stdout] | [INFO] [stdout] 590 | const KeyV = 0x56; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_V` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyW` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:591:15 [INFO] [stdout] | [INFO] [stdout] 591 | const KeyW = 0x57; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_W` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyX` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:592:15 [INFO] [stdout] | [INFO] [stdout] 592 | const KeyX = 0x58; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_X` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyY` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:593:15 [INFO] [stdout] | [INFO] [stdout] 593 | const KeyY = 0x59; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_Y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyZ` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:594:15 [INFO] [stdout] | [INFO] [stdout] 594 | const KeyZ = 0x5a; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY_Z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBracketLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:595:15 [INFO] [stdout] | [INFO] [stdout] 595 | const KeyBracketLeft = 0x5b; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BRACKET_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBackslash` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:596:15 [INFO] [stdout] | [INFO] [stdout] 596 | const KeyBackslash = 0x5c; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BACKSLASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBracketRight` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:597:15 [INFO] [stdout] | [INFO] [stdout] 597 | const KeyBracketRight = 0x5d; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BRACKET_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAsciiCircum` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:598:15 [INFO] [stdout] | [INFO] [stdout] 598 | const KeyAsciiCircum = 0x5e; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ASCII_CIRCUM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyUnderscore` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:599:15 [INFO] [stdout] | [INFO] [stdout] 599 | const KeyUnderscore = 0x5f; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_UNDERSCORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyQuoteLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:600:15 [INFO] [stdout] | [INFO] [stdout] 600 | const KeyQuoteLeft = 0x60; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_QUOTE_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBraceLeft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:601:15 [INFO] [stdout] | [INFO] [stdout] 601 | const KeyBraceLeft = 0x7b; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BRACE_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBar` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:602:15 [INFO] [stdout] | [INFO] [stdout] 602 | const KeyBar = 0x7c; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBraceRight` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:603:15 [INFO] [stdout] | [INFO] [stdout] 603 | const KeyBraceRight = 0x7d; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BRACE_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAsciiTilde` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:604:15 [INFO] [stdout] | [INFO] [stdout] 604 | const KeyAsciiTilde = 0x7e; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ASCII_TILDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyNobreakspace` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:605:15 [INFO] [stdout] | [INFO] [stdout] 605 | const KeyNobreakspace = 0xa0; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_NOBREAKSPACE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyExclamdown` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:606:15 [INFO] [stdout] | [INFO] [stdout] 606 | const KeyExclamdown = 0xa1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_EXCLAMDOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCent` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:607:15 [INFO] [stdout] | [INFO] [stdout] 607 | const KeyCent = 0xa2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_CENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySterling` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:608:15 [INFO] [stdout] | [INFO] [stdout] 608 | const KeySterling = 0xa3; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_STERLING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCurrency` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:609:15 [INFO] [stdout] | [INFO] [stdout] 609 | const KeyCurrency = 0xa4; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_CURRENCY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyYen` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:610:15 [INFO] [stdout] | [INFO] [stdout] 610 | const KeyYen = 0xa5; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_YEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyBrokenbar` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:611:15 [INFO] [stdout] | [INFO] [stdout] 611 | const KeyBrokenbar = 0xa6; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_BROKENBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySection` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:612:15 [INFO] [stdout] | [INFO] [stdout] 612 | const KeySection = 0xa7; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_SECTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDiaeresis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:613:15 [INFO] [stdout] | [INFO] [stdout] 613 | const KeyDiaeresis = 0xa8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_DIAERESIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCopyright` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:614:15 [INFO] [stdout] | [INFO] [stdout] 614 | const KeyCopyright = 0xa9; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_COPYRIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOrdfeminine` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:615:15 [INFO] [stdout] | [INFO] [stdout] 615 | const KeyOrdfeminine = 0xaa; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ORDFEMININE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyGuillemotleft` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:616:15 [INFO] [stdout] | [INFO] [stdout] 616 | const KeyGuillemotleft = 0xab; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_GUILLEMOTLEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyNotsign` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:617:15 [INFO] [stdout] | [INFO] [stdout] 617 | const KeyNotsign = 0xac; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_NOTSIGN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyHyphen` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:618:15 [INFO] [stdout] | [INFO] [stdout] 618 | const KeyHyphen = 0xad; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_HYPHEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyRegistered` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:619:15 [INFO] [stdout] | [INFO] [stdout] 619 | const KeyRegistered = 0xae; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_REGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMacron` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:620:15 [INFO] [stdout] | [INFO] [stdout] 620 | const KeyMacron = 0xaf; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_MACRON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDegree` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:621:15 [INFO] [stdout] | [INFO] [stdout] 621 | const KeyDegree = 0xb0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_DEGREE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPlusminus` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:622:15 [INFO] [stdout] | [INFO] [stdout] 622 | const KeyPlusminus = 0xb1; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_PLUSMINUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyTwosuperior` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:623:15 [INFO] [stdout] | [INFO] [stdout] 623 | const KeyTwosuperior = 0xb2; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_TWOSUPERIOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyThreesuperior` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:624:15 [INFO] [stdout] | [INFO] [stdout] 624 | const KeyThreesuperior = 0xb3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_THREESUPERIOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAcute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:625:15 [INFO] [stdout] | [INFO] [stdout] 625 | const KeyAcute = 0xb4; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_ACUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMu` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:626:15 [INFO] [stdout] | [INFO] [stdout] 626 | const KeyMu = 0xb5; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_MU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyParagraph` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:627:15 [INFO] [stdout] | [INFO] [stdout] 627 | const KeyParagraph = 0xb6; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_PARAGRAPH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyPeriodcentered` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:628:15 [INFO] [stdout] | [INFO] [stdout] 628 | const KeyPeriodcentered = 0xb7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_PERIODCENTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCedilla` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:629:15 [INFO] [stdout] | [INFO] [stdout] 629 | const KeyCedilla = 0xb8; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_CEDILLA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOnesuperior` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:630:15 [INFO] [stdout] | [INFO] [stdout] 630 | const KeyOnesuperior = 0xb9; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ONESUPERIOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMasculine` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:631:15 [INFO] [stdout] | [INFO] [stdout] 631 | const KeyMasculine = 0xba; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_MASCULINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyGuillemotright` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:632:15 [INFO] [stdout] | [INFO] [stdout] 632 | const KeyGuillemotright = 0xbb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_GUILLEMOTRIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOnequarter` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:633:15 [INFO] [stdout] | [INFO] [stdout] 633 | const KeyOnequarter = 0xbc; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ONEQUARTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOnehalf` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:634:15 [INFO] [stdout] | [INFO] [stdout] 634 | const KeyOnehalf = 0xbd; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ONEHALF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyThreequarters` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:635:15 [INFO] [stdout] | [INFO] [stdout] 635 | const KeyThreequarters = 0xbe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_THREEQUARTERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyQuestiondown` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:636:15 [INFO] [stdout] | [INFO] [stdout] 636 | const KeyQuestiondown = 0xbf; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_QUESTIONDOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAgrave` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:637:15 [INFO] [stdout] | [INFO] [stdout] 637 | const KeyAgrave = 0xc0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_AGRAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAacute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:638:15 [INFO] [stdout] | [INFO] [stdout] 638 | const KeyAacute = 0xc1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_AACUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAcircumflex` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:639:15 [INFO] [stdout] | [INFO] [stdout] 639 | const KeyAcircumflex = 0xc2; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ACIRCUMFLEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAtilde` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:640:15 [INFO] [stdout] | [INFO] [stdout] 640 | const KeyAtilde = 0xc3; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_ATILDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAdiaeresis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:641:15 [INFO] [stdout] | [INFO] [stdout] 641 | const KeyAdiaeresis = 0xc4; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ADIAERESIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAring` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:642:15 [INFO] [stdout] | [INFO] [stdout] 642 | const KeyAring = 0xc5; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_ARING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAe` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:643:15 [INFO] [stdout] | [INFO] [stdout] 643 | const KeyAe = 0xc6; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `KEY_AE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCcedilla` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:644:15 [INFO] [stdout] | [INFO] [stdout] 644 | const KeyCcedilla = 0xc7; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_CCEDILLA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEgrave` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:645:15 [INFO] [stdout] | [INFO] [stdout] 645 | const KeyEgrave = 0xc8; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_EGRAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEacute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:646:15 [INFO] [stdout] | [INFO] [stdout] 646 | const KeyEacute = 0xc9; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_EACUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEcircumflex` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:647:15 [INFO] [stdout] | [INFO] [stdout] 647 | const KeyEcircumflex = 0xca; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ECIRCUMFLEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEdiaeresis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:648:15 [INFO] [stdout] | [INFO] [stdout] 648 | const KeyEdiaeresis = 0xcb; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_EDIAERESIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyIgrave` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:649:15 [INFO] [stdout] | [INFO] [stdout] 649 | const KeyIgrave = 0xcc; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_IGRAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyIacute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:650:15 [INFO] [stdout] | [INFO] [stdout] 650 | const KeyIacute = 0xcd; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_IACUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyIcircumflex` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:651:15 [INFO] [stdout] | [INFO] [stdout] 651 | const KeyIcircumflex = 0xce; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ICIRCUMFLEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyIdiaeresis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:652:15 [INFO] [stdout] | [INFO] [stdout] 652 | const KeyIdiaeresis = 0xcf; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_IDIAERESIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyEth` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:653:15 [INFO] [stdout] | [INFO] [stdout] 653 | const KeyEth = 0xd0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEY_ETH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyNtilde` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:654:15 [INFO] [stdout] | [INFO] [stdout] 654 | const KeyNtilde = 0xd1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_NTILDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOgrave` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:655:15 [INFO] [stdout] | [INFO] [stdout] 655 | const KeyOgrave = 0xd2; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_OGRAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOacute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:656:15 [INFO] [stdout] | [INFO] [stdout] 656 | const KeyOacute = 0xd3; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_OACUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOcircumflex` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:657:15 [INFO] [stdout] | [INFO] [stdout] 657 | const KeyOcircumflex = 0xd4; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_OCIRCUMFLEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOtilde` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:658:15 [INFO] [stdout] | [INFO] [stdout] 658 | const KeyOtilde = 0xd5; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_OTILDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOdiaeresis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:659:15 [INFO] [stdout] | [INFO] [stdout] 659 | const KeyOdiaeresis = 0xd6; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_ODIAERESIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMultiply` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:660:15 [INFO] [stdout] | [INFO] [stdout] 660 | const KeyMultiply = 0xd7; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_MULTIPLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyOoblique` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:661:15 [INFO] [stdout] | [INFO] [stdout] 661 | const KeyOoblique = 0xd8; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_OOBLIQUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyUgrave` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:662:15 [INFO] [stdout] | [INFO] [stdout] 662 | const KeyUgrave = 0xd9; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_UGRAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyUacute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:663:15 [INFO] [stdout] | [INFO] [stdout] 663 | const KeyUacute = 0xda; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_UACUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyUcircumflex` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:664:15 [INFO] [stdout] | [INFO] [stdout] 664 | const KeyUcircumflex = 0xdb; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_UCIRCUMFLEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyUdiaeresis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:665:15 [INFO] [stdout] | [INFO] [stdout] 665 | const KeyUdiaeresis = 0xdc; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_UDIAERESIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyYacute` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:666:15 [INFO] [stdout] | [INFO] [stdout] 666 | const KeyYacute = 0xdd; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_YACUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyThorn` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:667:15 [INFO] [stdout] | [INFO] [stdout] 667 | const KeyThorn = 0xde; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_THORN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySsharp` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:668:15 [INFO] [stdout] | [INFO] [stdout] 668 | const KeySsharp = 0xdf; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `KEY_SSHARP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyDivision` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:669:15 [INFO] [stdout] | [INFO] [stdout] 669 | const KeyDivision = 0xf7; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_DIVISION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyYdiaeresis` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:670:15 [INFO] [stdout] | [INFO] [stdout] 670 | const KeyYdiaeresis = 0xff; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_YDIAERESIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyAltGr` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:671:15 [INFO] [stdout] | [INFO] [stdout] 671 | const KeyAltGr = 0x1001103; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `KEY_ALT_GR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMultiKey` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:672:15 [INFO] [stdout] | [INFO] [stdout] 672 | const KeyMultiKey = 0x1001120; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_MULTI_KEY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCodeinput` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:673:15 [INFO] [stdout] | [INFO] [stdout] 673 | const KeyCodeinput = 0x1001137; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_CODEINPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeySingleCandidate` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:674:15 [INFO] [stdout] | [INFO] [stdout] 674 | const KeySingleCandidate = 0x100113c; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_SINGLE_CANDIDATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyMultipleCandidate` should have an upper case name [INFO] [stdout] --> src/auto/rute_enums.rs:675:15 [INFO] [stdout] | [INFO] [stdout] 675 | const KeyMultipleCandidate = 0x100113d; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_MULTIPLE_CANDIDATE` [INFO] [stdout] [WARN] too many lines in the log, truncating it