]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc1623.stderr
Auto merge of #65421 - estebank:variants, r=petrochenkov
[rust.git] / src / test / ui / rfc1623.stderr
index 3815558fb257b7d10bb9ff308cc1b02adbcf6068..171c00ba7b8132048b7f1dbee14209c94acc9f44 100644 (file)
@@ -1,5 +1,5 @@
 error[E0106]: missing lifetime specifier
-  --> $DIR/rfc1623.rs:17:42
+  --> $DIR/rfc1623.rs:8:42
    |
 LL | static NON_ELIDABLE_FN: &fn(&u8, &u8) -> &u8 =
    |                                          ^ expected lifetime parameter
@@ -7,7 +7,7 @@ LL | static NON_ELIDABLE_FN: &fn(&u8, &u8) -> &u8 =
    = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from argument 1 or argument 2
 
 error[E0106]: missing lifetime specifier
-  --> $DIR/rfc1623.rs:19:39
+  --> $DIR/rfc1623.rs:10:39
    |
 LL |     &(non_elidable as fn(&u8, &u8) -> &u8);
    |                                       ^ expected lifetime parameter