Skip to content

Commit 6359824

Browse files
jdmbrson
authored andcommitted
Reenable error line printing.
1 parent df74f2c commit 6359824

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/comp/syntax/codemap.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ fn emit_diagnostic(&option::t[span] sp, &str msg, &str kind, u8 color,
6464
case (some(?ssp)) {
6565
ss = span_to_str(ssp, cm);
6666

67-
// FIXME: we're not able to look up lines read from .rc files yet.
68-
// maybe_lines = some(span_to_lines(ssp, cm));
67+
maybe_lines = some(span_to_lines(ssp, cm));
6968

7069
}
7170
case (none) { }

0 commit comments

Comments
 (0)