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
refactor: Support associated constants in reorganize_definitions (#1746)
- Fixes#1660
This was quite tricky to implement, but it's now working and #1659
passes its tests with these additions. Only `const` associated items are
supported. `type` items could be added later, but `fn` is probably never
going to work because they are too complex to test for equivalence.
0 commit comments