swift
7d95914f - Sema: Don't include @_exported on suggested imports.

Commit
1 year ago
Sema: Don't include @_exported on suggested imports. The `@_exported` attribute does not need to be used consistently on imports in different source files. Additionally, since the declarations from exported imports are implicitly visible in every source file, diagnostics will never need to suggest imports of these modules anyways.
Author
Committer
Parents
Loading