2019-04-07 16:07:36 +01:00
|
|
|
error[E0477]: the type `&'a u32` does not fulfill the required lifetime
|
|
|
|
--> $DIR/issue-54943.rs:6:13
|
2019-01-12 14:55:23 +00:00
|
|
|
|
|
|
|
|
LL | let x = foo::<&'a u32>();
|
2019-04-07 16:07:36 +01:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: type must satisfy the static lifetime
|
2019-01-12 14:55:23 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|