mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 04:56:35 +00:00
Suggest defining const parameter when appropriate Helps a bit with #91119. Following #105523's lead, I use placeholder `/* Type */` instead of `_` in the suggestion. It should be easier for newcomers to parse. `@rustbot` label A-diagnostics r? diagnostics