Skip to content

Commit 8d0c1cb

Browse files
committed
Added related FIXME for 3260
1 parent fd98ea8 commit 8d0c1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/diagnostic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fn highlight_lines(cm: @codemap::CodeMap,
250250
io::stderr().write_str(out);
251251
}
252252

253-
253+
// FIXME (#3260)
254254
// If there's one line at fault we can easily point to the problem
255255
if vec::len(lines.lines) == 1u {
256256
let lo = cm.lookup_char_pos(sp.lo);

0 commit comments

Comments
 (0)