https://issues.dlang.org/show_bug.cgi?id=20440
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Simen Kjaeraas <[email protected]> --- The fix in PR 7312 only fixes this for BigInt specifically. If we are not going to require that opAssign return ref for every type, this should be fixed in druntime instead. In other words: this is a bug in require(), not in BigInt. --
