]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/unop-move-semantics.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / unop-move-semantics.stderr
index 199d5e3727850961ac894dc2d68a0a9ea893ecd6..14052486cbbc97158d53be07c7ae0529c38321f1 100644 (file)
@@ -5,7 +5,7 @@ LL | fn move_then_borrow<T: Not<Output=T> + Clone>(x: T) {
    |                                               - move occurs because `x` has type `T`, which does not implement the `Copy` trait
 LL |     !x;
    |     -- `x` moved due to usage in operator
-LL | 
+LL |
 LL |     x.clone();
    |     ^^^^^^^^^ value borrowed here after move
    |