warning: `gm4-gui` (bin "gm4-gui") generated 21 warnings (run `cargo fix --bin "gm4-gui"` to apply 11 suggestions)
It doesn't fix all warnings and also crashes with that command.
I also tried export RUSTUP_TOOLCHAIN=nightly, cargo build --frozen --release --all-features, and cargo build.
Commands I used for building:
warning: `gm4-gui` (bin "gm4-gui") generated 21 warnings (run `cargo fix --bin "gm4-gui"` to apply 11 suggestions)
It doesn't fix all warnings and also crashes with that command. I also triedexport RUSTUP_TOOLCHAIN=nightly
,cargo build --frozen --release --all-features
, andcargo build
.