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
fix: do not panic when failed to parse rustc commit-hash
In some situation the commit-hash in `rustc -vV` output is "unknown".
The debug assertion must not block any progress on others like miri,
so removed and log instead.
0 commit comments