update to rust HEAD

This commit is contained in:
Erick Tryzelaar
2014-11-03 12:58:36 -08:00
parent 20e642420e
commit 23f3173ded
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ mod tests {
fn serialize<'b>(&mut self, token: Token<'b>) -> Result<(), Error> {
let t = match self.iter.next() {
Some(t) => t,
None => { fail!(); }
None => { panic!(); }
};
assert_eq!(t, token);