Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
f311e4c38c802b4a41e34aba0a923d6c1433ab22
/
.
/
crates
/
anyhow
/
tests
/
ui
/
temporary-value.rs
blob: 803809b238f0d2109be19bd53142ee0582b69732 [
file
] [
log
] [
blame
]
use
anyhow
::
anyhow
;
fn
main
()
{
let
_
=
anyhow
!(&
String
::
new
());
}