On Monday, 3 April 2017 at 11:16:41 UTC, Satoshi wrote:
https://issues.dlang.org/show_bug.cgi?id=16590
6 months from reporting this bug and there is still no usable
fix...
How to test:
1. generate di files from druntime and phobos
2. compile any bigger project like vibe.d to .di files instead
of .d files.
3. fix bugs
Ah yes.
You are talking about the missing @trusted right.
that one is not as straightforward as it should be ...
because of deferred sema* for function literals.
Give me a day ... should be fixed by then.
*sema: short for semantic analysis.