granite-rust/src/test/ui/panics/location-detail-panic-no-column.rs

8 lines
125 B
Rust
Raw Normal View History

2021-10-15 08:58:28 -07:00
// run-fail
// check-run-results
// compile-flags: -Zlocation-detail=line,file
fn main() {
panic!("column-redacted");
}