-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 9 pull requests #72182
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
Rollup of 9 pull requests #72182
Conversation
`prefix` should not be mutable. Change the process from for loop to find, which makes the `prefix` able to be immutable.
…matsakis Fix hang in lexical_region_resolve Regionck was stuck in a loop where a region value was changing between two equal regions. Closes rust-lang#72051
…E0228, r=petrochenkov add long error explanation for E0228 Add long explanation for the E0228 error code Part of rust-lang#61137 Let me know if this is wrong at all (or can be written more clearly), I'm still learning Rust.
…an-DPC Clean up E0581 explanation r? @Dylan-DPC
…hewjasper Add doc comment for `rustc_middle::mir::mono::Linkage`
Warn against thread::sleep in async fn I've seen `thread::sleep` wrecking havoc in async servers. There's already an [issue for clippy](rust-lang/rust-clippy#4377), but the std docs could warn against it too.
…atsakis Remove UnnormalizedProjection This was only used for the old chalk integration with chalk-engine r? @nikomatsakis
…wjasper docs: remove comment referencing non-existent method
…an-DPC Clean up E0582 explanation r? @Dylan-DPC
@bors r+ rollup=never p=9 |
📌 Commit c44a762 has been approved by |
⌛ Testing commit c44a762 with merge 8ab0258cb3022089fc3a23a12ff51a0b5b9dcd9c... |
💔 Test failed - checks-actions |
@rust-lang/infra I am unable to see the failure in this run -- the only failing job is "mark the job as failure". Usually then there is another job that also failed that shows the actual error; that does not seem to be the case this time. |
The two canceled jobs in this run are:
|
@bors p=0 r- retry |
Successful merges:
prefix
should not be mutable. #71525 (prefix
should not be mutable.)rustc_middle::mir::mono::Linkage
#72138 (Add doc comment forrustc_middle::mir::mono::Linkage
)Failed merges:
r? @ghost