summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0206.stderr
blob: 60d8d7bfe983d36047028ad494aa429300fcaa49 (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 previous error

For more information about this error, try `rustc --explain E0206`.