On Friday, 29 May 2020 at 14:20:53 UTC, ag0aep6g wrote:
On 28.05.20 17:35, Atila Neves wrote:
https://code.dlang.org/packages/unit-threaded

You got a bad @trusted:

----
import unit_threaded.light: check;
void main() @safe
{
    check!((int a) @system {
        /* ... can do unsafe stuff here ... */
        return true;
    });
}
----

I searched for "trusted" and that was the first hit. I didn't look further. There's probably more.

That got fixed a few weeks back - your code doesn't compile for me.

Reply via email to