swift icon indicating copy to clipboard operation
swift copied to clipboard

NCGenerics: fix runtime metadata request strategy (demangling vs response)

Open kavon opened this issue 7 months ago • 6 comments

We can obtain metadata on older runtimes for a concrete type with a Copyable generic parameter via demangling. But if the generic argument is noncopyable, we should use the metadata response strategy instead.

resolves rdar://131337585

kavon avatar Jul 01 '24 16:07 kavon