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