Manjaro/Arch x86_&4, dmd 2.098.1. ```d import std.stdio; void main() { writefln!"%s"("a", "b"); } ``` >/dlang/dmd/linux/bin64/../../src/phobos/std/stdio.d(4442): Error: no property `msg` for type `string` >/dlang/dmd/linux/bin64/../../src/phobos/std/stdio.d(4442): Error: static assert: __error >onlineapp.d(4): instantiated from here: `writefln!("%s", string, string)` https://run.dlang.io/is/fQ9GtQ
run.dlang.io gives: /dlang/dmd/linux/bin64/../../src/phobos/std/stdio.d(4432): Error: static assert: "Orphan format arguments: args[1..2]" onlineapp.d(5): instantiated from here: `writefln!("%s", string, string)` I also get that with dmd v2.100.2-beta.1-dirty.
Fixed in 2.099.1.