We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d8873 commit aca2a00Copy full SHA for aca2a00
src/libsyntax/parse/mod.rs
@@ -590,7 +590,7 @@ mod test {
590
types: ~[]},
591
None // no idea
592
),
593
- span: sp(0,3)}, // really?
+ span: sp(0,1)},
594
id: 4 // fixme
595
})
596
}
@@ -627,7 +627,7 @@ mod test {
627
628
629
630
- span: sp(6,9)}, // bleah.
+ span: sp(6,7)},
631
632
}],
633
output: @ast::Ty{id:5, // fixme
0 commit comments