]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/copy_iterator.stderr
iterate List by value
[rust.git] / tests / ui / copy_iterator.stderr
index 34606df8595928a5f283c348e41faa37430d6d52..f8ce6af7961a6148bb94eaae5b9815cd8f1617dd 100644 (file)
@@ -1,5 +1,5 @@
 error: you are implementing `Iterator` on a `Copy` type
-  --> $DIR/copy_iterator.rs:15:1
+  --> $DIR/copy_iterator.rs:6:1
    |
 LL | / impl Iterator for Countdown {
 LL | |     type Item = u8;