Added related FIXME for 3260
This commit is contained in:
parent
fd98ea8129
commit
8d0c1cb406
@ -250,7 +250,7 @@ fn highlight_lines(cm: @codemap::CodeMap,
|
|||||||
io::stderr().write_str(out);
|
io::stderr().write_str(out);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME (#3260)
|
||||||
// If there's one line at fault we can easily point to the problem
|
// If there's one line at fault we can easily point to the problem
|
||||||
if vec::len(lines.lines) == 1u {
|
if vec::len(lines.lines) == 1u {
|
||||||
let lo = cm.lookup_char_pos(sp.lo);
|
let lo = cm.lookup_char_pos(sp.lo);
|
||||||
|
Loading…
Reference in New Issue
Block a user