errors.fyi community error code reference
E0252
rust

Duplicate Import Name

Two items imported with use statements share the same name in the current scope. Disambiguate by renaming one import with the as keyword.

References

← all namespaces