Return iterator must not capture lifetimes in Rust 2024 In Rust 2024, by default lifetimes will be captured which does not reflect the reality since we return an iterator of `DefId` which do not capture the input parameters. changelog: none |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||