rust/compiler/rustc_macros/src/diagnostics
León Orell Valerian Liehr 06bc4fc671
Remove LintDiagnostic::msg
* instead simply set the primary message inside the lint decorator functions
* it used to be this way before [#]101986 which introduced `msg` to prevent
  good path delayed bugs (which no longer exist) from firing under certain
  circumstances when lints were suppressed / silenced
* this is no longer necessary for various reasons I presume
* it shaves off complexity and makes further changes easier to implement
2024-05-23 04:08:35 +02:00
..
diagnostic.rs Remove LintDiagnostic::msg 2024-05-23 04:08:35 +02:00
diagnostic_builder.rs Add note_once/help_once to diagnostic derives 2024-05-21 20:11:42 +00:00
error.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
mod.rs Slightly clean up some lint infra code 2024-05-23 03:21:12 +02:00
subdiagnostic.rs Fix subdiagnostic-only enum variants not generating code 2024-05-21 20:11:42 +00:00
utils.rs Add note_once/help_once to diagnostic derives 2024-05-21 20:11:42 +00:00