[SR-8811] Diagnosing Implicit Accessors for Uninhabited Types Should Be Smarter #51319
Labels
compiler
The Swift compiler itself
diagnostics QoI
Bug: Diagnostics Quality of Implementation
good first issue
Good for newcomers
improvement
SIL
Additional Detail from JIRA
md5: fe8546f9296464e8c547c7c953e07a35
Issue Description:
Try to emit SIL for the following code
It's good that we error, it's dismaying that we're diagnosing an implicit declaration. In particular, we're diagnosing the getter. We should check for accessors and emit something specialized here.
The text was updated successfully, but these errors were encountered: