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