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 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/backtrace-1f10e7d50e8b9d4c/out

View File

@@ -0,0 +1,5 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/backtrace-94bb9ac43afb8248/build_script_build-94bb9ac43afb8248: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/build.rs
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/backtrace-94bb9ac43afb8248/build_script_build-94bb9ac43afb8248.d: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/build.rs
/Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/build.rs:

Binary file not shown.

View File

@@ -0,0 +1,5 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/eyre-fc76009d4682500e/build_script_build-fc76009d4682500e: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/eyre-0.6.8/build.rs
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/eyre-fc76009d4682500e/build_script_build-fc76009d4682500e.d: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/eyre-0.6.8/build.rs
/Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/eyre-0.6.8/build.rs:

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

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

View File

@@ -0,0 +1 @@
cargo:rustc-cfg=track_caller

View File

@@ -0,0 +1 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/eyre-ff2eec40c7575868/out

View File

@@ -0,0 +1,30 @@
error[E0407]: method `backtrace` is not a member of trait `Error`
--> /Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/eyre-ff2eec40c7575868/out/probe.rs:19:9
|
19 | / fn backtrace(&self) -> Option<&Backtrace> {
20 | | let backtrace = Backtrace::capture();
21 | | match backtrace.status() {
22 | | BacktraceStatus::Captured | BacktraceStatus::Disabled | _ => {}
23 | | }
24 | | unimplemented!()
25 | | }
| |_________^ not a member of trait `Error`
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/eyre-ff2eec40c7575868/out/probe.rs:2:16
|
2 | #![feature(backtrace)]
| ^^^^^^^^^
warning: the feature `backtrace` has been stable since 1.65.0 and no longer requires an attribute to enable
--> /Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/eyre-ff2eec40c7575868/out/probe.rs:2:16
|
2 | #![feature(backtrace)]
| ^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
error: aborting due to 2 previous errors; 1 warning emitted
Some errors have detailed explanations: E0407, E0554.
For more information about an error, try `rustc --explain E0407`.

View File

@@ -0,0 +1,5 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/indexmap-6c950f3e47cc9c11/build_script_build-6c950f3e47cc9c11: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/indexmap-6c950f3e47cc9c11/build_script_build-6c950f3e47cc9c11.d: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs
/Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs:

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1,8 @@
; ModuleID = 'probe0.43107230-cgu.0'
source_filename = "probe0.43107230-cgu.0"
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "arm64-apple-macosx11.0.0"
!llvm.module.flags = !{!0}
!0 = !{i32 7, !"PIC Level", i32 2}

View File

@@ -0,0 +1,8 @@
; ModuleID = 'probe1.4b0b7c22-cgu.0'
source_filename = "probe1.4b0b7c22-cgu.0"
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "arm64-apple-macosx11.0.0"
!llvm.module.flags = !{!0}
!0 = !{i32 7, !"PIC Level", i32 2}

View File

@@ -0,0 +1,2 @@
cargo:rustc-cfg=has_std
cargo:rerun-if-changed=build.rs

View File

@@ -0,0 +1 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/indexmap-adbbde0a576a4f7b/out

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1,3 @@
cargo:rustc-cfg=io_safety_is_in_std
cargo:rustc-cfg=panic_in_const_fn
cargo:rerun-if-changed=build.rs

View File

@@ -0,0 +1 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/io-lifetimes-c4b6bd91e03dcdab/out

View File

@@ -0,0 +1,5 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/io-lifetimes-f0527640f986f0e3/build_script_build-f0527640f986f0e3: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.4/build.rs
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/io-lifetimes-f0527640f986f0e3/build_script_build-f0527640f986f0e3.d: /Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.4/build.rs
/Users/kah/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.4/build.rs:

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More