gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

Remove `GenericArg::Kind::Error` and turn all instances of `GenericKind` into `tl::optional<GenericKind>` instead

Open CohenArthur opened this issue 8 months ago • 1 comments

The class is used in classes like ConstGenericParam and is confusing to use when we now have proper optional values

CohenArthur avatar Apr 09 '25 09:04 CohenArthur

Hello, The problem seems to have been solved here e905c04b3cf8. Does that solve the problem?

Villosse avatar Nov 10 '25 10:11 Villosse