-
-
Notifications
You must be signed in to change notification settings - Fork 15k
confusing diagnostic about allocator_api feature #82452
Copy link
Copy link
Closed
Labels
A-allocatorsArea: Custom and system allocatorsArea: Custom and system allocatorsA-collectionsArea: `std::collections`Area: `std::collections`A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints
Metadata
Metadata
Assignees
Labels
A-allocatorsArea: Custom and system allocatorsArea: Custom and system allocatorsA-collectionsArea: `std::collections`Area: `std::collections`A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints
Type
Fields
Give feedbackNo fields configured for issues without a type.
The Strings were supposed to be inside a tuple,
but instead of a some kind of a mismatched argument number message, I got a warning about
allocator_api😅