]> git.lizzy.rs Git - rust.git/blob - src/test/ui/static/static-items-cant-move.stderr
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
[rust.git] / src / test / ui / static / static-items-cant-move.stderr
1 error[E0507]: cannot move out of static item `BAR`
2   --> $DIR/static-items-cant-move.rs:18:10
3    |
4 LL |     test(BAR);
5    |          ^^^ move occurs because `BAR` has type `Foo`, which does not implement the `Copy` trait
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0507`.