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
During implementation of #84401, i found that fn_sig query panicks for a specific malformed test case: test/ui/proc-macro/issue-59191-replace-root-with-fn.rs
In #84401 I plan to make the compilation abort after the error is raised, but it would be nice to allow it to continue.