]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/ref-suggestion.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / ref-suggestion.rs
index 49d199cd9e75422731e1334cab1c933eb593da10..346d118f0f9a9dd91140c4442cefcaf195ba2c4b 100644 (file)
@@ -13,5 +13,5 @@ fn main() {
         (Some(y), ()) => {},
         _ => {},
     }
-    x; //~ ERROR use of moved value
+    x; //~ ERROR use of partially moved value
 }