mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-13 16:22:57 +00:00
Update core::nonzero
for isize/usize
migration.
This commit is contained in:
parent
79318b7c3b
commit
a97588c34b
@ -19,8 +19,8 @@ pub unsafe trait Zeroable {}
|
|||||||
unsafe impl<T> Zeroable for *const T {}
|
unsafe impl<T> Zeroable for *const T {}
|
||||||
unsafe impl<T> Zeroable for *mut T {}
|
unsafe impl<T> Zeroable for *mut T {}
|
||||||
unsafe impl<T> Zeroable for Unique<T> { }
|
unsafe impl<T> Zeroable for Unique<T> { }
|
||||||
unsafe impl Zeroable for int {}
|
unsafe impl Zeroable for isize {}
|
||||||
unsafe impl Zeroable for uint {}
|
unsafe impl Zeroable for usize {}
|
||||||
unsafe impl Zeroable for i8 {}
|
unsafe impl Zeroable for i8 {}
|
||||||
unsafe impl Zeroable for u8 {}
|
unsafe impl Zeroable for u8 {}
|
||||||
unsafe impl Zeroable for i16 {}
|
unsafe impl Zeroable for i16 {}
|
||||||
|
Loading…
Reference in New Issue
Block a user