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