]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-26217.stderr
Rollup merge of #80935 - pierwill:rustc_middle-levelandsource, r=petrochenkov
[rust.git] / src / test / ui / issues / issue-26217.stderr
index b1625536d420204fcb2e3640903ba01b1160a0eb..f5c641be2d47c3126ca959929ce93a0d48db7a2e 100644 (file)
@@ -3,8 +3,6 @@ error[E0477]: the type `&'a i32` does not fulfill the required lifetime
    |
 LL |     foo::<&'a i32>();
    |     ^^^^^^^^^^^^^^
-   |
-   = note: type must outlive any other region
 
 error: aborting due to previous error