]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/E0705.rs
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / E0705.rs
index b5fd3cf35f28bedd306e13813b6ed3a1a1a2a261..2e3492937acb976d514f606b93518cab0487db02 100644 (file)
 
 // compile-pass
 
-#![feature(raw_identifiers)]
-//~^ WARN the feature `raw_identifiers` is included in the Rust 2018 edition
+#![feature(impl_header_lifetime_elision)]
+//~^ WARN the feature `impl_header_lifetime_elision` is included in the Rust 2018 edition
 #![feature(rust_2018_preview)]
 
-fn main() {
-    let foo = 0;
-    let bar = r#foo;
-}
+fn main() {}