blob: f77f97f44f2b72fd12f53e0f867cf4189b4b99ed [file] [log] [blame]
error[E0477]: the type `&'a isize` does not fulfill the required lifetime
--> $DIR/regions-bounded-method-type-parameters.rs:12:9
|
LL | Foo.some_method::<&'a isize>();
| ^^^^^^^^^^^
|
= note: type must satisfy the static lifetime
error: aborting due to previous error