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
the following code snippet works fine in LDC 1.15 and DMD 2.087, but fails to compile with 1.16. Successfully reduced with dustmite from a larger code base:
Hi,
the following code snippet works fine in LDC 1.15 and DMD 2.087, but fails to compile with 1.16. Successfully reduced with dustmite from a larger code base:
trace:
the above example code compiles without error when removing the
return
infoo
or ifformat!"%s"("hi")
is replaced with a string literal.Many thanks for looking into this!
The text was updated successfully, but these errors were encountered: