]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0161.nll.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0161.nll.stderr
CommitLineData
94222f64
XL
1error[E0161]: cannot move a value of type dyn Bar: the size of dyn Bar cannot be statically determined
2 --> $DIR/E0161.rs:29:5
b7449926 3 |
94222f64 4LL | x.f();
c295e0f8 5 | ^^^^^
b7449926
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0161`.