Matthias Krüger
7edd17cfbb
Rollup merge of #135711 - estebank:issue-135649, r=davidtwco
...
Do not ICE on default_field_value const with lifetimes
`#![feature(default_field_values)]` uses a `const` body that should be treated as inline `const`s, but is actually being detected otherwise. This is similar to the situation in #78174 , so we take the same solution: we check if the const actually comes from a field, and if it does, we use that logic to get the appropriate lifetimes and not ICE during borrowck.
Fix #135649 .
2025-02-18 18:40:49 +01:00
..
2024-12-03 08:56:33 +00:00
2025-02-16 16:18:30 -05:00
2025-01-11 23:57:00 -05:00
2025-02-11 08:51:05 +00:00
2025-02-17 13:21:02 +11:00
2025-02-11 18:55:48 -08:00
2025-02-11 08:51:05 +00:00
2025-02-02 12:36:12 +01:00
2025-02-08 22:12:13 +00:00
2025-02-18 18:40:49 +01:00
2025-02-12 06:07:37 +01:00
2025-02-17 13:21:02 +11:00
2025-02-14 14:21:29 +00:00
2025-02-18 07:49:09 +00:00
2025-02-18 07:49:09 +00:00
2025-02-18 10:17:44 +11:00
2025-02-16 16:18:30 -05:00
2025-02-18 10:17:44 +11:00
2025-02-10 04:36:49 +08:00
2025-02-03 13:25:57 +03:00
2025-02-16 16:18:30 -05:00
2025-02-15 16:47:30 +01:00
2025-02-17 09:30:40 +11:00
2025-02-08 22:12:13 +00:00
2025-02-16 16:18:30 -05:00
2025-02-18 10:17:44 +11:00
2025-02-18 10:17:44 +11:00
2025-02-17 13:21:35 +11:00
2025-02-18 10:17:44 +11:00
2025-02-18 10:17:44 +11:00
2025-02-08 22:12:13 +00:00
2024-12-19 20:32:12 +03:00
2025-02-08 22:12:13 +00:00
2025-02-18 10:17:44 +11:00
2025-02-08 22:12:13 +00:00
2025-02-18 10:17:44 +11:00
2025-02-13 05:45:53 +00:00
2025-02-14 11:02:28 +01:00
2025-01-07 14:30:02 +02:00
2025-02-08 22:12:13 +00:00
2025-02-18 10:17:44 +11:00
2025-02-18 04:26:30 +00:00
2025-02-18 10:17:44 +11:00
2025-02-17 09:51:37 +11:00
2025-02-18 10:17:44 +11:00
2025-02-17 13:21:02 +11:00
2025-02-13 23:49:09 +01:00
2025-02-16 18:21:40 +01:00
2025-02-08 22:12:13 +00:00
2025-02-18 10:17:44 +11:00
2025-02-17 09:30:33 +11:00
2025-02-18 10:17:44 +11:00
2025-02-16 16:18:30 -05:00
2025-02-16 16:18:30 -05:00
2025-02-15 12:21:35 -07:00
2025-01-30 18:13:16 +01:00
2025-02-16 16:18:30 -05:00
2025-02-17 11:18:33 +00:00
2025-02-13 15:27:30 +00:00
2025-02-17 11:18:33 +00:00
2025-02-16 16:18:30 -05:00
2025-02-17 06:38:17 +01:00
2025-02-18 10:17:44 +11:00
2025-01-29 02:12:12 +00:00
2025-02-08 05:44:29 +01:00
2025-02-18 10:17:44 +11:00
2025-02-16 16:18:30 -05:00
2025-02-08 22:12:13 +00:00
2025-02-10 13:01:55 +00:00