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 896dd83 commit b0125e5Copy full SHA for b0125e5
library/coretests/tests/iter/adapters/zip.rs
@@ -273,7 +273,7 @@ fn test_double_ended_zip() {
273
274
#[test]
275
#[cfg(panic = "unwind")]
276
-/// Regresion test for #137255
+/// Regression test for #137255
277
/// A previous implementation of Zip TrustedRandomAccess specializations tried to do a lot of work
278
/// to preserve side-effects of equalizing the iterator lengths during backwards iteration.
279
/// This lead to several cases of unsoundness, twice due to being left in an inconsistent state
0 commit comments