-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Disable unix::net::ancillary on BSD. #96742
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
doc, | ||
target_os = "android", | ||
target_os = "dragonfly", | ||
target_os = "emscripten", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to have removed emscripten as well which isn't mentioned in the PR, was this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to have removed emscripten as well which isn't mentioned in the PR, was this intentional?
Comment not resolved too, yes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged this intentionally knowing that it did remove other platforms as well.
☔ The latest upstream changes (presumably #96904) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ |
📌 Commit 685192de96050a9674331197a8b34aaacf189d17 has been approved by |
No-Merge Policy? |
Didn't realize github's conflict resolution tool would cause a problem. Should I rebase and push to the branch instead? |
Yes, rebase + force push should work. |
@bors r- to resolve above |
685192d
to
8b9f8e2
Compare
@klensy @JohnTitor Done. |
@bors r=joshtriplett |
📌 Commit 8b9f8e2 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (9e26dc7): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
See #76915 (comment)