We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73ecb3 commit d3461bfCopy full SHA for d3461bf
src/libcore/slice/mod.rs
@@ -5420,7 +5420,7 @@ macro_rules! impl_marker_for {
5420
}
5421
5422
impl_marker_for!(BytewiseEquality,
5423
- u8 i8 u16 i16 u32 i32 u64 i64 usize isize char bool);
+ u8 i8 u16 i16 u32 i32 u64 i64 u128 i128 usize isize char bool);
5424
5425
#[doc(hidden)]
5426
unsafe impl<'a, T> TrustedRandomAccess for Iter<'a, T> {
0 commit comments