swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.27k stars 10.33k forks source link

CustomStringConvertible conformance is not visible in some cases #68326

Open compnerd opened 1 year ago

compnerd commented 1 year ago

When enabling macros on Windows, it was found that the CustomStringConvertible conformance on PluginError was not visible in all cases. We were unable to synthesize a reduced test case and most of the structurally similar cases were unable to reproduce the issue.

Once the underlying issue is identified, we should revert https://github.com/apple/swift/pull/68323.

compnerd commented 1 year ago

CC: @DougGregor @rintaro @bnbarham