error[E0277]: the trait bound `String: Copy` is not satisfied --> $DIR/assoc-type-eq-with-dyn-atb-fail.rs:30:28 | LL | type Out = Box>; | ^^^^^^^^^^^ the trait `Copy` is not implemented for `String` error[E0277]: the trait bound `String: Copy` is not satisfied --> $DIR/assoc-type-eq-with-dyn-atb-fail.rs:30:28 | LL | type Out = Box>; | ^^^^^^^^^^^ the trait `Copy` is not implemented for `String` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0277`.