When not capturing the return value of a string mixin expression, I get "found `End of File` when expecting `;`"

IchorDev zxinsworld at gmail.com
Fri Sep 12 09:55:01 UTC 2025


On Friday, 12 September 2025 at 08:36:42 UTC, realhet wrote:
> Is this a feature or a bug? :D

You will have to start writing much weirder code than this to 
find compiler bugs in D because when a bug is fixed, a new test 
is created to make sure it doesn't regress. Surface-level 
features are usually pretty well tested unless they're literally 
brand new.

Here are some fun bugs I've found:
- https://github.com/dlang/dmd/issues/21627
- https://github.com/dlang/dmd/issues/20850

The most fun is when the compiler crashes, like 
[here](https://github.com/dlang/dmd/issues/21823)


More information about the Digitalmars-d-learn mailing list