]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/borrowck/two-phase-baseline.rs
New upstream version 1.27.1+dfsg1
[rustc.git] / src / test / run-pass / borrowck / two-phase-baseline.rs
index 66234449263982ad635838fecdbb1da69df100e8..ca15591a10192deee48078ca565dca0c2691d391 100644 (file)
@@ -8,9 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// revisions: lxl nll
-//[lxl]compile-flags: -Z borrowck=mir -Z two-phase-borrows
-//[nll]compile-flags: -Z borrowck=mir -Z two-phase-borrows -Z nll
+// compile-flags: -Z borrowck=mir -Z two-phase-borrows
 
 // This is the "goto example" for why we want two phase borrows.