[Issue 15804] missing UDAs on nested struct template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 13 03:37:19 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=15804

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #13292 "Fix Issue 15804 - missing UDAs on nested struct
template" was merged into master:

- b50797a696e7a7c25e06fd831ca7bdc31f24ec6f by Boris Carvajal:
  Fix Issue 15804 - missing UDAs on nested struct template

  Local function symbols get UDAs by the scope during semantic.
  Since there is no setScope() call on them.

  Adding the required logic for TemplateDeclaration too.

https://github.com/dlang/dmd/pull/13292

--


More information about the Digitalmars-d-bugs mailing list