mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-12-29 06:49:45 +00:00
8 lines
124 B
Rust
8 lines
124 B
Rust
|
|
||
|
#![allow(dead_code)]
|
||
|
|
||
|
#[track_caller]
|
||
|
fn foo() {
|
||
|
let _location = std::panic::Location::caller();
|
||
|
}
|