diff options
-rw-r--r-- | rules/EXPRESSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/EXPRESSIONS b/rules/EXPRESSIONS index 1c2ff84a..f40e5a3a 100644 --- a/rules/EXPRESSIONS +++ b/rules/EXPRESSIONS @@ -59,7 +59,7 @@ } , "imports": {"runfiles_list": "field_runfiles_list"} , "expression": - { "type": "map_union" + { "type": "disjoint_map_union" , "msg": "runfiles must not overlap" , "$1": {"type": "CALL_EXPRESSION", "name": "runfiles_list"} } |