2020-01-08 15:20:38 -06:00
|
|
|
warning: unnecessary lifetime parameter `'a`
|
|
|
|
--> $DIR/equal-hidden-lifetimes.rs:7:25
|
|
|
|
|
|
|
|
|
LL | fn equal_regions_static<'a: 'static>(x: &'a i32) -> impl Sized {
|
2022-03-14 09:56:37 -05:00
|
|
|
| ^^
|
2020-01-08 15:20:38 -06:00
|
|
|
|
|
|
|
|
= help: you can use the `'static` lifetime directly, in place of `'a`
|
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|