Reenable error line printing.

This commit is contained in:
Josh Matthews 2011-07-13 10:26:46 -04:00 committed by Brian Anderson
parent df74f2cde9
commit 63598248e4

View file

@ -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) { }