]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/pattern/bindings-after-at/bind-by-move-neither-can-live-while-the-other-survives-1.rs
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / pattern / bindings-after-at / bind-by-move-neither-can-live-while-the-other-survives-1.rs
index 71503ecf2622bec748e8b838c64fa642aa21ebd4..9d1f08d6eea39fdf899d1c07f326d24bdf346e00 100644 (file)
@@ -2,8 +2,6 @@
 // It checks that you cannot use an AND-pattern (`binding @ pat`)
 // where one side is by-ref and the other is by-move.
 
-#![feature(bindings_after_at)]
-
 struct X {
     x: (),
 }