Warn when using panic-strategy abort for proc-macro crates
This commit is contained in:
parent
279f1c9d8c
commit
549ece7033
6 changed files with 23 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue