mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
73100d8e93
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.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.