mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 04:06:27 +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.