swiftlang / swift

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

[ASTDumper] Don't try to print opaque type decl substitutions #77778

Closed xedin closed 4 days ago

xedin commented 4 days ago

Attempting to dump opaque decl while type-checking a body of the declaration it's associated with results in a request cycle because underlying substitutions request would trigger type-checking if the body isn't type-checked yet.

xedin commented 4 days ago

@swift-ci please smoke test