]> git.lizzy.rs Git - rust.git/blob - tests/ui/regions/regions-free-region-outlives-static-outlives-free-region.stderr
internally change regions to be covariant
[rust.git] / tests / ui / regions / regions-free-region-outlives-static-outlives-free-region.stderr
1 warning: unnecessary lifetime parameter `'a`
2   --> $DIR/regions-free-region-outlives-static-outlives-free-region.rs:12:11
3    |
4 LL |     where 'a: 'static
5    |           ^^
6    |
7    = help: you can use the `'static` lifetime directly, in place of `'a`
8
9 warning: 1 warning emitted
10