@mhoye the Rust compiler will make suggestions for issues that have an explicit and even possibly straightforward fix. However even the smallest error often comes with ambiguity about what the correct fix is. Say you forgot to include a type but there are two with the same unqualified name, so the compiler can't tell which one you really meant to include.
@gabrielesvelto
@mhoye That being said, the ones with a straightforward fix in Rust can be modified into the source with cargo fix, which is neatly provided with the rest of the toolchain (i.e. doesn't require installing anything else other than Rust)!
If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.catgirl.cloud/users/multisn8/statuses/116267561219194819 on your instance and quote it. (Note that quoting is not supported in Mastodon.)