[SR-1260] ExpressibleByStringInterpolation: can't distinguish between literal components and String arguments #43868
Labels
compiler
The Swift compiler itself
feature
A feature request or implementation
improvement
standard library
Area: Standard library umbrella
swift evolution implemented
Flag → feature: A feature that was approved through the Swift evolution process and implemented
Additional Detail from JIRA
md5: f574b07894ad66cb3ff4472ecdd4b26d
relates to:
Issue Description:
The interface for
ExpressibleByStringInterpolation
provides no distinction between components of the literal format string and interpolation components whose type isString
.The text was updated successfully, but these errors were encountered: