Skip to content

Conversation

@xedin
Copy link
Contributor

@xedin xedin commented Sep 1, 2023

Move logic from ConstraintGenerator::visitOverloadedDeclRefExpr
to pre-check to avoid including macro declarations referenced without
#. This means that pre-checking would synthesize TypeExpr in
situations when there is a type reference that is shadowed by a stdlib
macro.

Resolves: #67815
Resolves: rdar://114796811

Move logic from `ConstraintGenerator::visitOverloadedDeclRefExpr`
to pre-check to avoid including macro declarations referenced
without `#`. This means that pre-checking would synthesize
`TypeExpr` in situations when there is a type reference that
is shadowed by a stdlib macro.

Resolves: swiftlang#67815
Resolves: rdar://114796811
@xedin
Copy link
Contributor Author

xedin commented Sep 1, 2023

@swift-ci please test

@xedin
Copy link
Contributor Author

xedin commented Sep 1, 2023

@swift-ci please build toolchain macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fail to build Observable extenion method on RxSwift

2 participants