mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Resolve and normalize path segments one by one in variant resolution
This commit is contained in:
parent
7a98e24777
commit
8aef04f1a7
4 changed files with 198 additions and 46 deletions
|
@ -79,7 +79,7 @@ enum Scope {
|
|||
ExprScope(ExprScope),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub enum TypeNs {
|
||||
SelfType(ImplId),
|
||||
GenericParam(TypeParamId),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue