char/target/debug/build/eyre-ff2eec40c7575868/out/probe.rs

8 lines
124 B
Rust
Raw Normal View History

2023-01-22 12:04:41 +01:00
#![allow(dead_code)]
#[track_caller]
fn foo() {
let _location = std::panic::Location::caller();
}