gccrs
gccrs copied to clipboard
Remove `GenericArg::Kind::Error` and turn all instances of `GenericKind` into `tl::optional<GenericKind>` instead
The class is used in classes like ConstGenericParam and is confusing to use when we now have proper optional values
Hello, The problem seems to have been solved here e905c04b3cf8. Does that solve the problem?