-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 8 pull requests #98883
Rollup of 8 pull requests #98883
Conversation
They never return `None`, so they trivially fulfill the contract.
Implement `FusedIterator` for `std::net::[Into]Incoming` They never return `None`, so they trivially fulfill the contract. What should I put for the stability attribute of `Incoming`?
Clarify MIR semantics of checked binary operations
…erister Enable raw-dylib for bin crates Fixes rust-lang#93842 When a `raw-dylib` is used in a `bin` crate, we need to link to the library name specified.
…r-span, r=oli-obk Improve spans for specialization error Fixes rust-lang#98777
fix interpreter validity check on Box Follow-up to rust-lang#98554: avoid walking over parts of the value twice. And then move all that logic into the general visitor so not each visitor implementation has to deal with it...
adjust dangling-int-ptr error message based on suggestions by `@saethlin` in rust-lang/miri#2163 Fixes rust-lang/miri#2163 I also did a bit of refactoring on this, so we have a helper method to create a `Pointer` with `None` provenance.
…i-obk add more `rustc_pass_by_value` r? `@oli-obk` cc rust-lang#98766
…parens, r=oli-obk Fix "wrap closure in parenthesis" suggestion for `async` closure Fixes rust-lang#98023
@bors r+ p=8 rollup=never |
📌 Commit fc9b5de has been approved by |
⌛ Testing commit fc9b5de with merge 6460e2f3e4f42de508ab67c00a2e9facd4e58e77... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Looks spurious, @bors retry |
⌛ Testing commit fc9b5de with merge 2f6c08d65fd3b32f86e479ea36e8d7ae958e05dd... |
💔 Test failed - checks-actions |
@bors retry |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors r |
@bors r- |
Successful merges:
FusedIterator
forstd::net::[Into]Incoming
#97300 (ImplementFusedIterator
forstd::net::[Into]Incoming
)rustc_pass_by_value
#98878 (add morerustc_pass_by_value
)async
closure #98879 (Fix "wrap closure in parenthesis" suggestion forasync
closure)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup