rust/compiler
bors ba956ef4b0 Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlin
Remove `#[macro_use] extern crate rustc middle` from numerous crates

Because explicit importing of macros via `use` items is nicer (more standard and readable) than implicit importing via `#[macro_use]`. This PR mops up some cases I didn't get to in #124511.

r? `@saethlin`
2024-05-13 00:13:34 +00:00
..
2024-05-11 18:18:20 -07:00
2024-05-08 15:06:35 +00:00
2024-05-10 15:44:03 -04:00
2024-05-11 19:29:26 -04:00
2024-05-08 21:37:55 +02:00