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

Dlang Bot <[email protected]> changed:

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

--- Comment #3 from Dlang Bot <[email protected]> ---
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

--

Reply via email to