# Objective Fix #7447. The `SystemParam` derive uses the wrong lifetimes for ignored fields. ## Solution Use type inference instead of explicitly naming the types of ignored fields. This allows the compiler to automatically use the correct lifetime. |
||
|---|---|---|
| .. | ||
| component.rs | ||
| fetch.rs | ||
| lib.rs | ||