Jacob Pratt 001a4019df
Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,traviscross
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.
2025-02-23 02:44:18 -05:00
..
2025-02-04 14:38:58 +01:00
2025-02-17 13:20:12 +02:00
2025-01-17 21:28:11 +02:00
2024-12-28 18:23:24 +01:00
2025-01-09 05:43:08 +02:00
2025-02-08 01:39:07 +08:00
2025-01-06 17:57:17 +01:00