index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-str-ok.rs
blob: f0591c38c007f665162f70ff6b23ac16c70e0b0b (
plain
)
1
2
3
4
// run-pass
fn
main
()
->
Result
<
(),
&'
static
str
>
{
Ok
(())
}