Skip to content

Commit cd88346

Browse files
jdmbrson
authored andcommitted
---
yaml --- r: 3958 b: refs/heads/master c: 6359824 h: refs/heads/master v: v3
1 parent cc22e09 commit cd88346

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: df74f2cde95e99bd6148dbb59de956871ab4fc8e
2+
refs/heads/master: 63598248e4a7db9b62ba4d36d18b2769044e1fa1

trunk/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)