]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/panic-abort.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / proc-macro / panic-abort.rs
1 // error-pattern: building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
2 // compile-flags: --crate-type proc-macro -Cpanic=abort
3 // force-host
4 // check-pass