rust/compiler/rustc_const_eval/src
Matthias Krüger aebd794d15
Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obk
const validation: fix ICE on dangling ZST reference

Fixes https://github.com/rust-lang/rust/issues/126393
I'm not super happy with this fix but I can't think of a better one.

r? `@oli-obk`
2024-06-14 12:23:38 +02:00
..
check_consts Add Ty to mir::Const::Ty 2024-06-05 22:25:41 +01:00
const_eval const-eval: make lint scope computation consistent 2024-06-13 20:31:00 +02:00
interpret Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obk 2024-06-14 12:23:38 +02:00
util rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -> CompileTimeInterpCx 2024-06-13 20:30:11 +02:00
errors.rs interpret: make overflowing binops just normal binops 2024-05-21 14:50:09 +02:00
lib.rs use is_none_or in some places in the compiler 2024-06-12 16:20:07 +02:00