Files
rust/tests/ui/traits/next-solver/normalize/normalize-param-env-4.next.stderr
2025-07-20 17:45:01 +00:00

10 lines
309 B
Plaintext

error[E0275]: overflow evaluating the requirement `<T as Trait>::Assoc: Trait`
--> $DIR/normalize-param-env-4.rs:19:26
|
LL | <T as Trait>::Assoc: Trait,
| ^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.