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
docs.rs fails to build the crate, because it uses repr(transparent), which has been stabilised in 1.29,
but their build system is still using Rust 1.28
The link https://docs.rs/packed_simd/ leads to a 404 error.
docs.rs fails to build the crate, because it uses
repr(transparent)
, which has been stabilised in 1.29,but their build system is still using Rust 1.28
Similar docs.rs issue: https://github.com/onur/docs.rs/issues/219
It's unfortunate but the main docs.rs developer hasn't been active in a while so it's unknown how long it will take for them to update their compiler.
The text was updated successfully, but these errors were encountered: