bors 833cbd69f8 Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU
Don't forget that the lifetime on hir types is `'tcx`

This PR just tracks the `'tcx` lifetime to wherever the original objects actually have that lifetime. This code is needed for https://github.com/rust-lang/rust/pull/107606 (now #120131) so that `ast_ty_to_ty` can invoke `lit_to_const` on an argument passed to it. Currently the argument is `&hir::Ty<'_>`, but after this PR it is `&'tcx hir::Ty<'tcx>`.
2024-01-21 00:33:43 +00:00
..
2024-01-15 12:26:45 -05:00
2024-01-17 03:14:16 +01:00
2024-01-17 10:02:32 +00:00
2024-01-17 03:14:16 +01:00
2024-01-05 10:56:59 +00:00
2024-01-17 03:14:16 +01:00
2024-01-17 10:02:32 +00:00
2024-01-17 10:02:32 +00:00
2024-01-17 10:02:32 +00:00
2023-12-10 10:56:22 +08:00
2023-12-10 13:10:46 +00:00
2023-12-19 12:26:20 -08:00
2024-01-17 03:14:16 +01:00