``` import std.traits; enum X; static assert(getSymbolsByUDA!(mixin(__MODULE__), X).length == 0); ``` This fails on DMD 2.088.0-rc.1 with `Error: template instance isAggregateType!(mod) does not match template declaration isAggregateType(T)`. Please add a test. I think this is the third time I've filed a bug for getSymbolsByUDA failing when given a module.
*** This issue has been marked as a duplicate of issue 20054 ***