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
We can have a crate with a dependency foo but also a submodule foo. Rust disambiguates these with ::foo to select the dependency rather the submodule (or vice versa). We should have a test for this case in any case.
Happy Case
Add :: prefix to parser
Override case here to resolve externally when :: prefix is present
Problem
We can have a crate with a dependency
foo
but also a submodulefoo
. Rust disambiguates these with::foo
to select the dependency rather the submodule (or vice versa). We should have a test for this case in any case.Happy Case
::
prefix to parser::
prefix is presentProject Impact
Nice-to-have
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: