2024-05-07 20:54:19 -05:00
|
|
|
error[E0275]: overflow evaluating the requirement `(): A`
|
2024-01-09 04:19:24 -06:00
|
|
|
--> $DIR/mixed-cycles-1.rs:37:15
|
|
|
|
|
|
|
|
|
LL | impls_a::<()>();
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
note: required by a bound in `impls_a`
|
|
|
|
--> $DIR/mixed-cycles-1.rs:34:15
|
|
|
|
|
|
|
|
|
LL | fn impls_a<T: A>() {}
|
|
|
|
| ^ required by this bound in `impls_a`
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|