blob: ad8b24a39c7016b2ec98c4a46b42617d465c0a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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`.
|