blob: 70ed418d5cbbb4802b9cb0198409d6ee8061cf94 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|