Added related FIXME for 3260

This commit is contained in:
Matthijs Hofstra 2013-02-09 01:01:39 +01:00 committed by Matthijs 'Thiez' Hofstra
parent fd98ea8129
commit 8d0c1cb406

View File

@ -250,7 +250,7 @@ fn highlight_lines(cm: @codemap::CodeMap,
io::stderr().write_str(out);
}
// FIXME (#3260)
// If there's one line at fault we can easily point to the problem
if vec::len(lines.lines) == 1u {
let lo = cm.lookup_char_pos(sp.lo);