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
Can someone provide a minimal test case for this issue? The one linked in the original comment no longer exists; the linked issue does still assert, though.
From comments it sounds like it was something like
#![feature(start)]
#[start]
fn main() {}
or
extern {
fn main();
}
fn main(){}
Both of these do not ICE anymore.
Either way, since we do not have the exact reproducer and it was indicated that the issue is kinda similar to the other linked issue, I’m inclined to close.
Minimal test case
The text was updated successfully, but these errors were encountered: