Update to rust HEAD

This commit is contained in:
Erick Tryzelaar
2014-06-27 08:07:03 -07:00
parent 3f66b05798
commit a62d516de9
5 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -1089,6 +1089,6 @@ mod tests {
Int(6),
String("b".to_string()),
End,
) => treemap!(5 => "a".to_string(), 6 => "b".to_string()): TreeMap<int, String>
) => treemap!(5i => "a".to_string(), 6i => "b".to_string()): TreeMap<int, String>
])
}