-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Don't lint useless_transmute
on types with erased regions
#8564
Conversation
r? @camsteffen (rust-highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #8610) made this pull request unmergeable. Please resolve the merge conflicts. |
I'll take a look at this one @xFrednet |
Thank you, @Alexendoo, with this one you can r+ it once you think it looks good 🙃 @bors delegate=Alexendoo |
✌️ @Alexendoo can now approve this pull request |
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.
Could add the relevant tests from #2906 as well
b301ffd
to
0c6ebf1
Compare
@bors r+ |
📌 Commit 0c6ebf1 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes #6356
fixes #3340
fixes #2906
This should get a proper fix at some point, but this at least gets the lint running on some types.
cc #5343
changelog: Don't lint
useless_transmute
on types with erased regions