Change some Infallible to ! in std - #162073
Conversation
|
r? @clarfonthey rustbot has assigned @clarfonthey. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Thank you! @bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
|
@bors r- (I thought that would be automatic, honestly.) |
|
This pull request was unapproved. |
|
I fixed the rustdoc test and it looks reasonable but I'm not very familiar with that. |
Got me curious so I found rust-lang/bors#317 |
Mentioned it on Zulip to see if anyone has comments: #t-rustdoc > never_search test @ 💬 |
|
@rustbot ready |
|
@bors r+ rollup Thank you! Got confirmation that the |
49736a2 to
dd13221
Compare
|
This pull request was unapproved. |
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
I believe this desirable since we recommend
!overInfallible, so std follows its own advice. Most changes are to unstable features, but not all. Similar changes in compiler have to wait for a bootstrap update.