-
Notifications
You must be signed in to change notification settings - Fork 13.3k
regression: mismatched types (invalid pointer cast for trait objects) #128889
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Yeah, this is known breakage I think. Or if it wasn't uncovered by the crater, I totally think we should reject it. |
I agree, all of this looks like code we intended to break. The errors are unfortunately opaque though, I imagine users would have hard time figuring them out :( |
@WaffleLapkin shouldn't this be turned into a diagnostic issue rather than closed if the error is subpar (which it looks like it is to me as well)? |
@VorpalBlade diagnostic issue should be opened, but I have no spoons for that. Turning issues into issues for other topics is generally confusing, opening new issues is better. |
@VorpalBlade if you have capacity, please feel free to open such issue about diagnostic (backlinking this one). Thanks! |
I have the capacity, but I don't have any idea what the diagnostic should be. I don't understand the current error message. |
The error is that someone's trying to smuggle |
@apiraino @VorpalBlade I've opened #130030 to track the diagnostic issue. |
#120248 (comment) I believe is accepted breakage? cc @WaffleLapkin
The text was updated successfully, but these errors were encountered: