rust/tests/ui/regions/regions-free-region-outlives-static-outlives-free-region.stderr
2023-01-11 09:32:08 +00:00

11 lines
279 B
Plaintext

warning: unnecessary lifetime parameter `'a`
--> $DIR/regions-free-region-outlives-static-outlives-free-region.rs:12:11
|
LL | where 'a: 'static
| ^^
|
= help: you can use the `'static` lifetime directly, in place of `'a`
warning: 1 warning emitted