We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,
t
./src/bootstrap/src/utils/helpers.rs:38:23
this is somewhat mitigated by it stringifying the argument expression, but could be further offset via use of the line! macro.
line!