]> git.lizzy.rs Git - rust.git/blob - tests/ui/panics/location-detail-panic-no-column.rs
Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor
[rust.git] / tests / ui / panics / location-detail-panic-no-column.rs
1 // run-fail
2 // check-run-results
3 // compile-flags: -Zlocation-detail=line,file
4 // exec-env:RUST_BACKTRACE=0
5
6 fn main() {
7     panic!("column-redacted");
8 }