Replace expressions with errors in them

This commit is contained in:
Florian Diebold 2022-02-09 11:58:52 +01:00
parent 30287e6051
commit ecf3cff4a6
7 changed files with 84 additions and 33 deletions

View file

@ -74,6 +74,7 @@ impl TokenMap {
pub(crate) fn shrink_to_fit(&mut self) {
self.entries.shrink_to_fit();
self.synthetic_entries.shrink_to_fit();
}
pub(crate) fn insert(&mut self, token_id: tt::TokenId, relative_range: TextRange) {