rust/tests/ui/panics/location-detail-panic-no-li...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
158 B
Rust
Raw Normal View History

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