Reenable error line printing.
This commit is contained in:
parent
df74f2cde9
commit
63598248e4
1 changed files with 1 additions and 2 deletions
|
@ -64,8 +64,7 @@ fn emit_diagnostic(&option::t[span] sp, &str msg, &str kind, u8 color,
|
||||||
case (some(?ssp)) {
|
case (some(?ssp)) {
|
||||||
ss = span_to_str(ssp, cm);
|
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) { }
|
case (none) { }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue