-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
tuples with unsized tails cause an error when compiled #33241
Comments
I am now getting a segfault in LLVM, but I'm uncertain whether that's actually the case, or just a local build problem.
|
Looks like |
Appears to be fixed today. E-needstest. |
Also ignore `attr-on-trait` test on stage-1 to keep `./x.py test --stage 1` successful. Fixes rust-lang#30355. Fixes rust-lang#33241. Fixes rust-lang#36400. Fixes rust-lang#37887. Fixes rust-lang#44578.
It seems that a better diagnostic output is needed:
|
@estebank Why? I believe it's implemented as a feature now (maybe it should be |
@eddyb it's unrelated to this issue, but rather to #45020's solution, Back to this issue, yes, the test in #45020 should be |
STR
Actual Results
Before #32939, this caused an LLVM error
Afterwards, this causes an ICE (the rustc size is the correct one):
The text was updated successfully, but these errors were encountered: