mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00

MIR required_consts, mentioned_items: ensure we do not forget to fill these lists Bodies initially get created with empty required_consts and mentioned_items, but at some point those should be filled. Make sure we notice when that is forgotten.