]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/match-guards-always-borrow.rs
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / nll / match-guards-always-borrow.rs
index d423730bdbc358f63a6e99b730cb382a07d4f368..87dba187ba2c2ed4ba4f343f3c4df8588306403b 100644 (file)
@@ -1,5 +1,3 @@
-#![feature(nll)]
-
 // Here is arielb1's basic example from rust-lang/rust#27282
 // that AST borrowck is flummoxed by: