-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #67263
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 7 pull requests #67263
Conversation
This reverts commit 089229a.
This reverts commit 8f6197f.
This reverts commit 15c30dd.
Because it's unused. This then allows the removal of `MatcherPos::sp_open`. It's a tiny perf win, reducing instruction counts by 0.1% - 0.2% on a few benchmarks.
…f-never-type, r=centril Revert stabilization of never type Fixes rust-lang#66757 I decided to keep the separate `never-type-fallback` feature gate, but tried to otherwise revert rust-lang#65355. Seemed pretty clean. ( cc @Centril, author of rust-lang#65355, you may want to check this over briefly )
…drAus VecDeque: drop remaining items on destructor panic Closes rust-lang#67232
…KodrAus LinkedList: drop remaining items when drop panics rust-lang#67235, but for `LinkedList`, which has the same issue. I've also copied over the other drop-related tests from `VecDeque` since AFAICT `LinkedList` didn't have any.
Don't suggest wrong snippet in closure Fixes rust-lang#67190 r? @estebank
…Match-MatchedSeq, r=Centril Remove the `DelimSpan` from `NamedMatch::MatchedSeq`. Because it's unused. This then allows the removal of `MatcherPos::sp_open`. It's a tiny perf win, reducing instruction counts by 0.1% - 0.2% on a few benchmarks. r? @Centril
Require `allow_internal_unstable` for stable min_const_fn using unsta… …ble features r? @Centril cc @ecstatic-morse @RalfJung
…ly, r=alexcrichton Remove i686-unknown-dragonfly target DragonFly BSD removed support for i386 a while ago. It only supports x86_64 right now.
@bors r+ p=7 rollup=never |
📌 Commit 8e6c199 has been approved by |
⌛ Testing commit 8e6c199 with merge 0f41d81a9113a781232f99a9d94fa7562d178c7d... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
Successful merges:
DelimSpan
fromNamedMatch::MatchedSeq
. #67250 (Remove theDelimSpan
fromNamedMatch::MatchedSeq
.)allow_internal_unstable
for stable min_const_fn using unsta… #67251 (Requireallow_internal_unstable
for stable min_const_fn using unsta…)Failed merges:
r? @ghost