https://issues.dlang.org/show_bug.cgi?id=21667
Paul Backus <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Paul Backus <[email protected]> --- Reduced example: --- struct Foo { void delegate(scope Foo) dg; } --- Also triggers with `scope ref`, as per Mathias's comment. --
