libsyntax: rename functions from uint to usize
This commit is contained in:
parent
a32249d447
commit
d5c83652b3
30 changed files with 97 additions and 97 deletions
|
@ -757,7 +757,7 @@ pub fn fresh_name(src: &ast::Ident) -> ast::Name {
|
|||
|
||||
// create a fresh mark.
|
||||
pub fn fresh_mark() -> ast::Mrk {
|
||||
gensym("mark").uint() as u32
|
||||
gensym("mark").usize() as u32
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue