Greatly simplify lifetime captures in edition 2024 Remove most of the `+ Captures` and `+ '_` from the compiler, since they are now unnecessary with the new edition 2021 lifetime capture rules. Use some `+ 'tcx` and `+ 'static` rather than being overly verbose with precise capturing syntax. |
||
|---|---|---|
| .. | ||
| callconv | ||
| extern_abi | ||
| layout | ||
| callconv.rs | ||
| extern_abi.rs | ||
| layout.rs | ||
| lib.rs | ||
| tests.rs | ||