https://gcc.gnu.org/g:da5e5ee4677c4735104805d69c5f66d07d9cd23a

commit da5e5ee4677c4735104805d69c5f66d07d9cd23a
Author: Arthur Cohen <arthur.co...@embecosm.com>
Date:   Wed Feb 7 15:42:18 2024 +0100

    gccrs: Fix typo in RegionConstraints instance
    
    gcc/rust/ChangeLog:
    
            * typecheck/rust-hir-type-check-implitem.h: Fix typo in field
            (region_costraints -> region_constraints).

Diff:
---
 gcc/rust/typecheck/rust-hir-type-check-implitem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/typecheck/rust-hir-type-check-implitem.h 
b/gcc/rust/typecheck/rust-hir-type-check-implitem.h
index 426aabe5dbd1..eb2e8a9bc4ba 100644
--- a/gcc/rust/typecheck/rust-hir-type-check-implitem.h
+++ b/gcc/rust/typecheck/rust-hir-type-check-implitem.h
@@ -97,7 +97,7 @@ private:
   HIR::ImplBlock *parent;
   TyTy::BaseType *self;
   std::vector<TyTy::SubstitutionParamMapping> substitutions;
-  TyTy::RegionConstraints region_costraints;
+  TyTy::RegionConstraints region_constraints;
 };
 
 } // namespace Resolver

Reply via email to