https://issues.dlang.org/show_bug.cgi?id=19731

--- Comment #1 from FeepingCreature <[email protected]> ---
The combination of return type inference and taking the address forces DMD to
run semantic3 where invariants are not yet available, and there's no way to say
"we want to rerun semantic3 later, this is just a throwaway run".

--

Reply via email to