]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/in-band-lifetimes/single_use_lifetimes-3.rs
New upstream version 1.27.1+dfsg1
[rustc.git] / src / test / ui / in-band-lifetimes / single_use_lifetimes-3.rs
index 263548ca7f4dd41fb81b75df24a92db14c5e3a32..1855ec7b5ac5aaed2bf93575e3834fc39a0befe9 100644 (file)
@@ -7,7 +7,7 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
-#![deny(single_use_lifetime)]
+#![deny(single_use_lifetimes)]
 struct Foo<'x> { //~ ERROR lifetime name `'x` only used once
     x: &'x u32 // no warning!
 }