rust/compiler/rustc_const_eval/src
Matthias Krüger 66d243f61b
Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors
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.
2024-08-02 06:43:44 +02:00
..
check_consts Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 2024-07-30 17:49:08 +00:00
const_eval on a signed deref check, mention the right pointer in the error 2024-08-01 14:25:19 +02:00
interpret Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors 2024-08-02 06:43:44 +02:00
util Reformat use declarations. 2024-07-29 08:26:52 +10:00
errors.rs on a signed deref check, mention the right pointer in the error 2024-08-01 14:25:19 +02:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00