blob: 3951b28267941e68688c9b91911521eb3e123a4d [file] [log] [blame]
//@ run-fail
//@ check-run-results
//@ compile-flags: -Zlocation-detail=line,file
//@ exec-env:RUST_BACKTRACE=0
fn main() {
panic!("column-redacted");
}