this post was submitted on 24 Aug 2023
54 points (98.2% liked)
Rust Programming
8159 readers
2 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If "Rust reports potentially useful cfg-disabled items in errors" works remotely as well as I'm imagining it, that's going to be insanely useful.
It was this very day, that I wasted several minutes wondering how the hell
url::Url
does not implement the serde-traits, when those were simply behind a feature flag.This will also hopefully limit the number of issues opened that are resolved with a "you must enable X feature."