]> git.lizzy.rs Git - rust.git/blob - src/test/ui/regions/regions-bounded-method-type-parameters.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / regions / regions-bounded-method-type-parameters.stderr
1 error[E0477]: the type `&'a isize` does not fulfill the required lifetime
2   --> $DIR/regions-bounded-method-type-parameters.rs:12:9
3    |
4 LL |     Foo.some_method::<&'a isize>();
5    |         ^^^^^^^^^^^
6    |
7    = note: type must satisfy the static lifetime
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0477`.