Rust should support multiple imports of extension methods #2386
Labels
A-type-system
Area: Type system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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.The text was updated successfully, but these errors were encountered: