blob: 0a04f1ee759e743c9d76940a8d60a266434affbf [file] [log] [blame]
//@ run-fail
//@ check-run-results
//@ compile-flags: -Zlocation-detail=none
//@ exec-env:RUST_BACKTRACE=0
fn main() {
panic!("no location info");
}