Skip to content

Commit 8e452d1

Browse files
committed
Merge RFC 573 which amends RFC 544 to update the integer suffixes.
1 parent a9db4a4 commit 8e452d1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ the direction the language is evolving in.
4141
* [0505-api-comment-conventions.md](text/0505-api-comment-conventions.md)
4242
* [0509-collections-reform-part-2.md](text/0509-collections-reform-part-2.md)
4343
* [0517-io-os-reform.md](text/0517-io-os-reform.md)
44+
* [0544-rename-int-uint.md](text/0544-rename-int-uint.md)
4445
* [0560-integer-overflow.md](text/0560-integer-overflow.md)
4546
* [0563-remove-ndebug.md](text/0563-remove-ndebug.md)
4647
* [0572-rustc-attribute.md](text/0572-rustc-attribute.md)

text/0544-rename-int-uint.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-12-28
2-
- RFC PR #: https://github.com/rust-lang/rfcs/pull/544
3-
- Rust Issue #: https://github.com/rust-lang/rust/issues/20639
2+
- RFC PR #: [rust-lang/rfcs#544](https://github.com/rust-lang/rfcs/pull/544)
3+
- Rust Issue #: [rust-lang/rust#20639](https://github.com/rust-lang/rust/issues/20639)
44

55
# Summary
66

@@ -240,3 +240,11 @@ There are other alternatives not covered in this RFC. Please refer to this RFC's
240240
# Unresolved questions
241241

242242
None. Necessary decisions about Rust's general integer type policies have been made in [Restarting the `int/uint` Discussion](http://discuss.rust-lang.org/t/restarting-the-int-uint-discussion/1131).
243+
244+
# History
245+
246+
Amended by [RFC 573][573] to change the suffixes from `is` and `us` to
247+
`isize` and `usize`. Tracking issue for this amendment is
248+
[rust-lang/rust#22496](https://github.com/rust-lang/rust/issues/22496).
249+
250+
[573]: https://github.com/rust-lang/rfcs/pull/573

0 commit comments

Comments
 (0)