https://issues.dlang.org/show_bug.cgi?id=23255
--- Comment #3 from Puneet Goel <[email protected]> --- Using git bisect I hit the dmd version 2acf5570964ef1eaa403b602b86d41cac5567655. This is the commit that introduced the error >>>> commit 2acf5570964ef1eaa403b602b86d41cac5567655 (HEAD) Author: Martin Kinkelin <[email protected]> Date: Mon Jan 24 11:00:34 2022 +0100 Remove -unittest special cases wrt. template emission (#13224) * WIP: Remove -unittest special cases wrt. template emission * WIP * WIP2 * WIP3 * WIP4 * WIP5 * Print full compiler command-line in case building the unit_test_runner executable fails * WIP6 * WIP7 * Ignore unittest blocks in non-root modules * Temporary: Test with enforced -allinst * Revert "Temporary: Test with enforced -allinst" This reverts commit 6f1a5302d7cb981654e55722860fae0ddadbbc07. * Add comment as to why unittests in non-root modules are ignored And ignore them for doDocComments/doHdrGeneration too, for consistency. * Add changelog entry --
