Files
rust/tests/ui/traits/next-solver/normalize/normalize-param-env-4.next.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
309 B
Plaintext
Raw Normal View History

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,
| ^^^^^
2025-07-20 17:44:55 +00:00
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.