Skip to content

Commit

Permalink
"error" implies "div=safe"
Browse files Browse the repository at this point in the history
  • Loading branch information
gretay-js committed May 3, 2024
1 parent e370943 commit 116e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/parsing/builtin_attributes.ml
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ let zero_alloc_lookup_table =
arity; loc; });
(["assume"; "error"],
fun arity loc ->
Assume { property; strict = false; never_returns_normally = true;
Assume { property; strict = true; never_returns_normally = true;
never_raises = true;
arity; loc; });
(["ignore"], fun _ _ -> Ignore_assert_all property)
Expand Down

0 comments on commit 116e08d

Please sign in to comment.