Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-impl-termination.rs
blob: f41684aaa98960a48303a03b5e6d93a30484dd68 [
file
] [
log
] [
blame
]
//@ run-pass
fn
main
()
->
impl
std
::
process
::
Termination
{
}