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 480f3bf + f5c4265 commit 572fabdCopy full SHA for 572fabd
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