Announcing Rust 1.72.0 (blog.rust-lang.org)
from snaggen@programming.dev to rust@programming.dev on 24 Aug 2023 16:36
https://programming.dev/post/2096824

#rust

threaded - newest

kevincox@lemmy.ml on 24 Aug 2023 20:02 collapse

I know it is dumb but that feature flag recommender is great. A lot of libraries like tokio have basically every feature behind a flag and figuring out which one to enable is quite tedious when you try to use a new API. Having the flag name right in the error message is so nice.

petsoi@mastodon.world on 24 Aug 2023 20:08 collapse

@kevincox @snaggen I also struggled from time to time to get the right things enabled.