Intial Commit of starworld
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
#[track_caller]
|
||||
fn foo() {
|
||||
let _location = std::panic::Location::caller();
|
||||
}
|
||||
Reference in New Issue
Block a user