Description
Enabling the rust_2018_idioms
lint group right now is a pretty brutal experience. Once enabled a slew of warnings show up that cargo fix
often isn't very well to prepared. Furthermore, not all lints have automatic suggestions! This runs the risk of making the 2018 edition feel like a "big breaking change" because it takes so much effort to quelch all the lints.
Should we completely not mention the rust_2018_idioms
lint group for the edition? For the preview?
I'd personally think that we should avoid talking about this lint group at all until it's received a lot more polish. Until that time it's probably best if it's left only for compiler developers and the extra intrepid who go poking around in history. Curious to hear what others think though!