]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/panic-abort.rs
Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj
[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