You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prints an ICE in addition to the expected diagnostic:
struct S {
x: int
}
fn main() {
S { y: 1 };
}
error: internal compiler error: no type for node 8: expr 1 (id=8) in fcx 7f8a6449c480
I half-remember hearing that this is already known a while ago, but I couldn't find an issue for it and it's still happening. Sorry if this is redundant.