blob: b8953a1719c01a28888b88866c30a20d8e0db48a [file] [log] [blame]
error[E0477]: the type `&'a isize` does not fulfill the required lifetime
--> $DIR/regions-bounded-method-type-parameters.rs:24:9
|
LL | Foo.some_method::<&'a isize>();
| ^^^^^^^^^^^
|
= note: type must satisfy the static lifetime
error: aborting due to previous error
For more information about this error, try `rustc --explain E0477`.