Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
f311e4c38c802b4a41e34aba0a923d6c1433ab22
/
.
/
crates
/
anyhow
/
tests
/
ui
/
no-impl.rs
blob: d2e89afc1b36e2c053381a3ed8420490d0954eef [
file
] [
log
] [
blame
]
use
anyhow
::
anyhow
;
#[
derive
(
Debug
)]
struct
Error
;
fn
main
()
{
let
_
=
anyhow
!(
Error
);
}