https://issues.dlang.org/show_bug.cgi?id=14885
--- Comment #1 from Martin Nowak <[email protected]> --- Many editors understand the /usr/include/dmd/phobos/std/conv.d:2013 syntax so using that allows to faster go to the code that threw an exception. ---- std.conv.ConvException@/usr/include/dmd/phobos/std/conv.d(2013): Unexpected end of input when converting from type string to type int ---- vs. ---- /usr/include/dmd/phobos/std/conv.d:2013: Unexpected end of input when converting from type string to type int (std.conv.ConvException) ---- --
