]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0161.base.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0161.base.stderr
index fb578cda17e9f3b6fce0e9a14c51639e9eb0f999..15d98b657a262a01a79937fba825a375d16cc57d 100644 (file)
@@ -1,8 +1,8 @@
-error[E0161]: cannot move a value of type dyn Bar: the size of dyn Bar cannot be statically determined
+error[E0161]: cannot move a value of type `dyn Bar`
   --> $DIR/E0161.rs:16:5
    |
 LL |     x.f();
-   |     ^^^^^
+   |     ^^^^^ the size of `dyn Bar` cannot be statically determined
 
 error: aborting due to previous error