Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New 2.082 Attributes on Enum Member prevent from formatting #9769

Open
dlangBugzillaToGithub opened this issue Jan 4, 2019 · 1 comment
Open

Comments

@dlangBugzillaToGithub
Copy link

kekeniro2 reported this on 2019-01-04T04:56:10Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=19547

CC List

  • d.bugs

Description

The below code failed in std.traits.EnumSpecificMembers, with a dozen of errors(with  2.084).
I think this is a phobos issue.


import std.stdio;

enum DeprTest {
    normal,
    deprecated depr,
    @disable dis,
}

void main() {
    writeln( DeprTest.normal );
}
@dlangBugzillaToGithub
Copy link
Author

kekeniro2 commented on 2019-01-04T10:14:20Z

Modified the subject's typo.

@LightBender LightBender removed the P3 label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants