summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-type-bounds/issue-99828.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/associated-type-bounds/issue-99828.stderr (renamed from src/test/ui/associated-type-bounds/issue-99828.stderr)3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/associated-type-bounds/issue-99828.stderr b/tests/ui/associated-type-bounds/issue-99828.stderr
index 1c20ead05..dc93c47da 100644
--- a/src/test/ui/associated-type-bounds/issue-99828.stderr
+++ b/tests/ui/associated-type-bounds/issue-99828.stderr
@@ -15,9 +15,6 @@ LL | fn get_iter(vec: &[i32]) -> impl Iterator<Item = {}> + '_ {
|
note: associated type defined here
--> $SRC_DIR/core/src/iter/traits/iterator.rs:LL:COL
- |
-LL | type Item;
- | ^^^^^^^^^
error: aborting due to 2 previous errors