-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Move string append to core::str #2710
Copy link
Copy link
Closed
Labels
A-codegenArea: Code generationArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Milestone
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Type
Fields
Give feedbackNo fields configured for issues without a type.
There's no reason to retain two ways of doing what amounts to vector addition. Once this is done, a good chunk of our trans code will be dead. See #2709.