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
it seems that proc-macro used by a project panics, and those panics get printed to our stderr. I don't think we should do that, to not confuse them with real panics. Ideally, panic messge/trace should be stored as a String in macro exapnsion result