summaryrefslogtreecommitdiff
path: root/compiler/RegionsHierarchy.ml
diff options
context:
space:
mode:
authorSon HO2024-03-17 05:10:36 +0100
committerGitHub2024-03-17 05:10:36 +0100
commitd56946242859e0d375c1d44585b9da6d5fbe94cb (patch)
tree4589586257210809913e225192a15464cb91851f /compiler/RegionsHierarchy.ml
parentc33a9807cf6aa21b2364449ee756ebf93de19eca (diff)
parentee3e26e7b639bc7282d0c3777f9460e975ef232f (diff)
Merge pull request #91 from AeneasVerif/son/hax
Prepare the merge in hax
Diffstat (limited to 'compiler/RegionsHierarchy.ml')
-rw-r--r--compiler/RegionsHierarchy.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/RegionsHierarchy.ml b/compiler/RegionsHierarchy.ml
index 80b67a54..0b589453 100644
--- a/compiler/RegionsHierarchy.ml
+++ b/compiler/RegionsHierarchy.ml
@@ -169,7 +169,7 @@ let compute_regions_hierarchy_for_sig (type_decls : type_decl TypeDeclId.Map.t)
(* Continue *)
explore_ty outer ty
| TRawPtr (ty, _) -> explore_ty outer ty
- | TTraitType (trait_ref, _generic_args, _) ->
+ | TTraitType (trait_ref, _) ->
(* The trait should reference a clause, and not an implementation
(otherwise it should have been normalized) *)
assert (