rust/tests/ui/panics/location-detail-panic-no-file.rs

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

9 lines
154 B
Rust
Raw Normal View History

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