From 8d0c1cb406156379570b6a3c9911db758995fa4e Mon Sep 17 00:00:00 2001 From: Matthijs Hofstra Date: Sat, 9 Feb 2013 01:01:39 +0100 Subject: [PATCH] Added related FIXME for 3260 --- src/libsyntax/diagnostic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/diagnostic.rs b/src/libsyntax/diagnostic.rs index 1276d5e0ca2d..51ef085839d6 100644 --- a/src/libsyntax/diagnostic.rs +++ b/src/libsyntax/diagnostic.rs @@ -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);