mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +00:00
With the removal of `LintDiagnostic::msg` / the `msg` param from lint diag APIs, primary messages for lint diags are always constructed lazily inside decorator fns rendering this wrapper type unused / useless.