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
Ideally, our implementation of vtables for dyn trait matching would not rely so heavily on pretty name string matching, and instead more closely match the rustc implementation. Creating this issue to track the overall refactor.