Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
2f9e68f57e23ce8dd762b03b25474401e99a88f5
/
.
/
crates
/
thiserror
/
tests
/
ui
/
expression-fallback.rs
blob: 72691295e70a2c720ae579071711c6d1720f42bf [
file
] [
log
] [
blame
]
use
thiserror
::
Error
;
#[
derive
(
Error
,
Debug
)]
#[
error
(
""
.
yellow
)]
pub
struct
ArgError
;
fn
main
()
{}