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