<!-- Thank you for submitting a bootstrap report! Please provide detailed information to help us reproduce and diagnose the issue. --> ### 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.