https://issues.dlang.org/show_bug.cgi?id=18304

Jack Stouffer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from Jack Stouffer <[email protected]> ---
The point is that

void main() nothrow
{
    import std;
    int i = 0;
    format!"%s"("This is a string");
}

doesn't work because exceptions are still thrown for checks that should be
happening at compile time. E.g. attribute inference cannot be done.

--

Reply via email to