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 4d6cad4 commit a9e4666Copy full SHA for a9e4666
src/range.rs
@@ -187,8 +187,8 @@ indexed_range_impl!{isize}
187
// other Range<T> with just Iterator
188
unindexed_range_impl!{u64, u64}
189
unindexed_range_impl!{i64, u64}
190
-#[cfg(has_i128)] unindexed_range_impl !{u128, u128}
191
-#[cfg(has_i128)] unindexed_range_impl !{i128, u128}
+#[cfg(has_i128)] unindexed_range_impl!{u128, u128}
+#[cfg(has_i128)] unindexed_range_impl!{i128, u128}
192
193
#[test]
194
pub fn check_range_split_at_overflow() {
0 commit comments