1
Fork 0

auto merge of #6208 : sanxiyn/rust/accurate-span, r=sanxiyn

This commit is contained in:
bors 2013-05-05 11:12:37 -07:00
commit 6e6a4be19d
4 changed files with 6 additions and 6 deletions

View file

@ -591,7 +591,7 @@ mod test {
types: ~[]},
None // no idea
),
span: sp(0,3)}, // really?
span: sp(0,1)},
id: 4 // fixme
})
}
@ -628,7 +628,7 @@ mod test {
types: ~[]},
None // no idea
),
span: sp(6,9)}, // bleah.
span: sp(6,7)},
id: 4 // fixme
}],
output: @ast::Ty{id:5, // fixme