https://github.com/dlang/dmd/pull/17044It's enabled with -preview=safer
For writing memory safe code, this is a more practical engineering approach. Fortunately, this compilation option will reduce the number of times @safe annotation is used and the code will be relatively cleaner.
