summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/bounds-lifetime.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/bounds-lifetime.stderr')
-rw-r--r--tests/ui/parser/bounds-lifetime.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/parser/bounds-lifetime.stderr b/tests/ui/parser/bounds-lifetime.stderr
new file mode 100644
index 000000000..e47a21d89
--- /dev/null
+++ b/tests/ui/parser/bounds-lifetime.stderr
@@ -0,0 +1,8 @@
+error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
+ --> $DIR/bounds-lifetime.rs:9:14
+ |
+LL | type A = for<,> fn();
+ | ^ expected one of `#`, `>`, `const`, identifier, or lifetime
+
+error: aborting due to previous error
+