]> git.proxmox.com Git - rustc.git/blame - src/test/ui/borrowck/borrowck-move-out-of-static-item.ast.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / borrowck / borrowck-move-out-of-static-item.ast.stderr
CommitLineData
b7449926 1error[E0507]: cannot move out of static item
0731742a 2 --> $DIR/borrowck-move-out-of-static-item.rs:18:10
b7449926
XL
3 |
4LL | test(BAR); //[ast]~ ERROR cannot move out of static item [E0507]
5 | ^^^ cannot move out of static item
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0507`.