swift
improve error when using noncopyable type with subscript
#65898
Merged

improve error when using noncopyable type with subscript #65898

kavon
kavon2 years ago

Subscripts today don't support any form of ownership specifier for its parameters Since noncopyable types require such a specifier, it's not helpful to emit an error suggesting to add the specifier.

rdar://109233314

kavon improve error when using noncopyable type with subscript
3ce82442
kavon kavon requested a review from hborla hborla 2 years ago
kavon kavon requested a review from slavapestov slavapestov 2 years ago
kavon kavon requested a review from xedin xedin 2 years ago
kavon kavon requested a review from AnthonyLatsis AnthonyLatsis 2 years ago
kavon
kavon2 years ago

@swift-ci please smoke test and merge

swift-ci swift-ci merged 187f8236 into main 2 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone