mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
More precise NameKind::Self
This commit is contained in:
parent
141fca6006
commit
882fe0a47e
6 changed files with 61 additions and 69 deletions
|
@ -982,7 +982,7 @@ impl ImplBlock {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Eq)]
|
||||
#[derive(Clone, PartialEq, Eq, Debug)]
|
||||
pub struct Type {
|
||||
pub(crate) krate: CrateId,
|
||||
pub(crate) ty: InEnvironment<Ty>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue