]> git.lizzy.rs Git - rust.git/blob - tests/ui/chalkify/recursive_where_clause_on_type.stderr
Rollup merge of #107014 - notriddle:notriddle/js-cleanup, r=GuillaumeGomez
[rust.git] / tests / ui / chalkify / recursive_where_clause_on_type.stderr
1 error: the type `S` is not well-formed
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
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