mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
start salsa migration
This commit is contained in:
parent
93d77e9b22
commit
d8aee31a60
8 changed files with 226 additions and 105 deletions
|
@ -59,7 +59,7 @@ use crate::{
|
|||
yellow::{GreenNode},
|
||||
};
|
||||
|
||||
#[derive(Clone, Debug, Hash)]
|
||||
#[derive(Clone, Debug, Hash, PartialEq, Eq)]
|
||||
pub struct File {
|
||||
root: SyntaxNode
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue