You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse #isolation as CurrentContextIsolationExpr when we don't have swift-syntax
When building without swift-syntax, we don't have the ability to handle
macros. However, the concurrency runtime makes use of `#isolation` in
a number of places. To continue supporting building without
swift-syntax, parse `#isolation` directly into the otherwise-unspellable
CurrentContextIsolationExpr but *only* when swift-syntax is not available.
0 commit comments