Skip to content

Commit 290a094

Browse files
committed
---
yaml --- r: 34662 b: refs/heads/master c: edf493f h: refs/heads/master v: v3
1 parent 26a2a63 commit 290a094

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 3a2e9e404a3042d8642084cfe391804bd924b48c
2+
refs/heads/master: edf493f07b5316363a3ced23572c7ed79310b048
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/doc/rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,12 +2342,12 @@ The machine types are the following:
23422342

23432343

23442344
* The unsigned word types `u8`, `u16`, `u32` and `u64`, with values drawn from
2345-
the integer intervals $[0, 2^8 - 1]$, $[0, 2^16 - 1]$, $[0, 2^32 - 1]$ and
2346-
$[0, 2^64 - 1]$ respectively.
2345+
the integer intervals $[0, 2^8 - 1]$, $[0, 2^{16} - 1]$, $[0, 2^{32} - 1]$ and
2346+
$[0, 2^{64} - 1]$ respectively.
23472347

23482348
* The signed two's complement word types `i8`, `i16`, `i32` and `i64`, with
23492349
values drawn from the integer intervals $[-(2^7), 2^7 - 1]$,
2350-
$[-(2^15), 2^15 - 1]$, $[-(2^31), 2^31 - 1]$, $[-(2^63), 2^63 - 1]$
2350+
$[-(2^{15}), 2^{15} - 1]$, $[-(2^{31}), 2^{31} - 1]$, $[-(2^{63}), 2^{63} - 1]$
23512351
respectively.
23522352

23532353
* The IEEE 754-2008 `binary32` and `binary64` floating-point types: `f32` and

0 commit comments

Comments
 (0)