1
Fork 0
rust/compiler/rustc_const_eval
Josh Triplett a105cd6066 Use field init shorthand where possible
Field init shorthand allows writing initializers like `tcx: tcx` as
`tcx`. The compiler already uses it extensively. Fix the last few places
where it isn't yet used.
2024-12-17 14:33:10 -08:00
..
src Use field init shorthand where possible 2024-12-17 14:33:10 -08:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl Get rid of HIR const checker 2024-11-22 02:32:26 +00:00