summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr')
-rw-r--r--tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr b/tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr
new file mode 100644
index 000000000..8b66627d5
--- /dev/null
+++ b/tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr
@@ -0,0 +1,8 @@
+error: associated type bounds are only allowed in where clauses and function signatures, not in impl headers
+ --> $DIR/bad-universal-in-impl-sig.rs:10:16
+ |
+LL | impl dyn Trait<Item: Trait2> {}
+ | ^^^^^^^^^^^^
+
+error: aborting due to previous error
+