]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-26217.stderr
f5c641be2d47c3126ca959929ce93a0d48db7a2e
[rustc.git] / src / test / ui / issues / issue-26217.stderr
1 error[E0477]: the type `&'a i32` does not fulfill the required lifetime
2 --> $DIR/issue-26217.rs:4:5
3 |
4 LL | foo::<&'a i32>();
5 | ^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0477`.