Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-result-box-error_ok.rs
blob: b0e932e1fe03ca8665626a255aea106d906f4d82 [
file
] [
log
] [
blame
]
// run-pass
use
std
::
io
::
Error
;
fn
main
()
->
Result
<(),
Box
<
Error
>>
{
Ok
(())
}