https://issues.dlang.org/show_bug.cgi?id=21865
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All OS|Linux |All --- Comment #1 from Basile-z <[email protected]> --- No, it must not be removed but the link must be fixed. TypeTrait exists internally (search Ttrait). The principle is analogous to QualifiedIdentifier. Just like them, __traits() resolves to something that is a Type or not. And depending on that it is rejected or not during the semantic passes. --
