We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cebe34 commit 87c8c46Copy full SHA for 87c8c46
src/libcore/tests/slice.rs
@@ -386,7 +386,7 @@ fn test_iter_consistency() {
386
let v : &[T] = &[x, x, x];
387
let len = v.len();
388
389
- // TODO: Once #42789 is resolved, also compare the locations with each other
+ // FIXME: Once #42789 is resolved, also compare the locations with each other
390
// and with slice patterns.
391
392
for i in 0..len {
@@ -413,7 +413,7 @@ fn test_iter_consistency() {
413
let v : &mut [T] = &mut [x, x, x];
414
415
416
417
418
419
0 commit comments