mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Merge commit 'aa9bc86125
' into sync-from-ra
This commit is contained in:
parent
1570299af4
commit
c48062fe2a
598 changed files with 57696 additions and 17615 deletions
|
@ -205,7 +205,7 @@ impl<'t> Parser<'t> {
|
|||
marker.bomb.defuse();
|
||||
marker = new_marker;
|
||||
};
|
||||
self.pos += 1 as usize;
|
||||
self.pos += 1;
|
||||
self.push_event(Event::FloatSplitHack { ends_in_dot });
|
||||
(ends_in_dot, marker)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue