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
Both the old and the new versions modified rustdoc, but only after the force-push did the PR get autolabeled:
@Mark-Simulacrum I suspect there's something wrong in diff_between(). For one, it uses unwrap_or_default for the commit hashes, which seems like it'd introduce weird behavior. If the value isn't there, it'll just use an empty commit hash.
When you get a chance, could you look at the logs for that PR perhaps? Other than that, I don't know how to fix this.