Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
panics
/
panic-macro-owned.rs
blob: 4df04c50bc3ebd4d679cd0836b0392e61367f1f9 [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:panicked
//@ error-pattern:test-fail-owned
//@ needs-subprocess
fn
main
()
{
panic
!(
"test-fail-owned"
);
}