mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +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.