]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/generator-distinct-lifetime.rs
New upstream version 1.27.1+dfsg1
[rustc.git] / src / test / ui / nll / generator-distinct-lifetime.rs
index 60f67b1766c2c5baaa74d29e5420dbe0b27efc26..64f98456991fda5140f1c5b653c2a40ea45a9454 100644 (file)
@@ -16,7 +16,7 @@
 // over a yield -- because the data that is borrowed (`*x`) is not
 // stored on the stack.
 
-// must-compile-successfully
+// compile-pass
 
 fn foo(x: &mut u32) {
     move || {