error[E0277]: the trait bound `String: Copy` is not satisfied --> $DIR/extern-crate-has-lazy-type-aliases.rs:15:24 | LL | let _: lazy::Alias; | ^^^^^^ the trait `Copy` is not implemented for `String` | note: required by a bound in `lazy::Alias` --> $DIR/auxiliary/lazy.rs:4:19 | LL | pub type Alias = Option; | ^^^^ required by this bound in `Alias` error: aborting due to previous error For more information about this error, try `rustc --explain E0277`.