mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 19:46: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.
For more information about how rustc works, see the rustc dev guide.