rust/compiler/rustc_middle/src/hir
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
..
map Avoid some def_span query calls 2024-04-29 09:48:19 +00:00
mod.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
nested_filter.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
place.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00