]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/recursive_where_clause_on_type.stderr
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / chalkify / recursive_where_clause_on_type.stderr
1 error: the type `S` is not well-formed (chalk)
2   --> $DIR/recursive_where_clause_on_type.rs:28:11
3    |
4 LL |     foo::<S>()
5    |           ^
6
7 error: the type `S` is not well-formed (chalk)
8   --> $DIR/recursive_where_clause_on_type.rs:28:5
9    |
10 LL |     foo::<S>()
11    |     ^^^^^^^^
12
13 error: aborting due to 2 previous errors
14