Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Issue #7580
//@ run-fail
//@ error-pattern:panic works
//@ needs-subprocess
use std::*;
fn main() {
panic!("panic works")
}