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.
2 parents 19c07d3 + f5c4265 commit ce5db0fCopy full SHA for ce5db0f
src/libcore/iter/range.rs
@@ -488,6 +488,7 @@ macro_rules! try_from_unbounded {
488
}
489
490
// unsigned to signed (only positive bound)
491
+#[cfg(any(target_pointer_width = "32", target_pointer_width = "64"))]
492
macro_rules! try_from_upper_bounded {
493
($($target:ty),*) => {$(
494
impl PrivateTryFromUsize for $target {
0 commit comments