rust/compiler/rustc_interface/src
Matthias Krüger e4d0104754
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)
2023-01-13 19:16:43 +01:00
..
callbacks.rs Ignore span references from diagnostics. 2022-12-25 18:48:42 +00:00
errors.rs Warn when using panic-strategy abort for proc-macro crates 2023-01-13 10:13:49 +01:00
interface.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
lib.rs Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00
passes.rs Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk 2023-01-13 19:16:43 +01:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Harden the pre-tyctxt query system against accidental recomputation 2023-01-12 09:26:28 +00:00
tests.rs Add log-backtrace option to show backtraces along with logging 2023-01-12 00:17:48 +09:00
util.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00