Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-result.rs
blob: ce29a8239e87b635751a970f14f897c55cfad85f [
file
] [
log
] [
blame
]
//@ run-pass
use
std
::
io
::
Error
;
fn
main
()
->
Result
<(),
Error
>
{
Ok
(())
}