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
If you import vec::extensions, then you can no longer use the extension methods because they are imported already by default, and you get multiple candidate method errors. It would be good if Rust could tell that these are actually the same methods.