add base cmd

This commit is contained in:
2023-01-22 12:04:41 +01:00
parent 332ef8e00d
commit 936c6b4741
1545 changed files with 2681 additions and 458 deletions

View File

@@ -0,0 +1,7 @@
#![allow(dead_code)]
#[track_caller]
fn foo() {
let _location = std::panic::Location::caller();
}