[INFO] cloning repository https://github.com/sidhantjohnaind/acer_monitor_cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sidhantjohnaind/acer_monitor_cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidhantjohnaind%2Facer_monitor_cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidhantjohnaind%2Facer_monitor_cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91bc88c50b7b618338a2ebaa22e76947a5471535
[INFO] checking sidhantjohnaind/acer_monitor_cli against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidhantjohnaind%2Facer_monitor_cli" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sidhantjohnaind/acer_monitor_cli
[INFO] finished tweaking git repo https://github.com/sidhantjohnaind/acer_monitor_cli
[INFO] tweaked toml for git repo https://github.com/sidhantjohnaind/acer_monitor_cli written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sidhantjohnaind/acer_monitor_cli on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sidhantjohnaind/acer_monitor_cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `acer_display_center` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../acer_display_center
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `acer-display-center`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/acer_display_center.rs
[INFO] [stderr] 1 + src/bin/acer-display-center.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `acer_monitor_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../acer_monitor_cli
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `acer-monitor-cli`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 - name = "acer_monitor_cli"
[INFO] [stderr] 24 + name = "acer-monitor-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `acer-monitor-cli`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:57:18
[INFO] [stderr]    |
[INFO] [stderr] 57 ~ version = "0.29"
[INFO] [stderr] 58 + [[bin]]
[INFO] [stderr] 59 + name = "acer-monitor-cli"
[INFO] [stderr] 60 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `acer_monitor_cli` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8
[INFO] running `Command { std: "docker" "start" "6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `acer_display_center` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../acer_display_center
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `acer-display-center`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/acer_display_center.rs
[INFO] [stderr] 1 + src/bin/acer-display-center.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `acer_monitor_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../acer_monitor_cli
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `acer-monitor-cli`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 - name = "acer_monitor_cli"
[INFO] [stderr] 24 + name = "acer-monitor-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `acer-monitor-cli`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:57:18
[INFO] [stderr]    |
[INFO] [stderr] 57 ~ version = "0.29"
[INFO] [stderr] 58 + [[bin]]
[INFO] [stderr] 59 + name = "acer-monitor-cli"
[INFO] [stderr] 60 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `acer_monitor_cli` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling quick-xml v0.41.0
[INFO] [stderr]    Compiling wayland-client v0.31.15
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling wayland-scanner v0.31.11
[INFO] [stderr]    Compiling wayland-backend v0.3.17
[INFO] [stderr]    Compiling xml-rs v0.8.29
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking writeable v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]     Checking litemap v0.8.3
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking xcursor v0.3.11
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.1
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.4
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling bytemuck_derive v1.12.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.5
[INFO] [stderr]     Checking zerovec v0.11.7
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tinystr v0.8.4
[INFO] [stderr]     Checking potential_utf v0.1.6
[INFO] [stderr]     Checking icu_collections v2.3.0
[INFO] [stderr]     Checking icu_locale_core v2.3.0
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking wayland-protocols v0.32.13
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking emath v0.28.1
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking ecolor v0.28.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking icu_provider v2.3.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]     Checking icu_properties v2.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling winit v0.29.15
[INFO] [stderr]    Compiling zvariant_utils v4.2.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling zcheapstr v1.1.0
[INFO] [stderr]    Compiling uninitialized v0.0.2
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking epaint v0.28.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling glutin v0.31.3
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]    Compiling zvariant_derive v5.15.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking egui v0.28.1
[INFO] [stderr]    Compiling zvariant v5.15.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling glutin-winit v0.4.2
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling zbus_names v4.3.4
[INFO] [stderr]     Checking mccs v0.1.3
[INFO] [stderr]     Checking i2c-linux-sys v0.2.1
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking resize-slice v0.1.3
[INFO] [stderr]     Checking webbrowser v1.2.4
[INFO] [stderr]    Compiling zbus_macros v5.19.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking i2c v0.1.0
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.21
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking uuid v1.24.1
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking web-time v0.2.4
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking egui_glow v0.28.1
[INFO] [stderr]     Checking i2c-linux v0.1.2
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking ddc v0.2.2
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking ddc-i2c v0.2.2
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking zbus v5.19.0
[INFO] [stderr]     Checking egui-winit v0.28.1
[INFO] [stderr]     Checking eframe v0.28.1
[INFO] [stderr]     Checking ksni v0.3.6
[INFO] [stderr]     Checking acer_monitor_cli v1.3.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1017:41
[INFO] [stdout]      |
[INFO] [stdout] 1017 |                     .stroke(Stroke::new(1.0, Color32::from_rgb(32, 36, 48)))
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:74
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...   let close_stroke = if is_close_hov { Stroke::new(1.0, Color32::from_rgb(239, 68, 68)) } else { Stroke::new(1.0, Color32::fro...
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:132
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...239, 68, 68)) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1071:41
[INFO] [stdout]      |
[INFO] [stdout] 1071 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1078:41
[INFO] [stdout]      |
[INFO] [stdout] 1078 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:74
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...   let pin_stroke = if self.is_pinned { Stroke::new(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:108
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1115:45
[INFO] [stdout]      |
[INFO] [stdout] 1115 | ...                   Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1121:45
[INFO] [stdout]      |
[INFO] [stdout] 1121 | ...                   Stroke::new(1.0, if is_fps_hov { accent } else { Color32::from_rgb(38, 44, 58) }),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1149:92
[INFO] [stdout]      |
[INFO] [stdout] 1149 |                         ui.painter().rect_stroke(th_rect, Rounding::same(4.0), Stroke::new(1.0, Color32::from_rgb(38, 44, 58)));
[INFO] [stdout]      |                                                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1178:41
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...                   Stroke::new(1.2, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1180:41
[INFO] [stdout]      |
[INFO] [stdout] 1180 | ...                   Stroke::new(1.0, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1182:41
[INFO] [stdout]      |
[INFO] [stdout] 1182 | ...                   Stroke::new(1.0, Color32::from_rgb(40, 52, 72))
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1192:79
[INFO] [stdout]      |
[INFO] [stdout] 1192 | ...   ui.painter().circle_stroke(center, r, Stroke::new(1.2, Color32::from_rgba_unmultiplied(accent.r(), accent.g(), accent.b(), 1...
[INFO] [stdout]      |                                                         ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1195:77
[INFO] [stdout]      |
[INFO] [stdout] 1195 | ...                   ui.painter().line_segment([p1, p2], Stroke::new(1.8, accent));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.8_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1252:61
[INFO] [stdout]      |
[INFO] [stdout] 1252 | ...                   .stroke(Stroke::new(1.0, accent))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1268:49
[INFO] [stdout]      |
[INFO] [stdout] 1268 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1309:93
[INFO] [stdout]      |
[INFO] [stdout] 1309 |                         ui.painter().rect_stroke(nav_rect, Rounding::same(6.0), Stroke::new(1.0, Color32::from_rgb(28, 34, 46)));
[INFO] [stdout]      |                                                                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1317:94
[INFO] [stdout]      |
[INFO] [stdout] 1317 |                         ui.painter().rect_stroke(pill_rect, Rounding::same(4.0), Stroke::new(1.0, accent));
[INFO] [stdout]      |                                                                                              ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1387:96
[INFO] [stdout]      |
[INFO] [stdout] 1387 |                         ui.painter().rect_stroke(toast_rect, Rounding::same(13.0), Stroke::new(1.0, border_color));
[INFO] [stdout]      |                                                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1525:74
[INFO] [stdout]      |
[INFO] [stdout] 1525 |         painter.rect_stroke(track_rect, Rounding::same(2.5), Stroke::new(1.0, Color32::from_rgb(36, 42, 58)));
[INFO] [stdout]      |                                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1541:69
[INFO] [stdout]      |
[INFO] [stdout] 1541 |         painter.circle_stroke(knob_center, knob_radius, Stroke::new(1.5, accent));
[INFO] [stdout]      |                                                                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1567:71
[INFO] [stdout]      |
[INFO] [stdout] 1567 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1594:29
[INFO] [stdout]      |
[INFO] [stdout] 1594 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1601:29
[INFO] [stdout]      |
[INFO] [stdout] 1601 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1652:71
[INFO] [stdout]      |
[INFO] [stdout] 1652 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1679:29
[INFO] [stdout]      |
[INFO] [stdout] 1679 |                 Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1686:29
[INFO] [stdout]      |
[INFO] [stdout] 1686 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1738:71
[INFO] [stdout]      |
[INFO] [stdout] 1738 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1765:29
[INFO] [stdout]      |
[INFO] [stdout] 1765 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1772:29
[INFO] [stdout]      |
[INFO] [stdout] 1772 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1817:33
[INFO] [stdout]      |
[INFO] [stdout] 1817 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1896:33
[INFO] [stdout]      |
[INFO] [stdout] 1896 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1908:53
[INFO] [stdout]      |
[INFO] [stdout] 1908 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2007:29
[INFO] [stdout]      |
[INFO] [stdout] 2007 |                 Stroke::new(1.2, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2017:29
[INFO] [stdout]      |
[INFO] [stdout] 2017 |                 Stroke::new(1.0, if is_hdr_hov { Color32::from_rgb(60, 72, 95) } else { Color32::from_rgb(28, 34, 46) }),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2048:77
[INFO] [stdout]      |
[INFO] [stdout] 2048 | ...::same(4.0), badge_bg, Stroke::new(1.0, if self.is_hdr_active { accent } else { Color32::from_rgb(45, 52, 68) }));
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2345:37
[INFO] [stdout]      |
[INFO] [stdout] 2345 |                 .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2450:49
[INFO] [stdout]      |
[INFO] [stdout] 2450 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(58, 68, 92)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2489:45
[INFO] [stdout]      |
[INFO] [stdout] 2489 |                         .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_unified`
[INFO] [stdout]   --> src/cli.rs:66:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let is_unified = args.iter().any(|a| a == "--unified" || a == "-u");
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_unified`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |         let mut fonts = egui::FontDefinitions::default();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accent`
[INFO] [stdout]     --> src/gui.rs:1631:58
[INFO] [stdout]      |
[INFO] [stdout] 1631 |     fn render_low_gpu_card(&mut self, ui: &mut egui::Ui, accent: Color32) {
[INFO] [stdout]      |                                                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_accent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1017:41
[INFO] [stdout]      |
[INFO] [stdout] 1017 |                     .stroke(Stroke::new(1.0, Color32::from_rgb(32, 36, 48)))
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:74
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...   let close_stroke = if is_close_hov { Stroke::new(1.0, Color32::from_rgb(239, 68, 68)) } else { Stroke::new(1.0, Color32::fro...
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:132
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...239, 68, 68)) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1071:41
[INFO] [stdout]      |
[INFO] [stdout] 1071 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1078:41
[INFO] [stdout]      |
[INFO] [stdout] 1078 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:74
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...   let pin_stroke = if self.is_pinned { Stroke::new(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:108
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1115:45
[INFO] [stdout]      |
[INFO] [stdout] 1115 | ...                   Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1121:45
[INFO] [stdout]      |
[INFO] [stdout] 1121 | ...                   Stroke::new(1.0, if is_fps_hov { accent } else { Color32::from_rgb(38, 44, 58) }),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1149:92
[INFO] [stdout]      |
[INFO] [stdout] 1149 |                         ui.painter().rect_stroke(th_rect, Rounding::same(4.0), Stroke::new(1.0, Color32::from_rgb(38, 44, 58)));
[INFO] [stdout]      |                                                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1178:41
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...                   Stroke::new(1.2, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1180:41
[INFO] [stdout]      |
[INFO] [stdout] 1180 | ...                   Stroke::new(1.0, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1182:41
[INFO] [stdout]      |
[INFO] [stdout] 1182 | ...                   Stroke::new(1.0, Color32::from_rgb(40, 52, 72))
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1192:79
[INFO] [stdout]      |
[INFO] [stdout] 1192 | ...   ui.painter().circle_stroke(center, r, Stroke::new(1.2, Color32::from_rgba_unmultiplied(accent.r(), accent.g(), accent.b(), 1...
[INFO] [stdout]      |                                                         ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1195:77
[INFO] [stdout]      |
[INFO] [stdout] 1195 | ...                   ui.painter().line_segment([p1, p2], Stroke::new(1.8, accent));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.8_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1252:61
[INFO] [stdout]      |
[INFO] [stdout] 1252 | ...                   .stroke(Stroke::new(1.0, accent))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1268:49
[INFO] [stdout]      |
[INFO] [stdout] 1268 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1309:93
[INFO] [stdout]      |
[INFO] [stdout] 1309 |                         ui.painter().rect_stroke(nav_rect, Rounding::same(6.0), Stroke::new(1.0, Color32::from_rgb(28, 34, 46)));
[INFO] [stdout]      |                                                                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1317:94
[INFO] [stdout]      |
[INFO] [stdout] 1317 |                         ui.painter().rect_stroke(pill_rect, Rounding::same(4.0), Stroke::new(1.0, accent));
[INFO] [stdout]      |                                                                                              ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1387:96
[INFO] [stdout]      |
[INFO] [stdout] 1387 |                         ui.painter().rect_stroke(toast_rect, Rounding::same(13.0), Stroke::new(1.0, border_color));
[INFO] [stdout]      |                                                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1525:74
[INFO] [stdout]      |
[INFO] [stdout] 1525 |         painter.rect_stroke(track_rect, Rounding::same(2.5), Stroke::new(1.0, Color32::from_rgb(36, 42, 58)));
[INFO] [stdout]      |                                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1541:69
[INFO] [stdout]      |
[INFO] [stdout] 1541 |         painter.circle_stroke(knob_center, knob_radius, Stroke::new(1.5, accent));
[INFO] [stdout]      |                                                                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1567:71
[INFO] [stdout]      |
[INFO] [stdout] 1567 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1594:29
[INFO] [stdout]      |
[INFO] [stdout] 1594 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1601:29
[INFO] [stdout]      |
[INFO] [stdout] 1601 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1652:71
[INFO] [stdout]      |
[INFO] [stdout] 1652 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1679:29
[INFO] [stdout]      |
[INFO] [stdout] 1679 |                 Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1686:29
[INFO] [stdout]      |
[INFO] [stdout] 1686 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1738:71
[INFO] [stdout]      |
[INFO] [stdout] 1738 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1765:29
[INFO] [stdout]      |
[INFO] [stdout] 1765 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1772:29
[INFO] [stdout]      |
[INFO] [stdout] 1772 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1817:33
[INFO] [stdout]      |
[INFO] [stdout] 1817 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1896:33
[INFO] [stdout]      |
[INFO] [stdout] 1896 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1908:53
[INFO] [stdout]      |
[INFO] [stdout] 1908 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2007:29
[INFO] [stdout]      |
[INFO] [stdout] 2007 |                 Stroke::new(1.2, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2017:29
[INFO] [stdout]      |
[INFO] [stdout] 2017 |                 Stroke::new(1.0, if is_hdr_hov { Color32::from_rgb(60, 72, 95) } else { Color32::from_rgb(28, 34, 46) }),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2048:77
[INFO] [stdout]      |
[INFO] [stdout] 2048 | ...::same(4.0), badge_bg, Stroke::new(1.0, if self.is_hdr_active { accent } else { Color32::from_rgb(45, 52, 68) }));
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/gui.rs:2987:9
[INFO] [stdout]      |
[INFO] [stdout] 2987 |     let mut builder = egui::ViewportBuilder::default()
[INFO] [stdout]      |         ----^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2345:37
[INFO] [stdout]      |
[INFO] [stdout] 2345 |                 .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2450:49
[INFO] [stdout]      |
[INFO] [stdout] 2450 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(58, 68, 92)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2489:45
[INFO] [stdout]      |
[INFO] [stdout] 2489 |                         .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_vcp_codes` is never used
[INFO] [stdout]   --> src/monitor.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn parse_vcp_codes(caps: &str) -> BTreeSet<u8> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_unified`
[INFO] [stdout]   --> src/cli.rs:66:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let is_unified = args.iter().any(|a| a == "--unified" || a == "-u");
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_unified`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |         let mut fonts = egui::FontDefinitions::default();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accent`
[INFO] [stdout]     --> src/gui.rs:1631:58
[INFO] [stdout]      |
[INFO] [stdout] 1631 |     fn render_low_gpu_card(&mut self, ui: &mut egui::Ui, accent: Color32) {
[INFO] [stdout]      |                                                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_accent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/gui.rs:2987:9
[INFO] [stdout]      |
[INFO] [stdout] 2987 |     let mut builder = egui::ViewportBuilder::default()
[INFO] [stdout]      |         ----^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_vcp_codes` is never used
[INFO] [stdout]   --> src/monitor.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn parse_vcp_codes(caps: &str) -> BTreeSet<u8> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1017:41
[INFO] [stdout]      |
[INFO] [stdout] 1017 |                     .stroke(Stroke::new(1.0, Color32::from_rgb(32, 36, 48)))
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:74
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...   let close_stroke = if is_close_hov { Stroke::new(1.0, Color32::from_rgb(239, 68, 68)) } else { Stroke::new(1.0, Color32::fro...
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:132
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...239, 68, 68)) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1071:41
[INFO] [stdout]      |
[INFO] [stdout] 1071 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1078:41
[INFO] [stdout]      |
[INFO] [stdout] 1078 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:74
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...   let pin_stroke = if self.is_pinned { Stroke::new(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:108
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1115:45
[INFO] [stdout]      |
[INFO] [stdout] 1115 | ...                   Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1121:45
[INFO] [stdout]      |
[INFO] [stdout] 1121 | ...                   Stroke::new(1.0, if is_fps_hov { accent } else { Color32::from_rgb(38, 44, 58) }),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1149:92
[INFO] [stdout]      |
[INFO] [stdout] 1149 |                         ui.painter().rect_stroke(th_rect, Rounding::same(4.0), Stroke::new(1.0, Color32::from_rgb(38, 44, 58)));
[INFO] [stdout]      |                                                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1178:41
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...                   Stroke::new(1.2, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1180:41
[INFO] [stdout]      |
[INFO] [stdout] 1180 | ...                   Stroke::new(1.0, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1182:41
[INFO] [stdout]      |
[INFO] [stdout] 1182 | ...                   Stroke::new(1.0, Color32::from_rgb(40, 52, 72))
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1192:79
[INFO] [stdout]      |
[INFO] [stdout] 1192 | ...   ui.painter().circle_stroke(center, r, Stroke::new(1.2, Color32::from_rgba_unmultiplied(accent.r(), accent.g(), accent.b(), 1...
[INFO] [stdout]      |                                                         ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1195:77
[INFO] [stdout]      |
[INFO] [stdout] 1195 | ...                   ui.painter().line_segment([p1, p2], Stroke::new(1.8, accent));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.8_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1252:61
[INFO] [stdout]      |
[INFO] [stdout] 1252 | ...                   .stroke(Stroke::new(1.0, accent))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1268:49
[INFO] [stdout]      |
[INFO] [stdout] 1268 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1309:93
[INFO] [stdout]      |
[INFO] [stdout] 1309 |                         ui.painter().rect_stroke(nav_rect, Rounding::same(6.0), Stroke::new(1.0, Color32::from_rgb(28, 34, 46)));
[INFO] [stdout]      |                                                                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1317:94
[INFO] [stdout]      |
[INFO] [stdout] 1317 |                         ui.painter().rect_stroke(pill_rect, Rounding::same(4.0), Stroke::new(1.0, accent));
[INFO] [stdout]      |                                                                                              ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1387:96
[INFO] [stdout]      |
[INFO] [stdout] 1387 |                         ui.painter().rect_stroke(toast_rect, Rounding::same(13.0), Stroke::new(1.0, border_color));
[INFO] [stdout]      |                                                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1525:74
[INFO] [stdout]      |
[INFO] [stdout] 1525 |         painter.rect_stroke(track_rect, Rounding::same(2.5), Stroke::new(1.0, Color32::from_rgb(36, 42, 58)));
[INFO] [stdout]      |                                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1541:69
[INFO] [stdout]      |
[INFO] [stdout] 1541 |         painter.circle_stroke(knob_center, knob_radius, Stroke::new(1.5, accent));
[INFO] [stdout]      |                                                                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1567:71
[INFO] [stdout]      |
[INFO] [stdout] 1567 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1594:29
[INFO] [stdout]      |
[INFO] [stdout] 1594 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1601:29
[INFO] [stdout]      |
[INFO] [stdout] 1601 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1652:71
[INFO] [stdout]      |
[INFO] [stdout] 1652 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1679:29
[INFO] [stdout]      |
[INFO] [stdout] 1679 |                 Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1686:29
[INFO] [stdout]      |
[INFO] [stdout] 1686 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1738:71
[INFO] [stdout]      |
[INFO] [stdout] 1738 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1765:29
[INFO] [stdout]      |
[INFO] [stdout] 1765 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1772:29
[INFO] [stdout]      |
[INFO] [stdout] 1772 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1817:33
[INFO] [stdout]      |
[INFO] [stdout] 1817 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1896:33
[INFO] [stdout]      |
[INFO] [stdout] 1896 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1908:53
[INFO] [stdout]      |
[INFO] [stdout] 1908 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2007:29
[INFO] [stdout]      |
[INFO] [stdout] 2007 |                 Stroke::new(1.2, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2017:29
[INFO] [stdout]      |
[INFO] [stdout] 2017 |                 Stroke::new(1.0, if is_hdr_hov { Color32::from_rgb(60, 72, 95) } else { Color32::from_rgb(28, 34, 46) }),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2048:77
[INFO] [stdout]      |
[INFO] [stdout] 2048 | ...::same(4.0), badge_bg, Stroke::new(1.0, if self.is_hdr_active { accent } else { Color32::from_rgb(45, 52, 68) }));
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2345:37
[INFO] [stdout]      |
[INFO] [stdout] 2345 |                 .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2450:49
[INFO] [stdout]      |
[INFO] [stdout] 2450 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(58, 68, 92)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2489:45
[INFO] [stdout]      |
[INFO] [stdout] 2489 |                         .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1017:41
[INFO] [stdout]      |
[INFO] [stdout] 1017 |                     .stroke(Stroke::new(1.0, Color32::from_rgb(32, 36, 48)))
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:74
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...   let close_stroke = if is_close_hov { Stroke::new(1.0, Color32::from_rgb(239, 68, 68)) } else { Stroke::new(1.0, Color32::fro...
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1060:132
[INFO] [stdout]      |
[INFO] [stdout] 1060 | ...239, 68, 68)) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1071:41
[INFO] [stdout]      |
[INFO] [stdout] 1071 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1078:41
[INFO] [stdout]      |
[INFO] [stdout] 1078 | ...                   Stroke::new(1.4, close_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.4_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:74
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...   let pin_stroke = if self.is_pinned { Stroke::new(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1088:108
[INFO] [stdout]      |
[INFO] [stdout] 1088 | ...(1.0, accent) } else { Stroke::new(1.0, Color32::from_rgb(38, 44, 58)) };
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1115:45
[INFO] [stdout]      |
[INFO] [stdout] 1115 | ...                   Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1121:45
[INFO] [stdout]      |
[INFO] [stdout] 1121 | ...                   Stroke::new(1.0, if is_fps_hov { accent } else { Color32::from_rgb(38, 44, 58) }),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1149:92
[INFO] [stdout]      |
[INFO] [stdout] 1149 |                         ui.painter().rect_stroke(th_rect, Rounding::same(4.0), Stroke::new(1.0, Color32::from_rgb(38, 44, 58)));
[INFO] [stdout]      |                                                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1178:41
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...                   Stroke::new(1.2, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1180:41
[INFO] [stdout]      |
[INFO] [stdout] 1180 | ...                   Stroke::new(1.0, accent)
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1182:41
[INFO] [stdout]      |
[INFO] [stdout] 1182 | ...                   Stroke::new(1.0, Color32::from_rgb(40, 52, 72))
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1192:79
[INFO] [stdout]      |
[INFO] [stdout] 1192 | ...   ui.painter().circle_stroke(center, r, Stroke::new(1.2, Color32::from_rgba_unmultiplied(accent.r(), accent.g(), accent.b(), 1...
[INFO] [stdout]      |                                                         ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1195:77
[INFO] [stdout]      |
[INFO] [stdout] 1195 | ...                   ui.painter().line_segment([p1, p2], Stroke::new(1.8, accent));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.8_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1252:61
[INFO] [stdout]      |
[INFO] [stdout] 1252 | ...                   .stroke(Stroke::new(1.0, accent))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1268:49
[INFO] [stdout]      |
[INFO] [stdout] 1268 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1309:93
[INFO] [stdout]      |
[INFO] [stdout] 1309 |                         ui.painter().rect_stroke(nav_rect, Rounding::same(6.0), Stroke::new(1.0, Color32::from_rgb(28, 34, 46)));
[INFO] [stdout]      |                                                                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1317:94
[INFO] [stdout]      |
[INFO] [stdout] 1317 |                         ui.painter().rect_stroke(pill_rect, Rounding::same(4.0), Stroke::new(1.0, accent));
[INFO] [stdout]      |                                                                                              ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1387:96
[INFO] [stdout]      |
[INFO] [stdout] 1387 |                         ui.painter().rect_stroke(toast_rect, Rounding::same(13.0), Stroke::new(1.0, border_color));
[INFO] [stdout]      |                                                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1525:74
[INFO] [stdout]      |
[INFO] [stdout] 1525 |         painter.rect_stroke(track_rect, Rounding::same(2.5), Stroke::new(1.0, Color32::from_rgb(36, 42, 58)));
[INFO] [stdout]      |                                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1541:69
[INFO] [stdout]      |
[INFO] [stdout] 1541 |         painter.circle_stroke(knob_center, knob_radius, Stroke::new(1.5, accent));
[INFO] [stdout]      |                                                                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1567:71
[INFO] [stdout]      |
[INFO] [stdout] 1567 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1594:29
[INFO] [stdout]      |
[INFO] [stdout] 1594 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1601:29
[INFO] [stdout]      |
[INFO] [stdout] 1601 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1652:71
[INFO] [stdout]      |
[INFO] [stdout] 1652 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1679:29
[INFO] [stdout]      |
[INFO] [stdout] 1679 |                 Stroke::new(1.0, Color32::from_rgb(34, 197, 94)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1686:29
[INFO] [stdout]      |
[INFO] [stdout] 1686 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1738:71
[INFO] [stdout]      |
[INFO] [stdout] 1738 |         painter.rect(rect, Rounding::same(6.0), bg_color, Stroke::new(1.0, stroke_color));
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1765:29
[INFO] [stdout]      |
[INFO] [stdout] 1765 |                 Stroke::new(1.0, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1772:29
[INFO] [stdout]      |
[INFO] [stdout] 1772 |                 Stroke::new(1.0, Color32::from_rgb(45, 52, 68)),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1817:33
[INFO] [stdout]      |
[INFO] [stdout] 1817 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1896:33
[INFO] [stdout]      |
[INFO] [stdout] 1896 |             .stroke(Stroke::new(1.0, Color32::from_rgb(28, 34, 46)))
[INFO] [stdout]      |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:1908:53
[INFO] [stdout]      |
[INFO] [stdout] 1908 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2007:29
[INFO] [stdout]      |
[INFO] [stdout] 2007 |                 Stroke::new(1.2, accent),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.2_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2017:29
[INFO] [stdout]      |
[INFO] [stdout] 2017 |                 Stroke::new(1.0, if is_hdr_hov { Color32::from_rgb(60, 72, 95) } else { Color32::from_rgb(28, 34, 46) }),
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2048:77
[INFO] [stdout]      |
[INFO] [stdout] 2048 | ...::same(4.0), badge_bg, Stroke::new(1.0, if self.is_hdr_active { accent } else { Color32::from_rgb(45, 52, 68) }));
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_unified`
[INFO] [stdout]   --> src/cli.rs:66:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let is_unified = args.iter().any(|a| a == "--unified" || a == "-u");
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_unified`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2345:37
[INFO] [stdout]      |
[INFO] [stdout] 2345 |                 .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2450:49
[INFO] [stdout]      |
[INFO] [stdout] 2450 | ...                   .stroke(Stroke::new(1.0, Color32::from_rgb(58, 68, 92)))
[INFO] [stdout]      |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui.rs:2489:45
[INFO] [stdout]      |
[INFO] [stdout] 2489 |                         .stroke(Stroke::new(1.0, Color32::from_rgb(38, 44, 60)))
[INFO] [stdout]      |                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |         let mut fonts = egui::FontDefinitions::default();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accent`
[INFO] [stdout]     --> src/gui.rs:1631:58
[INFO] [stdout]      |
[INFO] [stdout] 1631 |     fn render_low_gpu_card(&mut self, ui: &mut egui::Ui, accent: Color32) {
[INFO] [stdout]      |                                                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_accent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/gui.rs:2987:9
[INFO] [stdout]      |
[INFO] [stdout] 2987 |     let mut builder = egui::ViewportBuilder::default()
[INFO] [stdout]      |         ----^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_unified`
[INFO] [stdout]   --> src/cli.rs:66:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let is_unified = args.iter().any(|a| a == "--unified" || a == "-u");
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_unified`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_power_key` is never used
[INFO] [stdout]    --> src/acer.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub fn get_power_key(mon: &mut Monitor) -> Result<(u32, u32), String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_color_space` is never used
[INFO] [stdout]    --> src/acer.rs:181:8
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn get_color_space(mon: &mut Monitor) -> Result<(u32, u32), String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `aimpoint` and `hz_counter` are never read
[INFO] [stdout]    --> src/gui.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub struct MonitorStateUpdate {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 290 |     pub aimpoint: Option<u32>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 291 |     pub hz_counter: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MonitorStateUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `win32_modifiers` and `win32_vk` are never used
[INFO] [stdout]    --> src/hotkeys.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout] 176 | impl HotkeyBinding {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn win32_modifiers(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn win32_vk(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_vcp_codes` is never used
[INFO] [stdout]   --> src/monitor.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn parse_vcp_codes(caps: &str) -> BTreeSet<u8> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `print_list` and `print_list_json` are never used
[INFO] [stdout]    --> src/monitor.rs:363:16
[INFO] [stdout]     |
[INFO] [stdout] 321 |     impl MonitorSet {
[INFO] [stdout]     |     --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 363 |         pub fn print_list(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 |         pub fn print_list_json(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `lat` is never read
[INFO] [stdout]  --> src/solar.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct SolarSchedule {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 4 |     pub lat: f64,
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |         let mut fonts = egui::FontDefinitions::default();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accent`
[INFO] [stdout]     --> src/gui.rs:1631:58
[INFO] [stdout]      |
[INFO] [stdout] 1631 |     fn render_low_gpu_card(&mut self, ui: &mut egui::Ui, accent: Color32) {
[INFO] [stdout]      |                                                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_accent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/gui.rs:2987:9
[INFO] [stdout]      |
[INFO] [stdout] 2987 |     let mut builder = egui::ViewportBuilder::default()
[INFO] [stdout]      |         ----^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_power_key` is never used
[INFO] [stdout]    --> src/acer.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub fn get_power_key(mon: &mut Monitor) -> Result<(u32, u32), String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_color_space` is never used
[INFO] [stdout]    --> src/acer.rs:181:8
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn get_color_space(mon: &mut Monitor) -> Result<(u32, u32), String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `aimpoint` and `hz_counter` are never read
[INFO] [stdout]    --> src/gui.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub struct MonitorStateUpdate {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 290 |     pub aimpoint: Option<u32>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 291 |     pub hz_counter: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MonitorStateUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `win32_modifiers` and `win32_vk` are never used
[INFO] [stdout]    --> src/hotkeys.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout] 176 | impl HotkeyBinding {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn win32_modifiers(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn win32_vk(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_vcp_codes` is never used
[INFO] [stdout]   --> src/monitor.rs:81:4
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn parse_vcp_codes(caps: &str) -> BTreeSet<u8> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `print_list` and `print_list_json` are never used
[INFO] [stdout]    --> src/monitor.rs:363:16
[INFO] [stdout]     |
[INFO] [stdout] 321 |     impl MonitorSet {
[INFO] [stdout]     |     --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 363 |         pub fn print_list(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 |         pub fn print_list_json(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `lat` is never read
[INFO] [stdout]  --> src/solar.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct SolarSchedule {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 4 |     pub lat: f64,
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `clap`
[INFO] [stderr]  --> Cargo.toml:4:15
[INFO] [stderr]   |
[INFO] [stderr] 4 | [dependencies.clap]
[INFO] [stderr]   |               ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `clap`
[INFO] [stderr] warning: `acer_monitor_cli` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.31.3, glutin-winit v0.4.2, winit v0.29.15
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8", kill_on_drop: false }`
[INFO] [stdout] 6eb56d0a147bcb57811bd12bc5e6c07431e4597e6b98899397116e7134de5ae8
