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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13292 "Fix Issue 15804 - missing
UDAs on nested struct template" fixing this issue:

- 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