Files
rust/tests/ui/proc-macro/panic-abort.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
221 B
Rust
Raw Normal View History

//@ compile-flags: --crate-type proc-macro -Cpanic=abort
//@ force-host
//@ check-pass
2025-09-07 12:31:35 -04:00
//~? WARN building proc macro crate with `panic=abort` or `panic=immediate-abort` may crash the compiler should the proc-macro panic