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