[swift-users] Swift 3.1 String(
David Sweeris
davesweeris at mac.com
Wed Apr 5 12:30:00 CDT 2017
> On Apr 5, 2017, at 07:49, Rien via swift-users <swift-users at swift.org> wrote:
>
>
>> On 05 Apr 2017, at 16:26, Maxim Veksler via swift-users <swift-users at swift.org> wrote:
>>
>> Hi,
>>
>> Swift 3.1 compiler seems to introduces a new complier warning regarding String(describing: )
>>
>> So this line:
>> Log.info("Update name for user \(fbUser)”)
>
> Log.info(“Update name for user \(fbUser ?? “Unknown”)”)
I thought we couldn't nest quotes. Has that changed (because that would be fantastic)?
- Dave Sweeris
More information about the swift-users
mailing list