swift
39f1e97b - [Safe mode] Diagnose uses of declarations involving unsafe types

Commit
1 year ago
[Safe mode] Diagnose uses of declarations involving unsafe types When referencing a declaration, check whether any of the types in that reference are unsafe. This can diagnose cases where the original declaration either wasn't actually unsafe, or is being provided with unsafe types via generics.
Author
Committer
Parents
Loading