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

--- Comment #1 from Martin Nowak <[email protected]> ---
This is an inout problem introduced by
https://github.com/D-Programming-Language/phobos/pull/3220/files#diff-5ce425da0dc54bc1f90d170bf3ae1d8fR797.

The problem is that areCompatibleTuples
(https://github.com/D-Programming-Language/phobos/blob/94f718e5c69939f595fb839d3aae24878f126d78/std/typecons.d#L396)
can't handle an inout Tup2 b/c it declares a local variable.

--

Reply via email to