blob: 57ae2647d339c7f5d880fe9b0611085994cdf636 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0206]: the trait `Copy` may not be implemented for this type
--> $DIR/E0206.rs:4:15
|
LL | impl Copy for &'static mut Bar { }
| ^^^^^^^^^^^^^^^^ type is not a structure or enumeration
error: aborting due to previous error
For more information about this error, try `rustc --explain E0206`.
|