https://issues.dlang.org/show_bug.cgi?id=12417
--- Comment #6 from Denis Shelomovskij <[email protected]> --- (In reply to John Colvin from comment #5) > Well in that case we have a problem with all calls to C that follow this > pattern: > > allocate some GC memory > pass a pointer to said memory to C > never refer to the memory again As D's GC may eventually become a moving GC one mustn't do it anyway. --
