types: replace GenWithStackByArgs to FastGenByArgs in types package
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
Some types package use GenWithStackByArgs to generate error information, which is not necessary and affect performance, we can replace them with FastGenByArgs
ref #64270
Contributor guide
Assessment
This issue has not been assessed yet.