Skip to content

Handle Anti-Constraints #331

@JasonBock

Description

@JasonBock

Describe the solution you'd like
I'm not sure what Rocks will do when it sees something like this:

public interface IAllowRefStructs<T>
  where T : allows ref struct
{
  // ...
}

Given that Rocks doesn't look for anti-constraints, it probably will bomb on what it produces, so I should handle this correctly.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions