linutil/rust/target/debug/build/eyre-24f87677abef33aa/out/probe.rs

8 lines
124 B
Rust
Raw Normal View History

2024-05-16 21:38:26 +01:00
#![allow(dead_code)]
#[track_caller]
fn foo() {
let _location = std::panic::Location::caller();
}