rust/tests/ui/traits/next-solver/generalize/occurs-check-nested-alias.next.stderr

12 lines
444 B
Plaintext

error[E0275]: overflow evaluating the requirement `<<T as Id<_>>::Id as Unnormalizable>::Assoc == _`
--> $DIR/occurs-check-nested-alias.rs:36:9
|
LL | x = y;
| ^
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`occurs_check_nested_alias`)
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.