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

pub fn uint_ty_to_string(t: UintTy, val: Option<u64>) -> String

Get a string representation of an unsigned int type, with its value. We want to avoid "42u" in favor of "42us". "42uint" is right out.