diff options
Diffstat (limited to 'tests/ui/functional-struct-update/functional-struct-update-noncopyable.stderr')
-rw-r--r-- | tests/ui/functional-struct-update/functional-struct-update-noncopyable.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/functional-struct-update/functional-struct-update-noncopyable.stderr b/tests/ui/functional-struct-update/functional-struct-update-noncopyable.stderr index 45cdd3d2d..16808f29d 100644 --- a/tests/ui/functional-struct-update/functional-struct-update-noncopyable.stderr +++ b/tests/ui/functional-struct-update/functional-struct-update-noncopyable.stderr @@ -7,6 +7,6 @@ LL | let _b = A { y: Arc::new(3), ..a }; | cannot move out of here | move occurs because `a.x` has type `Arc<isize>`, which does not implement the `Copy` trait -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0509`. |