]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/polonius/assignment-kills-loans.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / polonius / assignment-kills-loans.rs
index a80c62d19d5a6b34824fe11c7419fa0730748c02..c4cf20389ac8d9e127c7b229bfb9267d889a326a 100644 (file)
@@ -5,8 +5,7 @@
 // for code accepted by NLL. They are all variations from example code in the NLL RFC.
 
 // check-pass
-// compile-flags: -Z borrowck=mir -Z polonius
-// ignore-compare-mode-nll
+// compile-flags: -Z polonius
 
 struct List<T> {
     value: T,