]> 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 be9da569f8be11f5ef929cb98d53b5a480d75a94..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 satisfy the static lifetime
 
 error: aborting due to previous error