Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
unimplemented-macro-panic.rs
blob: d3bff8ca10ba0ef98eaaf68991c6c7cae2fc2402 [
file
] [
log
] [
blame
] [
edit
]
//@ run-fail
//@ error-pattern:not implemented
//@ ignore-emscripten no processes
fn
main
()
{
unimplemented
!()
}