mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +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.