Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
0d5c23f0c3fda3b89d25b270ca064d30e494aeb2
/
.
/
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
()
{}