-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add specific diagnostic when attempting to transmute between equal generic types #57044
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
(rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #57108) made this pull request unmergeable. Please resolve the merge conflicts. |
d1aae2b
to
d178fce
Compare
@bors r+ |
📌 Commit d178fce has been approved by |
⌛ Testing commit d178fce with merge 94cca8cc0441e11dc3b8d290d95fec7e632d39fb... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
@bors r=matthewjasper |
📌 Commit 3ed83e59e3ee00d08b473a49a5420d2889460308 has been approved by |
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 |
⌛ Testing commit 3ed83e59e3ee00d08b473a49a5420d2889460308 with merge cd09c99c467e4e50d1cb5757ac35784b90dd370d... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
3ed83e5
to
7d5f6ce
Compare
(Sorry, completely misread that previous error.) @bors r=matthewjasper |
📌 Commit 7d5f6ce has been approved by |
Add specific diagnostic when attempting to transmute between equal generic types Also clarifies the wording of E0512. Fixes #49793.
☀️ Test successful - status-appveyor, status-travis |
Also clarifies the wording of E0512.
Fixes #49793.