summary refs log tree commit diff
path: root/src/test/ui/static/static-items-cant-move.stderr
blob: 1ac772a460189f0fd3c6a40782556bd9f8a5cd0e (plain)
1
2
3
4
5
6
7
8
9
error[E0507]: cannot move out of static item
  --> $DIR/static-items-cant-move.rs:18:10
   |
LL |     test(BAR); //~ ERROR cannot move out of static item
   |          ^^^ cannot move out of static item

error: aborting due to previous error

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