Resolve and normalize path segments one by one in variant resolution

This commit is contained in:
Ryo Yoshida 2023-03-29 21:44:23 +09:00
parent 7a98e24777
commit 8aef04f1a7
No known key found for this signature in database
GPG key ID: E25698A930586171
4 changed files with 198 additions and 46 deletions

View file

@ -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),