Files
Alexis Laferrière 5cc4c788aa Sema: Update warning on @_implementationOnly import
Invite users of `@_implementationsOnly` imports from modules without
library-evolution to adopt `CheckImplementationOnly`. Use the existing warning
on the import statement. Adopting that feature reports unsafe references to
implementation-only imported types as errors and silences the warning on
the import.
2026-01-06 15:12:47 -08:00
..