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 5ee891c commit f5c4265Copy full SHA for f5c4265
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