On 2/7/24 16:26, Bernhard Reutner-Fischer wrote: > On Wed, 7 Feb 2024 12:43:53 +0100 > arthur.cohen@embecosm.com wrote: > >> diff --git a/gcc/rust/typecheck/rust-hir-type-check-implitem.h b/gcc/rust/typecheck/rust-hir-type-check-implitem.h >> index 067465ec77a..4d178440775 100644 >> --- a/gcc/rust/typecheck/rust-hir-type-check-implitem.h >> +++ b/gcc/rust/typecheck/rust-hir-type-check-implitem.h >> @@ -97,6 +97,7 @@ private: >> HIR::ImplBlock *parent; >> TyTy::BaseType *self; >> std::vector substitutions; >> + TyTy::RegionConstraints region_costraints; >> }; > > /region_costraint/s/cos/cons/;# or delete since it seems unused ATM? > > thanks Thanks! We're merging this in our development branch at the moment and it will be upstreamed soon. I'd rather keep the field for now as one of our contributor is working on this and splitting commits as much as possible to make reviewing easier. Kindly, Arthur