-
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
[i128] ICE when calling function with #[repr(C)]'d tuple struct #38763
Comments
Still ICE-ing but with a different stack trace.
Relevant line I guess (there is only one unwrap right?): rust/src/librustc_trans/cabi_x86_64.rs Line 246 in b16c7a2
|
This is very suspicious - that rust/src/librustc_trans/cabi_x86_64.rs Lines 215 to 216 in b16c7a2
|
Add a test for rust-lang#38763. Update a test for rust-lang#45662.
The following code causes an ICE on current master (ac5cd3b):
ICE message:
cc #35118 (tracking issue)
cc @nagisa , me
The text was updated successfully, but these errors were encountered: