rust/compiler/rustc_mir_build/src
bors 09cd00fea4 Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot
Some hir cleanups

It seemed odd to not put `AnonConst` in the arena, compared with the other types that we did put into an arena. This way we can also give it a `Span` without growing a lot of other HIR data structures because of the extra field.

r? compiler
2024-05-04 00:32:27 +00:00
..
build Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot 2024-05-04 00:32:27 +00:00
thir Inline & delete Ty::new_unit, since it's just a field access 2024-05-02 17:49:23 +02:00
check_unsafety.rs Add a non-shallow fake borrow 2024-04-20 16:01:35 +02:00
errors.rs Pass translation closure to add_to_diag_with() as reference 2024-04-21 07:45:03 +00:00
lib.rs Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
lints.rs Change InlineAsm to allow multiple targets instead 2024-02-24 18:50:09 +00:00