Skip to content

Inability to handle ZSTs #8

@Voultapher

Description

@Voultapher

Running this sort implementation through https://github.com/Voultapher/sort-research-rs

I noticed that it fails the test: basic

Minimal reproducer:

fn main() {
    let mut v = [()];
    introsort::sort(&mut v);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions