https://issues.dlang.org/show_bug.cgi?id=22539
--- Comment #6 from Dennis <[email protected]> --- (In reply to Walter Bright from comment #4) > Add @safe to escape() and it will fail to compile. `escape` is already under `@safe:`. I added `@safe` to escape explicitly to double check, it still compiles on my end. What error do you get? --
