https://issues.dlang.org/show_bug.cgi?id=24375
Michael Reese <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Michael Reese <[email protected]> --- Created attachment 1916 --> https://issues.dlang.org/attachment.cgi?id=1916&action=edit remove generation of '->' in .di files Should '->' be generated at all in a .di file? It is not a valid D operator and .di should contain only D code. This patch removes output of '->' from compiler/src/dmd/hdrgen.d which fixes the issue. --
