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
Code coverage started failing recently, and it appears that it's due to an ICE that dates back a little bit, but only recently started cropping up most likely due to rustfmt being broken on nightly for a while: . I tried to narrow it down, but I can't seem to get the ICE to occur outside of the project.
The earliest version of nightly that installed all the default components that doesn't cause an ICE is 2021-03-25.
There was a recent change that landed in nightly just a couple of days ago that started causing an ICE for certain macro invocations. I suspect this is the issue you noticed.
Code coverage started failing recently, and it appears that it's due to an ICE that dates back a little bit, but only recently started cropping up most likely due to rustfmt being broken on nightly for a while: . I tried to narrow it down, but I can't seem to get the ICE to occur outside of the project.
The earliest version of nightly that installed all the default components that doesn't cause an ICE is 2021-03-25.
The commit to revert is: cd668bf
The text was updated successfully, but these errors were encountered: