-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 5 pull requests #98181
Rollup of 5 pull requests #98181
Conversation
…m position that originates in macros
…bank Do not suggest adding semicolon/changing delimiters for macros in item position that originates in macros Fixes rust-lang#91800.
Make `std::mem::needs_drop` accept `?Sized` This change attempts to make `needs_drop` work with types like `[u8]` and `str`. This enables code in types like `Arc<T>` that was not possible before, such as rust-lang#97676.
…=m-ou-se Test NLL fix of bad lifetime inference for reference captured in closure. This came up as a use-case for `thread::scope` API that only compiles successfully since `feature(nll)` got stabilized recently. Closes rust-lang#93203 which had been re-opened for tracking this very test case to be added.
…9, r=matthiaskrgr Add rustdoc-json regression test for rust-lang#98009 Fixes rust-lang#98009. There was apparently nothing to be done... cc `@matthiaskrgr` r? `@notriddle`
Keyword docs: Link to wikipedia article for dynamic dispatch
@bors r+ p=5 rollup=never |
📌 Commit 6ac9318 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (349bda2): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Successful merges:
std::mem::needs_drop
accept?Sized
#97675 (Makestd::mem::needs_drop
accept?Sized
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup