Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
rfc-1937-termination-trait
/
termination-trait-for-str.rs
blob: 94f16c6fd02128d223cad900ed9e02d206ae1eca [
file
] [
log
] [
blame
]
// run-fail
// error-pattern: An error message for you
// failure-status: 1
// ignore-emscripten no processes
fn
main
()
->
Result
<(),
&
'
static
str
>
{
Err
(
"An error message for you"
)
}