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 a35cdd4 commit 8c69876Copy full SHA for 8c69876
src/libcore/iter/traits/accum.rs
@@ -291,7 +291,7 @@ where
291
}
292
293
294
-#[stable(feature = "iter_arith_traits_option", since = "1.34.0")]
+#[stable(feature = "iter_arith_traits_option", since = "1.35.0")]
295
impl<T, U> Sum<Option<U>> for Option<T>
296
where
297
T: Sum<U>,
@@ -321,7 +321,7 @@ where
321
322
323
324
325
impl<T, U> Product<Option<U>> for Option<T>
326
327
T: Product<U>,
0 commit comments