mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 19:35:06 +00:00
Merge pull request #18744 from gbbosak/master
Treat ; as a terminator rather part of a glued expression
This commit is contained in:
commit
a77cf8e189
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ impl<'a, S: Copy> TtIter<'a, S> {
|
|||
}
|
||||
('-' | '!' | '*' | '/' | '&' | '%' | '^' | '+' | '<' | '=' | '>' | '|', '=', _)
|
||||
| ('-' | '=' | '>', '>', _)
|
||||
| (_, _, Some(';'))
|
||||
| ('<', '-', _)
|
||||
| (':', ':', _)
|
||||
| ('.', '.', _)
|
||||
|
|
Loading…
Reference in a new issue