Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
a0bb32e78d21ffeca39c2344ff377c8276e4aee8
/
.
/
crates
/
thiserror
/
tests
/
ui
/
unexpected-struct-source.rs
blob: f39649424ce38afc561d079bef79c082463c10b5 [
file
] [
log
] [
blame
]
use
thiserror
::
Error
;
#[
derive
(
Error
,
Debug
)]
#[
source
]
pub
struct
Error
;
fn
main
()
{}