Uh oh!
There was an error while loading. Please reload this page.
crate::io::Result → io::Result in most places - #149778
Conversation
rustbot
commented
Dec 8, 2025
rustbot has assigned @Mark-Simulacrum. Use |
This comment has been minimized.
This comment has been minimized.
tbu-
commented
Dec 8, 2025
How do I verify that I haven't broken all of these targets that the CI doesn't check? |
bors
commented
Dec 9, 2025
☔ The latest upstream changes (presumably #147572) made this pull request unmergeable. Please resolve the merge conflicts. |
ChrisDenton
commented
Dec 9, 2025
Something like: |
Uh oh!
There was an error while loading. Please reload this page.
09e39c6 to
0fe1555Compare
This comment has been minimized.
This comment has been minimized.
0fe1555 to
ca641b4CompareMark-Simulacrum
commented
Dec 13, 2025
@bors try jobs=dist-various-* |
This comment has been minimized.
This comment has been minimized.
`crate::io::Result` → `io::Result` in most places try-job: dist-various-*
This comment has been minimized.
This comment has been minimized.
💔 Test for 866d786 failed: CI. Failed jobs:
|
bors
commented
Dec 15, 2025
☔ The latest upstream changes (presumably #149930) made this pull request unmergeable. Please resolve the merge conflicts. |
ca641b4 to
363e0daCompare363e0da to
8dd8140Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8dd8140 to
4d351cbCompareMark-Simulacrum
commented
Dec 28, 2025
@bors try jobs=dist-various-* |
`crate::io::Result` → `io::Result` in most places try-job: dist-various-*
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test for fe243a2 failed: CI. Failed jobs:
|
4d351cb to
7050391Comparetbu-
commented
Dec 29, 2025
@bors try jobs=dist-various-* |
@tbu-: 🔑 Insufficient privileges: not in try users |
Mark-Simulacrum
commented
Dec 29, 2025
@bors try jobs=dist-various-* |
🔒 Merge conflict This pull request and the base branch diverged in a way that cannot How do I rebase?Assuming
You may also read Please avoid the "Resolve conflicts" button on GitHub. Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how |
bors
commented
Dec 29, 2025
☔ The latest upstream changes (presumably #150476) made this pull request unmergeable. Please resolve the merge conflicts. |
I don't know why many places refer to the type as `crate::io::Result` when `crate::io` is already imported.
7050391 to
440bf4dComparerustbot
commented
Dec 29, 2025
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. |
tbu-
commented
Dec 29, 2025
@Mark-Simulacrum Can you delegate the ability to |
Mark-Simulacrum
commented
Dec 30, 2025
@bors try jobs=dist-various-* |
`crate::io::Result` → `io::Result` in most places try-job: dist-various-*
This comment has been minimized.
This comment has been minimized.
Mark-Simulacrum
commented
Jan 1, 2026
@bors r+ |
bors
commented
Jan 1, 2026
…uwer Rollup of 4 pull requests Successful merges: - #149778 (`crate::io::Result` → `io::Result` in most places) - #150264 (split up tracking issue for target feature feature gates) - #150548 (`region_scope_tree`: Rewrite a `loop` as tail recursion) - #150555 (Enable thumb interworking on ARMv7A/R and ARMv8R bare-metal targets) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #149778 - tbu-:pr_crate_io_result, r=Mark-Simulacrum `crate::io::Result` → `io::Result` in most places I don't know why many places refer to the type as `crate::io::Result` when `crate::io` is already imported.
I don't know why many places refer to the type as
crate::io::Resultwhencrate::iois already imported.