[COMMITTED 07/25] gccrs: TyTy: Store region constraints

Arthur Cohen arthur.cohen@embecosm.com
Wed Feb 7 14:46:05 GMT 2024


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<TyTy::SubstitutionParamMapping> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0x1B3465B044AD9C65.asc
Type: application/pgp-keys
Size: 3143 bytes
Desc: OpenPGP public key
URL: <https://gcc.gnu.org/pipermail/gcc-rust/attachments/20240207/80a0d5e0/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://gcc.gnu.org/pipermail/gcc-rust/attachments/20240207/80a0d5e0/attachment.sig>


More information about the Gcc-rust mailing list