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 );
}
Comment #1 by kekeniro2 — 2019-01-04T10:14:20Z
Modified the subject's typo.
Comment #2 by robert.schadek — 2024-12-01T16:34:43Z