blob: d19f2e33ac9b27344ea772293a7c89a644fc146f (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0206]: the trait `Copy` cannot 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 1 previous error
For more information about this error, try `rustc --explain E0206`.
|