error[E0275]: overflow evaluating the requirement `P: Sized` --> $DIR/issue-82830.rs:7:8 | LL | t: MaybeBox

, | ^^^^^^^^^^^ | note: required for `P` to implement `A>` --> $DIR/issue-82830.rs:10:12 | LL | impl A for P { | ^^^^^^^ ^ error: aborting due to previous error For more information about this error, try `rustc --explain E0275`.