Remove uses of _
in defaults
#67693
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Quoting myself from the referenced thread:
I feel like the internal use of
_
as a default name for things is a bit undisciplined, and it's leaking into diagnostics in annoying ways. There is also this: #66679I feel like internally, we should keep a strong separation between names that we get from the source code being compiled and names being generated by the compiler...
Originally posted by @mark-i-m in #67565 (comment)
cc @Centril @matthewjasper @pnkfelix
The text was updated successfully, but these errors were encountered: