Mass rename uint/int to usize/isize
Now that support has been removed, all lingering use cases are renamed.
This commit is contained in:
parent
54f16b818b
commit
43bfaa4a33
1391 changed files with 5180 additions and 5238 deletions
|
@ -105,7 +105,7 @@ struct LongCycle4<T> {
|
|||
|
||||
struct LongCycleWithAnonymousTypes {
|
||||
next: Opt<Box<Box<Box<Box<Box<LongCycleWithAnonymousTypes>>>>>>,
|
||||
value: uint,
|
||||
value: usize,
|
||||
}
|
||||
|
||||
// This test case makes sure that recursive structs are properly described. The Node structs are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue