mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-13 22:06:56 +00:00
Store proc-macro result in salsa db
This commit is contained in:
parent
6fde7f1b6b
commit
20f7068b68
3 changed files with 37 additions and 3 deletions
|
@ -22,7 +22,7 @@ pub enum ParseError {
|
|||
RepetitionEmtpyTokenTree,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
pub enum ExpandError {
|
||||
NoMatchingRule,
|
||||
UnexpectedToken,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue