public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9106] gccrs: Fix typo in RegionConstraints instance
@ 2024-02-21 12:51 Arthur Cohen
  0 siblings, 0 replies; only message in thread
From: Arthur Cohen @ 2024-02-21 12:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8534cc772def8142379c0e72ab6392d40f3f60f6

commit r14-9106-g8534cc772def8142379c0e72ab6392d40f3f60f6
Author: Arthur Cohen <arthur.cohen@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 4d1784407757..541b7280c1b8 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-21 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 12:51 [gcc r14-9106] gccrs: Fix typo in RegionConstraints instance Arthur Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).