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

Dennis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Dennis <[email protected]> ---
Notably the same applies to unittest:

```
@nogc unittest {}  // fine
unittest @nogc {}  // compilation errors with -unittest
```

--

Reply via email to