about summary refs log tree commit diff
path: root/src/comp/syntax/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/syntax/parse')
-rw-r--r--src/comp/syntax/parse/token.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/syntax/parse/token.rs b/src/comp/syntax/parse/token.rs
index 35bd1f1494a..b9faac40dc3 100644
--- a/src/comp/syntax/parse/token.rs
+++ b/src/comp/syntax/parse/token.rs
@@ -201,6 +201,7 @@ pred can_begin_expr(t: token) -> bool {
       NOT. { true }
       BINOP(MINUS.) { true }
       BINOP(STAR.) { true }
+      MOD_SEP. { true }
       _ { false }
     }
 }