blob: 861a1d9e8fc661a8b13229485435c03c551e02bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error[E0275]: overflow evaluating the requirement `T: FromA<U>`
--> $DIR/issue-39448.rs:45:13
|
LL | x.foo(y.to()).to()
| ^^
|
= note: required because of the requirements on the impl of `FromA<U>` for `T`
= note: required because of the requirements on the impl of `ToA<T>` for `U`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0275`.
|