https://issues.dlang.org/show_bug.cgi?id=21073
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @BorisCarvajal created dlang/dmd pull request #13291 "Fix Issue 21073 - Rebindable does not work when class has alias this to inout property" fixing this issue: - Fix Issue 21073 - Rebindable does not work when class has alias this to inout property The cast expression was trying an 'alias this' but without error gagging. https://github.com/dlang/dmd/pull/13291 --
