-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ICE: 'assertion failed: index < LLVMCountParams(llfn)', ../src/librustc_llvm/lib.rs:2250 #26997
Comments
Arg, |
I've found this issue report since I just hit the same issue in my pet project. One thing which might be relevant is that Ivan's example compiles fine on my Windows machine and fails on my Linux machine. Both machines are running:
I just wrote a similar comment on #28502 since I'm facing both issues right now. @Aatch, sorry I'm new to the Rust environment and I don't quite get your statement. Are you saying that |
@liebharc methods with the |
As of last night's nightly, this no longer ICEs. |
…lexcrichton Add regression test for Issue 26997. rust-lang#26997
The compiler panics when trying to compile this code:
This is with
The text was updated successfully, but these errors were encountered: