Commits

Max Moiseev committed 35072710e19
[stdlib] Changing the deprecation message for StringInterpolationConvertible Since the ExpressibleByStringInterpolation protocol is also deprecated now, it makes little sense to suggest using it instead of StringInterpolationConvertible. Instead, the message now recommends considering an init(_:String). See https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160808/026171.html for some more details.