Working up on 2.080.0, Not working as of 2.081.2. Example: struct Foo { int func() {} } pragma(msg, __traits(getOverloads, Foo*, "func")); Will cause an ICE. While it is arguable that a pointer type should be supported by getOverloads, the fact that it did work and now doesn't (while causing a very horrible and very time consuming amount of debugging since there is effectively no useful message e.g. location noted) means it needs fixing.
*** This issue has been marked as a duplicate of issue 19152 ***