]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/nll/named-lifetimes-basic.rs
New upstream version 1.27.1+dfsg1
[rustc.git] / src / test / mir-opt / nll / named-lifetimes-basic.rs
index 8feac15d69a82a484b442589d047b18fb95c003b..5cca3e55259d0f874ff7b81fdd0af9a401a64b69 100644 (file)
@@ -13,8 +13,8 @@
 // suitable variables and that we setup the outlives relationship
 // between R0 and R1 properly.
 
-// compile-flags:-Znll -Zverbose
-//                     ^^^^^^^^^ force compiler to dump more region information
+// compile-flags:-Zborrowck=mir -Zverbose
+//                              ^^^^^^^^^ force compiler to dump more region information
 // ignore-tidy-linelength
 
 #![allow(warnings)]