]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0206.stderr
selection failure: recompute applicable impls
[rust.git] / src / test / ui / error-codes / E0206.stderr
1 error[E0206]: the trait `Copy` may not be implemented for this type
2   --> $DIR/E0206.rs:4:15
3    |
4 LL | impl Copy for &'static mut Bar { }
5    |               ^^^^^^^^^^^^^^^^ type is not a structure or enumeration
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0206`.