Is there an existing issue for this?
Current Behavior
There is no VALIDATE_RUST_2024 or FIX_RUST_2024 lint, despite those being part of Rustfmt
Expected Behavior
A VALIDATE_RUST_2024 and FIX_RUST_2024 lint
Anything else?
Imo, it would probably be better to call cargo fmt so that new editions and cargo-aware features can be supported without reimplementing them here. We could probably have a lint using that as well, but some Rust projects would need the old code as they don't use Cargo.
Is there an existing issue for this?
Current Behavior
There is no
VALIDATE_RUST_2024orFIX_RUST_2024lint, despite those being part of RustfmtExpected Behavior
A
VALIDATE_RUST_2024andFIX_RUST_2024lintAnything else?
Imo, it would probably be better to call
cargo fmtso that new editions andcargo-aware features can be supported without reimplementing them here. We could probably have a lint using that as well, but some Rust projects would need the old code as they don't use Cargo.