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

Martin Nowak <c...@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2
           Severity|regression                  |normal

--- Comment #2 from Martin Nowak <c...@dawg.eu> ---
This issue is not a result of the lookup change, but happens because tail was
newly added to std.range in 2.071.x.
Alias this and opDispatch was and still is resolved after an exhaustive search.
Might be worthwhile to think about performing alias this resolution before
searching imported modules, to avoid such breakage due to upstream library
changes.

--

Reply via email to