Skip to content

Make it work with rustc's debug_assert #799

@antoyo

Description

@antoyo

In rustc, there are some debug assertions that compare types.
To make them pass, we will need to at least do the following:

  • Always use unsigned integers (casting to signed only when necessary).
  • Always use void pointers (casting to typed pointers only when necessary).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions