summaryrefslogtreecommitdiffstats
path: root/src/test/ui/chalkify/recursive_where_clause_on_type.stderr
blob: fddd58959278efb72c4129873cf78306a4e9f911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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