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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Bright <[email protected]> ---
What's happening is that std.aaa is imported only within the function
lastIndexOf(const(T), dchar), yet is referred to in lastIndexOf(const(Char1)[]
s, const(Char2)[] sub).

At a minimum, this is a bug in the example.

--

Reply via email to