https://issues.dlang.org/show_bug.cgi?id=14125 --- Comment #35 from hsteoh at quickfur.ath.cx --- @Andrei: any @safe function can call a @trusted function that may contain arbitrary unsafe operations. Just because something is marked @safe at the top guarantees nothing. --