Skip to content

fix ICE in cast_slice_different_sizes #8720

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

Merged
merged 4 commits into from
Apr 30, 2022

Conversation

asquared31415
Copy link
Contributor

@asquared31415 asquared31415 commented Apr 19, 2022

fixes #8708

changelog: fixes an ICE introduced in #8445

@rust-highfive
Copy link

r? @camsteffen

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Apr 19, 2022
@xFrednet
Copy link
Member

r? @Alexendoo

@xFrednet xFrednet assigned xFrednet and unassigned camsteffen Apr 19, 2022
…bugs in displaying an extra mut when a TypeAndMut was wrong
@Alexendoo
Copy link
Member

Thanks!

LGTM @xFrednet

Copy link
Member

@xFrednet xFrednet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, I found one small NIT, that should be easy to fix. Then this can be merged.

Thank you, @Alexendoo, for the review!

@xFrednet
Copy link
Member

This looks good to me, thank you very much! 👍

@bors r=Alexendoo,xFrednet

@bors
Copy link
Contributor

bors commented Apr 30, 2022

📌 Commit 8f8fc9f has been approved by Alexendoo,xFrednet

@bors
Copy link
Contributor

bors commented Apr 30, 2022

⌛ Testing commit 8f8fc9f with merge ec46992...

@bors
Copy link
Contributor

bors commented Apr 30, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Alexendoo,xFrednet
Pushing ec46992 to master...

@bors bors merged commit ec46992 into rust-lang:master Apr 30, 2022
@asquared31415 asquared31415 deleted the ptr-cast-ice-fix branch September 3, 2022 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: raw pointer slice cast causes ICE
6 participants