```D struct S { void f() @trusted return { } } ``` Gets formatted to: ```D struct S { void f() @trustedreturn { } } ``` Turning the two attributes into one erroneous attribute.