Files
rust/compiler/rustc_hir_analysis/src
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-02 19:34:54 +00:00
2024-12-02 22:21:53 +00:00
2024-10-10 11:46:48 -07:00
2024-10-26 10:19:07 +08:00
2024-12-02 22:21:53 +00:00