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
auto sink = appender!(char[]);
const world = "World";
// This works
sink.formattedWrite("Hello %s", world);
// This does not.
sink.formattedWrite(i"Hello $(world)");
The text was updated successfully, but these errors were encountered:
default_357-line (@FeepingCreature) reported this on 2024-05-14T12:10:00Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=24550
Description
The text was updated successfully, but these errors were encountered: