Files
rust/compiler
Jubilee 472d164a49 Rollup merge of #129689 - compiler-errors:impl-lifetime, r=michaelwoerister
Move `'tcx` lifetime off of impl and onto methods for `CrateMetadataRef`

Unconstrained type and const variables are not allowed, but unconstrained lifetimes are. This is not very good style, though, and it leads to unnecessary captures of a lifetime in edition 2024 (not that it matters, but it does trigger the edition migration lint).
2024-08-28 19:12:54 -07:00
..
2024-08-11 04:16:53 +02:00
2024-08-28 09:54:23 +02:00
2024-07-29 08:26:52 +10:00
2024-08-28 09:54:23 +02:00
2024-08-28 09:54:23 +02:00
2024-07-29 08:26:52 +10:00
2024-08-28 09:54:23 +02:00
2024-08-14 14:18:17 -04:00