-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
stage1: incompatible types (parameterized structs) not detected in analysis #3224
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
Labels
Milestone
Comments
Further reduction: fn init() struct {
y: f64,
} {
return undefined;
}
export fn entry() void {
var list: struct {
x: i32,
} = undefined;
list = init();
}
pub fn panic(msg: []const u8, error_return_trace: ?*@import("builtin").StackTrace) noreturn {
while (true) {}
} |
IR (before a5cb0f7)
IR (a5cb0f7)
|
This was referenced Nov 14, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
looks like a regression and suspect commit:
b2d94f9a5cb0f7error
expected error
reduction
The text was updated successfully, but these errors were encountered: