-
Notifications
You must be signed in to change notification settings - Fork 13k
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
LLVM Assertion : Type Unsized #22465
Comments
I can't tell for sure because there's no code sample, but this might be the same problem as #21533 |
I do not have time at the moment to further reduce this, and I hate to link a ton of code, but just because it might really be useful to someone to reproduce this error I am linking the source that will produce the error on my machine. https://www.dropbox.com/s/x0fz07ywt8wh12j/droid_ffi_21.rs?dl=0 The offending line is 1250. If you comment that out it will not abort. Also, that line is incorrect. I was generating the bindings incorrectly, so this problem is no longer holding my project up! But, like I said, if someone really needs to fix this bug that there should reproduce it. |
I've encountered the same error myself, commenting out line 111 in that file stops it from happening: edit: I'm using |
Hi @kmcallister, @GyrosOfWar - do you guys have an example of this with otherwise-compiling code? |
looks like a duplicate of #19001 |
The text was updated successfully, but these errors were encountered: