misplaced @trust?

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 6 08:10:44 PST 2015


On 2/6/15 3:26 AM, Tobias Pankrath wrote:
>
> I'd like D to provide the following guarantee: If I corrupt my memory
> using @safe code, the error must be in code marked @trusted / @system,
> either because the do not provide a @safe interface or because they are
> buggy.

That's what we're going for. -- Andrei



More information about the Digitalmars-d mailing list