Skip to content

Support building on Stable Rust #3546

@robert3005

Description

@robert3005

Currently we use a number of nightly features. We should evaluate whether any of them is strictly necessary and whether there's a simpler alternative. More importantly removing one nightly feature doesn't offer an improvement unless we can get rid of all of them. Hence, if anyone wants to look into this issue they should start with generic_const_exprs

  • vortex-buffer
  • #![feature(min_specialization)]
  • #![feature(trusted_len)]
  • encodings/fastlanes
  • #![feature(generic_const_exprs)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions