We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@trusted
return
struct S { void f() @trusted return { } }
Gets formatted to:
struct S { void f() @trustedreturn { } }
Turning the two attributes into one erroneous attribute.