rust/compiler/rustc_codegen_ssa
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
..
2023-10-30 08:46:02 +11:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.