Implement IntoIterator for [&[mut]] Box<[T; N], A>#134021
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6f3a44b to
576e704
Compare
This comment has been minimized.
This comment has been minimized.
|
☔ The latest upstream changes (presumably #136572) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@scottmcm anything I can do to move this forward? |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
6bcd9c3 to
72ea626
Compare
This comment has been minimized.
This comment has been minimized.
72ea626 to
366152c
Compare
This comment has been minimized.
This comment has been minimized.
33ce55c to
a26c96f
Compare
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🎉 Experiment
Footnotes
|
|
it looks like static-array 0.5 (the latest version) regressed because |
|
I don't think (I did submit a PR fixing the issue though: WhyAreAllTheseTaken/static-array#1) |
|
@WaffleLapkin I assume you mean it can be merged as-is? I agree it isn't used much. It does have one dependent though that seems to be active. So I think we should be cautious here. cc @WhyAreAllTheseTaken see WhyAreAllTheseTaken/static-array#1 |
I have published a new release to crates.io (0.5.1) with the pull request merged that should resolve the issue. |
|
@rfcbot resolve crater |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
unfortunately that was an incomplete fix: https://github.com/WhyAreAllTheseTaken/static-array/pull/1/changes#r3461196266 |
@BurntSushi yes, that is what I meant 🤦🏻 |
static-array 0.5.2 is now released which includes WhyAreAllTheseTaken/static-array#3 which should fix the issue. |
|
@bors squash msg="Implement |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
|
🔨 6 commits were squashed into 8842949. |
d1e622f to
8842949
Compare
View all comments
Revival of #124108