rust/src/test/ui/issues/issue-54943.stderr
2019-05-12 18:46:43 +01:00

11 lines
269 B
Plaintext

error[E0477]: the type `&'a u32` does not fulfill the required lifetime
--> $DIR/issue-54943.rs:6:13
|
LL | let x = foo::<&'a u32>();
| ^^^^^^^^^^^^^^
|
= note: type must satisfy the static lifetime
error: aborting due to previous error