blob: b1625536d420204fcb2e3640903ba01b1160a0eb [file] [log] [blame]
error[E0477]: the type `&'a i32` does not fulfill the required lifetime
--> $DIR/issue-26217.rs:4:5
|
LL | foo::<&'a i32>();
| ^^^^^^^^^^^^^^
|
= note: type must outlive any other region
error: aborting due to previous error
For more information about this error, try `rustc --explain E0477`.