blob: f581826440e2cbace907d52af117597b61f2360a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0477]: the type `&'a i32` does not fulfill the required lifetime
--> $DIR/issue-26217.rs:14:5
|
LL | foo::<&'a i32>();
| ^^^^^^^^^^^^^^
|
= note: type must satisfy the static lifetime
error: aborting due to previous error
For more information about this error, try `rustc --explain E0477`.
|