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.
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"); }