mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +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
@ -132,6 +132,7 @@ impl<'a, S: Copy> TtIter<'a, S> {
|
||||
}
|
||||
('-' | '!' | '*' | '/' | '&' | '%' | '^' | '+' | '<' | '=' | '>' | '|', '=', _)
|
||||
| ('-' | '=' | '>', '>', _)
|
||||
| (_, _, Some(';'))
|
||||
| ('<', '-', _)
|
||||
| (':', ':', _)
|
||||
| ('.', '.', _)
|
||||
|
Loading…
x
Reference in New Issue
Block a user