https://issues.dlang.org/show_bug.cgi?id=22916
--- Comment #2 from Walter Bright <[email protected]> --- I think the basic problem here is the code is trying to make scope transitive, and it just doesn't work. At some point the code will have to use @trusted code to make it work. --
