mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
tone down on eq typed
This commit is contained in:
parent
2fa90e736b
commit
363f466627
3 changed files with 12 additions and 10 deletions
|
@ -155,7 +155,7 @@ impl<'t> Parser<'t> {
|
|||
self.error(message);
|
||||
self.bump();
|
||||
m.complete(self, ERROR);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue