Closed FluffyGhoster closed 7 months ago
what version of rust are you compiling with
what version of rust are you compiling with
The CI says "info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)"
i have fixed this in current master
Seems to be working now, thank you so much!
I am trying to update our (Aurorastation) rust_g version from 2.1.0 (+ some customized additions) to 3.10 (keeping the customized additions we have)
It seems on windows, the compile for the windows platform fails with:
I have also ported over the change made in #165 but without luck; I do not know much if anything about rust, but seeing the same error also happening in #160 it seems Clippy doesn't like some core rust_g code, hence opening this bug report
If I am wrong on the above assumption, please, do feel free to close this and let me know that I did something wrong on my side