summaryrefslogtreecommitdiffstats
path: root/tests/ui/iterators/collect-into-array.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/iterators/collect-into-array.rs (renamed from src/test/ui/iterators/collect-into-array.rs)1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/iterators/collect-into-array.rs b/tests/ui/iterators/collect-into-array.rs
index 4c424999b..99d0d9bd7 100644
--- a/src/test/ui/iterators/collect-into-array.rs
+++ b/tests/ui/iterators/collect-into-array.rs
@@ -3,5 +3,4 @@ fn main() {
//~^ ERROR an array of type `[u32; 10]` cannot be built directly from an iterator
//~| NOTE try collecting into a `Vec<{integer}>`, then using `.try_into()`
//~| NOTE required by a bound in `collect`
- //~| NOTE required by a bound introduced by this call
}