]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/panic-abort.rs
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[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