From 63598248e4a7db9b62ba4d36d18b2769044e1fa1 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 13 Jul 2011 10:26:46 -0400 Subject: [PATCH] Reenable error line printing. --- src/comp/syntax/codemap.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/comp/syntax/codemap.rs b/src/comp/syntax/codemap.rs index 333c8fb8e2f1..f1c4b1fb034c 100644 --- a/src/comp/syntax/codemap.rs +++ b/src/comp/syntax/codemap.rs @@ -64,8 +64,7 @@ fn emit_diagnostic(&option::t[span] sp, &str msg, &str kind, u8 color, case (some(?ssp)) { ss = span_to_str(ssp, cm); - // FIXME: we're not able to look up lines read from .rc files yet. - // maybe_lines = some(span_to_lines(ssp, cm)); + maybe_lines = some(span_to_lines(ssp, cm)); } case (none) { }