rust/src/test/ui/issues/issue-26217.stderr
2019-04-18 13:29:28 -04:00

11 lines
252 B
Plaintext

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