mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
9f67c50128
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.