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 ); }
Modified the subject's typo.
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/9769 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB