Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
macros
/
unimplemented-macro-panic.rs
blob: 804bd61270e2a9968e11c5f76ffc696bd03c2234 [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:not implemented
//@ needs-subprocess
fn
main
()
{
unimplemented
!()
}