-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Conversation
r? @camsteffen (rust-highfive has picked a reviewer for you, use r? to override) |
r? @Alexendoo |
…bugs in displaying an extra mut when a TypeAndMut was wrong
d9a974c
to
af9dfa3
Compare
Thanks! LGTM @xFrednet |
There was a problem hiding this 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!
This looks good to me, thank you very much! 👍 @bors r=Alexendoo,xFrednet |
📌 Commit 8f8fc9f has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes #8708
changelog: fixes an ICE introduced in #8445