error[E0275]: overflow evaluating the requirement `::Assoc: Trait` --> $DIR/normalize-param-env-4.rs:19:26 | LL | ::Assoc: Trait, | ^^^^^ error[E0275]: overflow evaluating the requirement `::Assoc: MetaSized` --> $DIR/normalize-param-env-4.rs:19:26 | LL | ::Assoc: Trait, | ^^^^^ | note: required by a bound in `Trait` --> $DIR/normalize-param-env-4.rs:7:1 | LL | / trait Trait { LL | | type Assoc; LL | | } | |_^ required by this bound in `Trait` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0275`.