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