Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 767351f

Browse files
committed
mbe: treat <- as one punct
1 parent ec7148b commit 767351f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/mbe/src/tt_iter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ impl<'a> TtIter<'a> {
119119
}
120120
('-' | '!' | '*' | '/' | '&' | '%' | '^' | '+' | '<' | '=' | '>' | '|', '=', _)
121121
| ('-' | '=' | '>', '>', _)
122+
| ('<', '-', _)
122123
| (':', ':', _)
123124
| ('.', '.', _)
124125
| ('&', '&', _)

0 commit comments

Comments
 (0)