mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 01:33:08 +00:00
The `ui_test` crate still uses 2021 as the default edition for running rustc-like tests. This creates an unwelcome discrepancy between `cargo dev lint` which uses Rust 2024 by default, and running UI tests through `compile-test`.