Files
swift-mirror/test/attr
Slava Pestov 459a874f00 Sema: Re-visit @specialize attribute where clause in interface resolution stage
As with all other where clauses, we must resolve the requirements twice;
first in structural stage to build the generic signature, and second in
interface stage to check that any generic types that appear within
satisfy requirements. We weren't doing the latter for @specialize, which
would result in SIL crashes if such invalid SIL types appeared therein.

Fixes rdar://165909327.
2025-12-05 09:53:46 -05:00
..
2025-05-05 13:50:51 -07:00
2024-04-18 17:56:04 -07:00