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