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 422a4c0 commit 9f8d934Copy full SHA for 9f8d934
src/libcore/iter/traits/accum.rs
@@ -291,7 +291,7 @@ where
291
}
292
293
294
-#[stable(feature = "iter_arith_traits_option", since = "1.35.0")]
+#[stable(feature = "iter_arith_traits_option", since = "1.37.0")]
295
impl<T, U> Sum<Option<U>> for Option<T>
296
where
297
T: Sum<U>,
@@ -318,7 +318,7 @@ where
318
319
320
321
322
impl<T, U> Product<Option<U>> for Option<T>
323
324
T: Product<U>,
0 commit comments