mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
66d243f61b
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.