1
Fork 0

Warn when using panic-strategy abort for proc-macro crates

This commit is contained in:
Lukas Wirth 2023-01-10 13:57:42 +01:00
parent 279f1c9d8c
commit 549ece7033
6 changed files with 23 additions and 1 deletions

View file

@ -41,3 +41,6 @@ interface_rustc_error_unexpected_annotation =
interface_failed_writing_file =
failed to write file {$path}: {$error}"
interface_proc_macro_crate_panic_abort =
building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic