]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/regions/regions-name-duplicated.stderr
Use the same message as type & const generics.
[rust.git] / src / test / ui / regions / regions-name-duplicated.stderr
index a7e03a61adcf59c10804cac62e8f54cb93b24e29..cef73c18d371e458001501012bd26f34fcab1360 100644 (file)
@@ -1,11 +1,11 @@
-error[E0263]: lifetime name `'a` declared twice in the same scope
+error[E0403]: the name `'a` is already used for a generic parameter in this item's generic parameters
   --> $DIR/regions-name-duplicated.rs:1:16
    |
 LL | struct Foo<'a, 'a> {
-   |            --  ^^ declared twice
+   |            --  ^^ already used
    |            |
-   |            previous declaration here
+   |            first use of `'a`
 
 error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0263`.
+For more information about this error, try `rustc --explain E0403`.