summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parse/expr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/expr.cpp b/src/parse/expr.cpp
index 88e11262..f49d3305 100644
--- a/src/parse/expr.cpp
+++ b/src/parse/expr.cpp
@@ -91,6 +91,7 @@ ExprNodeP Parse_ExprBlockNode(TokenStream& lex)
case TOK_RWORD_TRAIT:
case TOK_RWORD_IMPL:
case TOK_RWORD_FN:
+ case TOK_RWORD_MOD:
lex.putback(tok);
keep_mod = true;
Parse_Mod_Item(lex, modstack, "!", *local_mod, false, mv$(item_attrs));