summaryrefslogtreecommitdiffstats
path: root/tests/ui/chalkify/recursive_where_clause_on_type.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/chalkify/recursive_where_clause_on_type.stderr')
-rw-r--r--tests/ui/chalkify/recursive_where_clause_on_type.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/ui/chalkify/recursive_where_clause_on_type.stderr b/tests/ui/chalkify/recursive_where_clause_on_type.stderr
deleted file mode 100644
index cead5adea..000000000
--- a/tests/ui/chalkify/recursive_where_clause_on_type.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-