summary refs log tree commit diff
path: root/src/test/ui/impl-trait/equal-hidden-lifetimes.stderr
blob: eb064b4e14a5e6db9d3205a5b4b94c2daff4d44a (plain)
1
2
3
4
5
6
7
8
warning: unnecessary lifetime parameter `'a`
  --> $DIR/equal-hidden-lifetimes.rs:7:25
   |
LL | fn equal_regions_static<'a: 'static>(x: &'a i32) -> impl Sized {
   |                         ^^^^^^^^^^^
   |
   = help: you can use the `'static` lifetime directly, in place of `'a`