2024-02-09 10:40:26 +01:00
|
|
|
error[E0275]: overflow evaluating the requirement `<T as Trait>::Assoc: Trait`
|
2024-03-10 21:18:41 -04:00
|
|
|
--> $DIR/normalize-param-env-4.rs:19:26
|
2024-02-09 10:40:26 +01:00
|
|
|
|
|
|
|
|
|
LL | <T as Trait>::Assoc: Trait,
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2025-07-20 17:44:55 +00:00
|
|
|
error: aborting due to 1 previous error
|
2024-02-09 10:40:26 +01:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|