mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
bc2504a83c
Better error for HRTB error from generator interior cc #100013 This is just a first pass at an error. It could be better, and shouldn't really be emitted in the first place. But this is better than what was being emitted before.