File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,8 @@ They have the same layout as the [pointer types] for which the pointee is
40
40
> ** Note** : C99 [ 7.18.2.4] ( https://port70.net/~nsz/c/c99/n1256.html#7.18.2.4 )
41
41
> requires ` uintptr_t ` and ` intptr_t ` to be at least 16-bit wide. That is, on
42
42
> all platforms that we currently support, which have a C platform,
43
- > ` isize ` /` usize ` are at least 16-bit wide. ` libcore ` relies on this guarantee
44
- > to unconditionally provide impls of ` From<i16> ` /` From<u16> ` for
45
- > ` isize ` /` usize ` .
43
+ > ` isize ` /` usize ` are at least 16-bit wide. Currently, ` libcore ` unconditionally
44
+ > provides impls of ` From<i16> ` /` From<u16> ` for ` isize ` /` usize ` .
46
45
47
46
> ** Note** : Rust's ` usize ` and C's ` unsigned ` types are ** not** equivalent. C's
48
47
> ` unsigned ` is at least as large as a short, allowed to have padding bits, etc.
You can’t perform that action at this time.
0 commit comments