summaryrefslogtreecommitdiffstats
path: root/tests/ui/chalkify/recursive_where_clause_on_type.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/chalkify/recursive_where_clause_on_type.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ui/chalkify/recursive_where_clause_on_type.stderr b/tests/ui/chalkify/recursive_where_clause_on_type.stderr
new file mode 100644
index 000000000..cead5adea
--- /dev/null
+++ b/tests/ui/chalkify/recursive_where_clause_on_type.stderr
@@ -0,0 +1,14 @@
+error: the type `S` is not well-formed
+ --> $DIR/recursive_where_clause_on_type.rs:28:11
+ |
+LL | foo::<S>()
+ | ^
+
+error: the type `S` is not well-formed
+ --> $DIR/recursive_where_clause_on_type.rs:28:5
+ |
+LL | foo::<S>()
+ | ^^^^^^^^
+
+error: aborting due to 2 previous errors
+