]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/foreign-fn-return-lifetime.stderr
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / ui / foreign-fn-return-lifetime.stderr
index b174766cd3d0c166ef49989a87bea1b502a74217..df1a23a19edd51c3b2aab0f21f87ea3c9f28c094 100644 (file)
@@ -8,7 +8,7 @@ LL |     pub fn f() -> &u8;
 help: consider using the `'static` lifetime
    |
 LL |     pub fn f() -> &'static u8;
-   |                   ~~~~~~~~
+   |                    +++++++
 
 error: aborting due to previous error