mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Simplify SourceBinder
This commit is contained in:
parent
a6a623dfbb
commit
28332d9b63
6 changed files with 321 additions and 349 deletions
|
@ -778,6 +778,7 @@ impl GenericDef {
|
|||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct Local {
|
||||
// TODO: ID,
|
||||
pub(crate) parent: DefWithBody,
|
||||
pub(crate) pat_id: PatId,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue