Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on Stable Rust without the stable feature #55

Open
7 of 9 tasks
chyyran opened this issue Feb 16, 2024 · 0 comments
Open
7 of 9 tasks

Building on Stable Rust without the stable feature #55

chyyran opened this issue Feb 16, 2024 · 0 comments

Comments

@chyyran
Copy link
Member

chyyran commented Feb 16, 2024

As of #122, librashader can be built on stable Rust with the stable feature. This issue tracks building on stable Rust without features = ["stable"], which is mostly blocking on type_alias_impl_trait.


Right now, librashader relies on the following features when not building with the stable feature.

Language features

Polyfilled library features

  • os_str_bytes (Stabilized 1.74, MRSV is at 1.76)
  • extract_if
  • pointer_is_aligned (sptr), needed in capi (Stabilized 1.79, MSRV 1.76)
  • strict_provenance (sptr) (gl for invalid, not really needed but good for semantics) Removed in ABI v2 #102
  • array_chunks Removed in optimizations and improvements #103
@chyyran chyyran pinned this issue Sep 7, 2024
@chyyran chyyran changed the title Building on Stable Rust Building on Stable Rust without the stable feature Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant