bootstrap: t macro supresses real line number · Issue #137557 · rust-lang/rust (original) (raw)
Summary
panics originating from the t
macro will show ./src/bootstrap/src/utils/helpers.rs:38:23
in their backtrace, rather than the actual line number,
this is somewhat mitigated by it stringifying the argument expression, but could be further offset via use of the line!
macro.