On Friday, 22 June 2018 at 21:37:07 UTC, Walter Bright wrote:
I decided to accept the Mission Impossible of figuring out why it was inferred as @system.


This would be trivial if the compiler had decent error messages.

https://issues.dlang.org/show_bug.cgi?id=17374

It could just tell us the bottom-most call that was not @safe (or @nogc or nothrow or whatever) that is not inferred, and boom, problem solved in seconds.

Reply via email to