[Issue 15804] missing UDAs on nested struct template
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 12 08:55:39 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=15804
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #2 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list