Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-never.rs
blob: 3b80c2b49a508bec9c90c85ae575258c96a432de [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:oh, dear
//@ needs-subprocess
fn
main
()
->
!
{
panic
!(
"oh, dear"
);
}