We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac28c3 commit 2af0885Copy full SHA for 2af0885
src/libsyntax/codemap.rs
@@ -141,8 +141,6 @@ impl<D: Deserializer> span: Deserializable<D> {
141
}
142
143
144
-// XXX col shouldn't be CharPos because col is not an absolute location in the
145
-// codemap, and BytePos and CharPos always represent absolute positions
146
pub struct Loc {
147
file: @FileMap, line: uint, col: CharPos
148
0 commit comments