Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-str.rs
blob: f0591c38c007f665162f70ff6b23ac16c70e0b0b [
file
] [
log
] [
blame
]
// run-pass
fn
main
()
->
Result
<(),
&
'
static
str
>
{
Ok
(())
}