]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/drop-no-may-dangle.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / drop-no-may-dangle.rs
index 23f7f6c265e2f19d176987887d3bd4692fcea37d..a0ff0c3989ca425c2b5c03bd4c6c7a9b5d506490 100644 (file)
@@ -3,8 +3,6 @@
 // because of destructor. (Note that the stderr also identifies this
 // destructor in the error message.)
 
-// compile-flags:-Zborrowck=mir
-
 #![allow(warnings)]
 #![feature(dropck_eyepatch)]