You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0544-rename-int-uint.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ However, given the discussions about the previous revisions of this RFC, and the
46
46
47
47
# Detailed Design
48
48
49
-
- Rename `int/uint` to `isize/usize`, with `isz/usz` being their literal suffixes, respectively.
49
+
- Rename `int/uint` to `isize/usize`, with them being their own literal suffixes.
50
50
- Update code and documentation to use pointer-sized integers more narrowly for their intended purposes. Provide a deprecation period to carry out these updates.
51
51
52
52
`usize` in action:
@@ -62,7 +62,7 @@ There are different opinions about which literal suffixes to use. The following
0 commit comments