You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The non_fmt_panic lint points inside the definition of a in:
panic!(a!())
Because the argument of panic!() is entirely a!(), we get the span inside of as definition. We should walk up the macro backtrace to find the span of a!() itself in this snippet.