mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Fix handling of nested self in paths
This commit is contained in:
parent
67ac0a423f
commit
d8d60215da
3 changed files with 40 additions and 3 deletions
|
@ -284,7 +284,7 @@ impl<'a> IfExpr<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum PathSegmentKind<'a> {
|
||||
Name(NameRef<'a>),
|
||||
SelfKw,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue