Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
macros
/
unimplemented-macro-panic.rs
blob: d3bff8ca10ba0ef98eaaf68991c6c7cae2fc2402 [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:not implemented
//@ ignore-emscripten no processes
fn
main
()
{
unimplemented
!()
}