Attempting to generate documentation for the following code causes dmd to segfault: --- test.d /** * The quick brown fox jumps over the lazy dog */ struct Test(Args...) { static foreach (T; Args) {} } --- $ dmd -D -main test.d Segmentation fault $ dmd --version DMD64 D Compiler v2.079.1
*** This issue has been marked as a duplicate of issue 18211 ***