]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0263.rs
Use the same message as type & const generics.
[rust.git] / src / test / ui / error-codes / E0263.rs
index 4376437823cf674ede0a89f805f713925e2e0961..92917678e4c02697ac5990a9174838d28f0091b2 100644 (file)
@@ -1,5 +1,5 @@
 fn foo<'a, 'b, 'a>(x: &'a str, y: &'b str) {
-    //~^ ERROR E0263
+    //~^ ERROR E0403
 }
 
 fn main() {}