Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk
Warn when using panic-strategy abort for proc-macro crates See https://github.com/rust-lang/rust/issues/82320, this simply warns for now as that seems like the best step that can be immediately taken (opposed to straight up rejecting or ignoring)
This commit is contained in:
commit
e4d0104754
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