https://issues.dlang.org/show_bug.cgi?id=24724
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- https://dlang.org/spec/function.html#trusted-functions "Like safe functions, trusted functions have safe interfaces. Unlike safe functions, this is not enforced by restrictions on the function body." We have a method to enforce safe interfaces. It's @safe. --
