We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!