Rollup merge of #129625 - compiler-errors:generic-args-mode, r=fmease

Rename `ParenthesizedGenericArgs` to `GenericArgsMode`

A bit easier to digest name. Broken out of a PR implementing return type notation.
This commit is contained in:
Matthias Krüger
2024-08-27 00:42:02 +02:00
committed by GitHub
4 changed files with 23 additions and 24 deletions

View File

@@ -488,7 +488,7 @@ enum ParamMode {
Optional,
}
enum ParenthesizedGenericArgs {
enum GenericArgsMode {
ParenSugar,
Err,
}