rust/compiler/rustc_const_eval/src
Guillaume Gomez 73100d8e93
Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk
share some track_caller logic between interpret and codegen

Also move the code that implements the track_caller intrinsics out of the core interpreter engine -- it's just a helper creating a const-allocation, doesn't need to be part of the interpreter core.
2023-10-30 17:33:16 +01:00
..
const_eval interpret: call caller_location logic the same way codegen does, and share some code 2023-10-28 15:40:03 +02:00
interpret Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk 2023-10-30 17:33:16 +01:00
transform Refactor away the need for some descr methods. 2023-10-25 16:40:32 +00:00
util interpret: call caller_location logic the same way codegen does, and share some code 2023-10-28 15:40:03 +02:00
errors.rs more precise error for 'based on misaligned pointer' case 2023-10-15 18:13:33 +02:00
lib.rs interpret: call caller_location logic the same way codegen does, and share some code 2023-10-28 15:40:03 +02:00