Some fancy error

This commit is contained in:
hal8174 2025-08-04 23:23:35 +02:00
parent 8fcf815dbf
commit 9ebc313027
Signed by: hal8174
SSH key fingerprint: SHA256:NN98ZYwnrreQLSOV/g+amY7C3yL/mS1heD7bi5t6PPw
4 changed files with 206 additions and 45 deletions

33
Cargo.lock generated
View file

@ -373,7 +373,7 @@ dependencies = [
"log",
"nix 0.25.1",
"slotmap",
"thiserror",
"thiserror 1.0.69",
"vec_map",
]
@ -1328,7 +1328,7 @@ dependencies = [
"combine",
"jni-sys",
"log",
"thiserror",
"thiserror 1.0.69",
"walkdir",
"windows-sys 0.45.0",
]
@ -1586,7 +1586,7 @@ dependencies = [
"ndk-sys",
"num_enum 0.5.11",
"raw-window-handle",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -2204,7 +2204,7 @@ dependencies = [
"rand_chacha",
"simd_helpers",
"system-deps",
"thiserror",
"thiserror 1.0.69",
"v_frame",
"wasm-bindgen",
]
@ -2293,6 +2293,7 @@ dependencies = [
"miette",
"nom 8.0.0",
"ray-tracing-core",
"thiserror 2.0.12",
]
[[package]]
@ -2373,7 +2374,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
dependencies = [
"getrandom",
"libredox",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -2757,7 +2758,16 @@ version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl 2.0.12",
]
[[package]]
@ -2771,6 +2781,17 @@ dependencies = [
"syn 2.0.89",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.89",
]
[[package]]
name = "thread_local"
version = "1.1.8"