mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
dfbd9b2d81
Remove unused `PpMode::needs_hir` This method was added in #99360 to avoid an overzealous `span_delayed_bug` ICE in specific circumstances, but the only caller was subsequently removed in #136603, which presumably avoids the problem in a more principled way.