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
Auto merge of #9196 - ehuss:backports, r=alexcrichton
[beta] backports for 1.51
Beta backports for the following:
* Fix panic with doc collision orphan. (#9142)
* This is an important regression that is fairly easy to hit.
* Do not exit prematurely if anything failed installing. (#9185)
* This is not a regression, but I think an important fix.
* Add schema field to the index (#9161)
* This is only the first commit from the PR which checks for the `v` field in the index, and skips entries that are not understood. The reason to backport is to get this in as early as possible so that if we do decide to start using it in the future, it works as early as possible. This otherwise doesn't do anything, so I think it should be safe.
* Fix warnings of the new non_fmt_panic lint (#9148)
* Fixes CI for a new warning in nightly.
0 commit comments