The ABI of functions with #[track_caller] include the caller location as an argument, however, we don't have any mechanism to generate the expected Location. We should add support for it.
For more details, see https://rustc-dev-guide.rust-lang.org/backend/implicit-caller-location.html.
The ABI of functions with
#[track_caller]include the caller location as an argument, however, we don't have any mechanism to generate the expected Location. We should add support for it.For more details, see https://rustc-dev-guide.rust-lang.org/backend/implicit-caller-location.html.