Function syntax::ast_util::int_ty_to_stringUnstable [-] [+] [src]

pub fn int_ty_to_string(t: IntTy, val: Option<i64>) -> String

Get a string representation of a signed int type, with its value. We want to avoid "45int" and "-3int" in favor of "45" and "-3"