-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Properly prevent mir building with unknown types present #18067
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
a01cfba
to
a1ea7f1
Compare
@bors r+ |
@bors r+ |
💡 This pull request was already approved, no need to approve it again. |
fix: Properly prevent mir building with unknown types present
💔 Test failed - checks-actions |
Preventing building of all MIR seems too much, we have some IDE features relying on MIR and it'll be a shame if they won't work (or work incorrectly) for incomplete code. Instead, we should be more relaxed in MIR lowering, and allow improper HIR in it. |
a6a9b13
to
d2aa2c0
Compare
I don't disagree but I've been unable to locate the exact cause of us hitting the tuple field requires tuple type |
d2aa2c0
to
0a7d3d8
Compare
0a7d3d8
to
7c52759
Compare
@bors r+ |
☀️ Test successful - checks-actions |
No description provided.