Searched refs:from_num (Results 1 – 2 of 2) sorted by relevance
61 try!(major.parse().map_err(error::from_num)), in from_rustc()62 try!(minor.parse().map_err(error::from_num)), in from_rustc()63 try!(patch.parse().map_err(error::from_num)), in from_rustc()
53 pub fn from_num(e: num::ParseIntError) -> Error { in from_num() function