add base cmd
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
@@ -0,0 +1 @@
|
||||
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/backtrace-1f10e7d50e8b9d4c/out
|
BIN
target/debug/build/backtrace-94bb9ac43afb8248/build-script-build
Executable file
BIN
target/debug/build/backtrace-94bb9ac43afb8248/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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:
|
BIN
target/debug/build/eyre-fc76009d4682500e/build-script-build
Executable file
BIN
target/debug/build/eyre-fc76009d4682500e/build-script-build
Executable file
Binary file not shown.
BIN
target/debug/build/eyre-fc76009d4682500e/build_script_build-fc76009d4682500e
Executable file
BIN
target/debug/build/eyre-fc76009d4682500e/build_script_build-fc76009d4682500e
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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:
|
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
BIN
target/debug/build/eyre-ff2eec40c7575868/out/libeyre_build.rmeta
Normal file
BIN
target/debug/build/eyre-ff2eec40c7575868/out/libeyre_build.rmeta
Normal file
Binary file not shown.
7
target/debug/build/eyre-ff2eec40c7575868/out/probe.rs
Normal file
7
target/debug/build/eyre-ff2eec40c7575868/out/probe.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
#[track_caller]
|
||||
fn foo() {
|
||||
let _location = std::panic::Location::caller();
|
||||
}
|
1
target/debug/build/eyre-ff2eec40c7575868/output
Normal file
1
target/debug/build/eyre-ff2eec40c7575868/output
Normal file
@@ -0,0 +1 @@
|
||||
cargo:rustc-cfg=track_caller
|
1
target/debug/build/eyre-ff2eec40c7575868/root-output
Normal file
1
target/debug/build/eyre-ff2eec40c7575868/root-output
Normal file
@@ -0,0 +1 @@
|
||||
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/eyre-ff2eec40c7575868/out
|
30
target/debug/build/eyre-ff2eec40c7575868/stderr
Normal file
30
target/debug/build/eyre-ff2eec40c7575868/stderr
Normal 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`.
|
BIN
target/debug/build/indexmap-6c950f3e47cc9c11/build-script-build
Executable file
BIN
target/debug/build/indexmap-6c950f3e47cc9c11/build-script-build
Executable file
Binary file not shown.
BIN
target/debug/build/indexmap-6c950f3e47cc9c11/build_script_build-6c950f3e47cc9c11
Executable file
BIN
target/debug/build/indexmap-6c950f3e47cc9c11/build_script_build-6c950f3e47cc9c11
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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:
|
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
@@ -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}
|
@@ -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}
|
2
target/debug/build/indexmap-adbbde0a576a4f7b/output
Normal file
2
target/debug/build/indexmap-adbbde0a576a4f7b/output
Normal file
@@ -0,0 +1,2 @@
|
||||
cargo:rustc-cfg=has_std
|
||||
cargo:rerun-if-changed=build.rs
|
1
target/debug/build/indexmap-adbbde0a576a4f7b/root-output
Normal file
1
target/debug/build/indexmap-adbbde0a576a4f7b/root-output
Normal file
@@ -0,0 +1 @@
|
||||
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/indexmap-adbbde0a576a4f7b/out
|
0
target/debug/build/indexmap-adbbde0a576a4f7b/stderr
Normal file
0
target/debug/build/indexmap-adbbde0a576a4f7b/stderr
Normal file
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
Binary file not shown.
3
target/debug/build/io-lifetimes-c4b6bd91e03dcdab/output
Normal file
3
target/debug/build/io-lifetimes-c4b6bd91e03dcdab/output
Normal 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
|
@@ -0,0 +1 @@
|
||||
/Users/kah/git/git.front.kjuulh.io/kjuulh/char/target/debug/build/io-lifetimes-c4b6bd91e03dcdab/out
|
BIN
target/debug/build/io-lifetimes-f0527640f986f0e3/build-script-build
Executable file
BIN
target/debug/build/io-lifetimes-f0527640f986f0e3/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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:
|
BIN
target/debug/build/libc-1b131206a93b70e1/build-script-build
Executable file
BIN
target/debug/build/libc-1b131206a93b70e1/build-script-build
Executable file
Binary file not shown.
BIN
target/debug/build/libc-1b131206a93b70e1/build_script_build-1b131206a93b70e1
Executable file
BIN
target/debug/build/libc-1b131206a93b70e1/build_script_build-1b131206a93b70e1
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user