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