Skip to content

Commit

Permalink
gccrs: Fix typo in RegionConstraints instance
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* typecheck/rust-hir-type-check-implitem.h: Fix typo in field
	(region_costraints -> region_constraints).
  • Loading branch information
CohenArthur committed Feb 8, 2024
1 parent 1e0e6a4 commit da5e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/rust/typecheck/rust-hir-type-check-implitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class TypeCheckImplItemWithTrait : public TypeCheckBase,
HIR::ImplBlock *parent;
TyTy::BaseType *self;
std::vector<TyTy::SubstitutionParamMapping> substitutions;
TyTy::RegionConstraints region_costraints;
TyTy::RegionConstraints region_constraints;
};

} // namespace Resolver
Expand Down

0 comments on commit da5e5ee

Please sign in to comment.