]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 13 Jan 2023 18:16:43 +0000 (19:16 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 18:16:43 +0000 (19:16 +0100)
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)

1  2 
compiler/rustc_interface/src/passes.rs