Files
rust/tests/ui/proc-macro/panic-abort.rs
2025-09-21 13:12:18 -04:00

6 lines
221 B
Rust

//@ compile-flags: --crate-type proc-macro -Cpanic=abort
//@ force-host
//@ check-pass
//~? WARN building proc macro crate with `panic=abort` or `panic=immediate-abort` may crash the compiler should the proc-macro panic