Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
e392a6af29de15e1a4a97fe8b72d00ab6bac7b64
/
.
/
crates
/
anyhow
/
tests
/
ui
/
wrong-interpolation.rs
blob: b870ca713d4adf9625bc06b4d9b4ba1761d0bc77 [
file
] [
log
] [
blame
]
use
anyhow
::{
bail
,
Result
};
fn
main
()
->
Result
<()>
{
bail
!(
"{} not found"
);
}