We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Was testing my code by injecting an early exit and found that it ICEd. Here is a repro (with rust 0.4):
// rustc early_exit.rs fn main() { libc::exit(0); error!("ack"); }
The text was updated successfully, but these errors were encountered:
This looks like something I fixed. It should be tested against trunk.
Sorry, something went wrong.
This can be closed, it's working on incoming now.
I will add the test case before closing it.
Added the test case in a pending pull request; closing
Merge pull request rust-lang#4120 from rust-lang/rustup-2025-01-03
26f09b5
Automatic Rustup
No branches or pull requests
Was testing my code by injecting an early exit and found that it ICEd. Here is a repro (with rust 0.4):
The text was updated successfully, but these errors were encountered: