Leon Štok
Leon Štok
## Environment * **IntelliJ Rust plugin version:** 0.4.170.4627-213 * **Rust toolchain version:** 1.62.0-nightly (52ca603da 2022-04-12) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2021.3.4 (CL-213.7172.20) * **Operating system:** Linux 5.17.15-1-manjaro *...
Serializing struct with vector fails with: ```thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: UnsupportedOperation { operation: "serialize_seq" }```. I see that unit tests contain vectors so it...
When I am working on a large project there could be tons of errors. I usually work on one file then move to the next. The compiler errors are quite...