Conversation
ARMv6K Horizon OS panic change After a small change to `backtrace-rs` ([rust-lang#448](rust-lang/backtrace-rs#448)), `PanicStrategy::Unwind` is now fully supported.
…yn514 use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy))
…emoved, r=jyn514 Fix bug with `#[doc]` string single-character last lines Fixes rust-lang#90618. This is because `.iter().all(|c| c == '*')` returns `true` if there is no character checked. And in case the last line has only one character, it simply returns `true`, making the last line behind removed.
…=lnicola ⬆️ rust-analyzer r? ``@ghost``
|
@bors: r+ p=4 rolup=never |
|
📌 Commit 2709524 has been approved by |
|
@bors: rollup=never |
|
⌛ Testing commit 2709524 with merge 839e685abf0334d9b311fe8df73d30c861981d3c... |
|
💥 Test timed out |
|
@bors retry |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (c57704f): comparison url. Summary: This change led to moderate relevant mixed results 🤷 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression |
Successful merges:
#[doc]string single-character last lines #90657 (Fix bug with#[doc]string single-character last lines)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup