You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Centralize const item lowering logic
* Add dummy NodeId to AST const item for mgca lowering
* wip on using ConstArg for const item bodies
* wip on fixing const normalization ICEs
* Extract helper function for normalizing free/assoc terms
* more wip on fixing ICEs
* Recurse through const items in instance resolution
* Fix more ICEs
* Use AnonConst as RHS of const items instead of side channel hack
* Implement type_of for anon consts on RHS of const items
* Fix yet more ICEs
* wip on fixing more ICEs (this might make it worse)
* Fix clippy and rustfmt
* Address some review comments
* Inherit generics correctly for anon const as const item RHS
* Lower const item RHS to const path even on stable
* wip on moving const RHS special-casing
* intern + write to place
* allow anon consts with expected types with generics
Co-authored-by: Boxy <[email protected]>
0 commit comments