diff options
| author | Matthijs Hofstra <thiezz@gmail.com> | 2013-02-09 01:01:39 +0100 |
|---|---|---|
| committer | Matthijs 'Thiez' Hofstra <thiezz@gmail.com> | 2013-02-09 01:01:39 +0100 |
| commit | 8d0c1cb406156379570b6a3c9911db758995fa4e (patch) | |
| tree | 951b89abed165b85a8252501bdf8d2fe5849cbc3 /src/libsyntax | |
| parent | fd98ea8129d0c4125c15bfc35c68a7c48ae551f3 (diff) | |
| download | rust-8d0c1cb406156379570b6a3c9911db758995fa4e.tar.gz rust-8d0c1cb406156379570b6a3c9911db758995fa4e.zip | |
Added related FIXME for 3260
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/diagnostic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/diagnostic.rs b/src/libsyntax/diagnostic.rs index 1276d5e0ca2..51ef085839d 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); |
