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