rust/crates/hir_expand
Chayim Refael Friedman e6a35c28cb
Future-proof against a next edition by using >= and not ==
So that we won't have a strange bug when edition 2024 will land.

rustc [also does that](427cf81206/compiler/rustc_builtin_macros/src/edition_panic.rs (L84)).
2022-02-28 11:13:55 +02:00
..
src Future-proof against a next edition by using >= and not == 2022-02-28 11:13:55 +02:00
Cargo.toml Actually check in fixup.rs 2022-02-07 20:30:28 +01:00