about summary refs log tree commit diff
path: root/tests/ui/panics/location-detail-panic-no-column.rs
blob: 3951b28267941e68688c9b91911521eb3e123a4d (plain)
1
2
3
4
5
6
7
8
//@ run-fail
//@ check-run-results
//@ compile-flags: -Zlocation-detail=line,file
//@ exec-env:RUST_BACKTRACE=0

fn main() {
    panic!("column-redacted");
}