Follow rust std: int, uint were renamed to isize, usize

This commit is contained in:
Thomas Bahn
2015-02-06 14:14:35 +01:00
parent 3b5d71fbb5
commit 361acd37d0
15 changed files with 443 additions and 443 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ impl fmt::Show for ErrorCode {
#[derive(Clone, PartialEq, Show)]
pub enum Error {
/// msg, line, col
SyntaxError(ErrorCode, uint, uint),
SyntaxError(ErrorCode, usize, usize),
IoError(io::IoError),
ExpectedError(String, String),
MissingFieldError(String),