-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
crate::io::Result → io::Result in most places
#149778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use |
This comment has been minimized.
This comment has been minimized.
99eb90b to
09e39c6
Compare
|
How do I verify that I haven't broken all of these targets that the CI doesn't check? |
|
☔ The latest upstream changes (presumably #147572) made this pull request unmergeable. Please resolve the merge conflicts. |
Something like: |
09e39c6 to
0fe1555
Compare
|
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 don't know why many places refer to the type as `crate::io::Result` when `crate::io` is already imported.
0fe1555 to
ca641b4
Compare
I don't know why many places refer to the type as
crate::io::Resultwhencrate::iois already imported.