[WIP] move std::io::Error to core#153915
Conversation
This comment has been minimized.
This comment has been minimized.
0f6b4f6 to
c34b06d
Compare
This comment has been minimized.
This comment has been minimized.
c34b06d to
466bf96
Compare
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
466bf96 to
415e3d9
Compare
This comment has been minimized.
This comment has been minimized.
Initial attempt using |
This comment was marked as resolved.
This comment was marked as resolved.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
☔ The latest upstream changes (presumably #154123) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Doing it like |
WIP rebased version of @programmerjake's #116685, as suggested in rust-lang/libs-team#755 (comment).
This is compiling for at least
aarch64-apple-darwin, but will likely fail for most other targets. Going to get CI passing-ish, then try replacing the AtomicPtr vtables with externally defined items as suggested in the original PR: