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