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
There is one specific case when we know that a token is a modpath, but
it doesn't precede a '::'. Example:
```rust
use foo;
```
We know `foo` must be a module, but under normal circumstances it
appears like an Identifier. This commit adds special logic to identify
these cases.
0 commit comments