Matthias Krüger
e6d7ab2c3c
Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errors
...
Don't try and handle unfed `type_of` on anon consts
The `type_of` query for anon consts in the type system is actually implemented by feeding the return value during hir ty lowering, not the hir-based logic in `const_arg_anon_type_of`. The HIR based logic is incomplete (doesn't handle all hir nodes) and also generally wrong to call (re-lowers HIR or invokes typeck which can result in query cycles).
r? `@compiler-errors`
2024-12-04 18:23:39 +01:00
..
2024-12-03 08:56:33 +00:00
2024-12-01 18:28:04 +01:00
2024-12-04 05:42:08 +01:00
2024-12-03 17:27:10 +01:00
2024-12-03 17:27:06 +01:00
2024-12-02 23:08:58 +01:00
2024-12-04 05:42:08 +01:00
2024-12-04 20:34:48 +08:00
2024-12-03 17:27:06 +01:00
2024-12-03 07:48:33 +01:00
2024-12-03 12:49:57 +00:00
2024-12-03 07:48:31 +01:00
2024-12-03 21:55:26 +01:00
2024-12-02 22:51:18 +00:00
2024-12-03 07:48:31 +01:00
2024-12-03 21:55:27 +01:00
2024-11-30 17:53:40 -08:00
2024-12-02 10:28:58 +00:00
2024-12-04 00:47:09 +00:00
2024-12-02 17:36:03 +01:00
2024-12-04 18:23:39 +01:00
2024-12-02 17:36:03 +01:00
2024-12-03 17:27:07 +01:00
2024-11-29 17:23:34 +11:00
2024-12-02 22:51:18 +00:00
2024-12-03 12:49:57 +00:00
2024-12-01 05:22:16 +00:00
2024-12-03 17:27:08 +01:00
2024-12-02 23:08:53 +01:00
2024-11-26 15:26:03 +01:00
2024-12-03 17:27:10 +01:00
2024-12-03 21:55:26 +01:00
2024-12-02 13:57:56 +01:00
2024-12-02 16:19:17 +11:00
2024-12-02 23:08:57 +01:00
2024-11-28 13:43:05 -05:00
2024-11-28 10:40:58 +01:00
2024-12-03 17:27:06 +01:00
2024-12-03 04:39:48 +00:00
2024-11-23 13:52:54 +01:00
2024-11-27 22:23:24 +01:00
2024-12-03 17:27:06 +01:00
2024-12-03 17:27:06 +01:00
2024-11-27 22:23:24 +01:00
2024-12-03 17:27:06 +01:00
2024-12-03 12:44:35 -05:00
2024-12-04 00:47:09 +00:00
2024-11-23 05:27:45 +00:00
2024-12-01 18:28:04 +01:00
2024-12-03 21:55:26 +01:00
2024-12-02 09:19:20 +00:00