-
Notifications
You must be signed in to change notification settings - Fork 109
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
Standard library function panicking::take_hook
does not codegen
#208
Comments
This doesn't fail as of
|
This stopped working at some point (possibly due to the switch to using
which suggests that the definition of fn main() {
let _ = panic::take_hook();
panic!("Normal panic");
} I get a different failure due to a missing
|
There seems to still be an issue with this test even after we fixed the linking issue. The new failure has to do with
|
That's the same error reported in #1781 |
The original issue described here has been fixed. |
related #109
The text was updated successfully, but these errors were encountered: