Validate the location of crate in paths
This commit is contained in:
@@ -595,7 +595,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
|
||||
qualifier: Path,
|
||||
}
|
||||
struct PathSegment {
|
||||
T![::], T![<], NameRef, TypeArgList, ParamList, RetType, PathType, T![>]
|
||||
T![::], T![crate], T![<], NameRef, TypeArgList, ParamList, RetType, PathType, T![>]
|
||||
}
|
||||
struct TypeArgList {
|
||||
T![::],
|
||||
|
||||
Reference in New Issue
Block a user