Skip to content

Commit db8a854

Browse files
committed
Merge pull request #41 from stepancheg/suffix
us/is/u/i suffixes are now replaced with usize/isize
2 parents 908c1fe + d7a3492 commit db8a854

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/2015-02-23-this-week-in-rust.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
4949
`target-pointer-width`][tpw], to match the recently changed
5050
`target_pointer_width` cfg attribute.
5151
* [`fmt::Writer` was renamed to `fmt::Write`][write].
52+
* `us`/`is`/`u`/`i` suffixes are now [replaced with
53+
`usize`/`isize`][ussuffix].
5254
* A [number][audit1] of [modules][audit2] have been [audited][audit3]
5355
for incorrect use of `isize` and `usize`.
5456
* Use of arbitrary attributes not defined by the language [is feature
@@ -61,6 +63,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
6163
[exact]: https://github.com/rust-lang/rust/pull/22299
6264
[write]: https://github.com/rust-lang/rust/pull/22311
6365
[into]: https://github.com/rust-lang/rust/pull/22313
66+
[ussuffix]: https://github.com/rust-lang/rust/pull/22497
6467
[audit1]: https://github.com/rust-lang/rust/pull/22339
6568
[audit2]: https://github.com/rust-lang/rust/pull/22401
6669
[audit3]: https://github.com/rust-lang/rust/pull/22485

0 commit comments

Comments
 (0)