You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
As of #122, librashader can be built on stable Rust with the
stable
feature. This issue tracks building on stable Rust withoutfeatures = ["stable"]
, which is mostly blocking ontype_alias_impl_trait
.Right now, librashader relies on the following features when not building with the
stable
feature.Language features
type_alias_impl_trait
impl_trait_in_assoc_type
Removed in capi: remove dependency ontry_blocks
(capi)try_blocks
#121Removed in Replace use oflet_chains
let_chains
with other methods #120Polyfilled library features
(Stabilized 1.74, MRSV is at 1.78)os_str_bytes
extract_if
pointer_is_aligned
(sptr), needed in capi (Stabilized 1.79, MSRV 1.78)Removed in ABI v2 #102strict_provenance
(sptr) (gl for invalid, not really needed but good for semantics)Removed in optimizations and improvements #103array_chunks
The text was updated successfully, but these errors were encountered: