If there is a 2021 edition, what lints should have increased severity, if any?
Looking through the list of lints, a few are already listed as deprecated/being phased out but are allow by default:
- anonymous-parameters
- bare-trait-object — introduced in 2018 edition
- elided-lifetime-in-path — introduced in 2018 edition
Similarly, currently warn by default and deprecated/being phased out:
- illegal-floating-point-literal-pattern
- late-bound-lifetime-arguments
- safe-packed-borrows
- tyvar-behind-raw-pointer
I think this is a good starting point, but there are definitely others (like const-err) that make perfect sense to increase the severity of.