mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
56e0626836
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