rust/compiler
Guillaume Gomez 4764dceb0f
Rollup merge of #124000 - compiler-errors:sugg-tweaks, r=wesleywiser
Use `/* value */` as a placeholder

The expression `value` isn't a valid suggestion; let's use `/* value */` as a placeholder (which is also invalid) since it more clearly signals to the user that they need to fill it in with something meaningful. This parallels the suggestions we have in a couple other places, like arguments.

We could also print the type name instead of `/* value */`, especially if it's suggestable, but I don't care strongly about that.
2024-04-17 00:00:23 +02:00
..
2024-04-15 23:27:21 -04:00
2024-04-15 16:45:48 -04:00
2024-04-14 14:56:41 +02:00
2024-04-14 15:01:04 +02:00